diff --git a/frontend/app/signin/page.tsx b/frontend/app/signin/page.tsx index c831f87..d6c3f1f 100644 --- a/frontend/app/signin/page.tsx +++ b/frontend/app/signin/page.tsx @@ -9,28 +9,31 @@ import Image from "next/image"; export default function Signin() { return (
-
-
-
+
+
+ {/*
+

Welcome back!

+

Log in to personalize your planting adventure!

+
*/} + {/* water pot and dripping animation */} + {/*
Water Pot -
+
-
- -
-
+
*/}
-
+
{/* login box */} -
+

Log In

@@ -51,7 +54,7 @@ export default function Signin() { width={35} height={35} className="object-contain" - > + />
diff --git a/frontend/public/plant-background.jpeg b/frontend/public/plant-background.jpeg new file mode 100644 index 0000000..197b360 Binary files /dev/null and b/frontend/public/plant-background.jpeg differ