diff --git a/README.md b/README.md index bf4bfc2..f599090 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,9 @@ We have a one-to-many relationship, as one user can have multiple chats, but eac User interface and different functionalities of Sparks. +### Login +Screenshot of login + ### Profile Set Up Screenshot of Home diff --git a/app/(auth)/sign-in/[[...sign-in]]/page.tsx b/app/(auth)/sign-in/[[...sign-in]]/page.tsx index 8acdc77..6d7a843 100644 --- a/app/(auth)/sign-in/[[...sign-in]]/page.tsx +++ b/app/(auth)/sign-in/[[...sign-in]]/page.tsx @@ -13,11 +13,11 @@ export default function Page() {
-

Welcome To Sparks!

+

Welcome To Sparks!

logo

Sparks is your AI Social Media hub, where creativity meets connection. Share AI-generated ideas, engage in lively chats, and enjoy a seamless experience with likes, comments, and shares all in one place. Beyond that, post regularly, upload images, and explore user profiles. Discover, connect, and express yourself effortlessly. Sign up now for a richer, more dynamic social experience!

Login Here

-
+
diff --git a/app/(auth)/sign-up/[[...sign-up]]/page.tsx b/app/(auth)/sign-up/[[...sign-up]]/page.tsx index 51e73ae..273ea99 100644 --- a/app/(auth)/sign-up/[[...sign-up]]/page.tsx +++ b/app/(auth)/sign-up/[[...sign-up]]/page.tsx @@ -13,11 +13,11 @@ export default function Page() {
-

Welcome To Sparks!

+

Welcome To Sparks!

logo

Sparks is your AI Social Media hub, where creativity meets connection. Share AI-generated ideas, engage in lively chats, and enjoy a seamless experience with likes, comments, and shares all in one place. Beyond that, post regularly, upload images, and explore user profiles. Discover, connect, and express yourself effortlessly. Sign up now for a richer, more dynamic social experience!

Please Sign Up Here

-
+
diff --git a/public/assets/sparks-login.png b/public/assets/sparks-login.png new file mode 100644 index 0000000..09860ff Binary files /dev/null and b/public/assets/sparks-login.png differ