diff --git a/src/app/(landing)/page.tsx b/src/app/(landing)/page.tsx index cf1a153..6a648df 100644 --- a/src/app/(landing)/page.tsx +++ b/src/app/(landing)/page.tsx @@ -11,22 +11,16 @@ import Head from 'next/head'; export default function Home() { return ( - <> - - GunnHacks 11.0 - - -
- {/*
*/} - - - - - - {/* */} - -
- +
+ {/*
*/} + + + + + + {/* */} + +
); }