diff --git a/frontend/nextjs/src/app/(resources)/welcome/page.tsx b/frontend/nextjs/src/app/(resources)/_welcome/page.tsx similarity index 100% rename from frontend/nextjs/src/app/(resources)/welcome/page.tsx rename to frontend/nextjs/src/app/(resources)/_welcome/page.tsx diff --git a/frontend/nextjs/src/app/page.tsx b/frontend/nextjs/src/app/page.tsx index 582d229..ced7e9a 100644 --- a/frontend/nextjs/src/app/page.tsx +++ b/frontend/nextjs/src/app/page.tsx @@ -1,12 +1,75 @@ import { Button } from "@/components/ui/button" -export default function Home() { +import Image from 'next/image' +import { HOME_PAGE } from "./(with wallet)/_components/page-links" +import Link from "next/link" +const welcomePhoto = require('@/assets/welcome-photo.png') + +const WelcomePage = () => { return ( -
-

- EMT Marketplace -

-

Under construction, check back later...

- -
+
+
+
+ Onboarding photo +
+
+ +

MEMM!

+ +

Unlock Your Personal Growth

+ +

+ Embark on a journey of growth and learning with MEMM! Whether you're eager to share your expertise or seeking guidance to navigate your professional journey, MEMM! is your gateway to a community of mentors and learners. +

+
+
+ +
+
+

How Does MEMM! Work?

+ +

+ At MEMM!, we're redefining mentorship through innovation and decentralization. Imagine a world where knowledge flows freely, connections are genuine, and growth is boundless. +

+
+
+ +
+
+ Onboarding photo +
+
+ +

MEMM!

+ +

Unlock Your Personal Growth

+ +

+ Embark on a journey of growth and learning with MEMM! Whether you're eager to share your expertise or seeking guidance to navigate your professional journey, MEMM! is your gateway to a community of mentors and learners. +

+
+
+ +
+
+ Onboarding photo +
+
+ +

MEMM!

+ +

Unlock Your Personal Growth

+ +

+ Embark on a journey of growth and learning with MEMM! Whether you're eager to share your expertise or seeking guidance to navigate your professional journey, MEMM! is your gateway to a community of mentors and learners. +

+
+
+
) } + +export default WelcomePage \ No newline at end of file diff --git a/frontend/nextjs/src/assets/welcome-photo.png b/frontend/nextjs/src/assets/welcome-photo.png new file mode 100644 index 0000000..4abc430 Binary files /dev/null and b/frontend/nextjs/src/assets/welcome-photo.png differ