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 ( -
+ Learning with ACM +
+ ++ Centralize course tracks, lessons, and resources for members so they can + learn, practice, and grow all in one place. +
+ +