diff --git a/src/app/page.tsx b/src/app/page.tsx index 85d5a78..3aef802 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,8 +1,41 @@ -// import AutoSignInTestComponent from "@/components/autoSignIn"; +import Image from "next/image"; +import Link from "next/link"; +import Navigation from "@/components/shared/navbar"; +import AutoSignInTestComponent from "@/components/auth/autoSignIn"; + export default function Home() { return ( -
- I suppose tis is the main page +
+
+

+ Learning with ACM +

+ +

+ Level up your skills with the ACM learning platform +

+ +

+ Centralize course tracks, lessons, and resources for members so they can + learn, practice, and grow all in one place. +

+ +
+ + Get Started + + + + Already have an account? Sign in + +
+
); -} +} \ No newline at end of file