From cade2a0e3503ec0841e6b5b3410f60af83eaffa5 Mon Sep 17 00:00:00 2001 From: Ian Cheung Date: Wed, 20 Nov 2024 17:37:27 -0800 Subject: [PATCH] Update page.tsx --- src/app/(landing)/page.tsx | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) 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 - - -
- {/*
*/} - - - - - - {/* */} - -
-
- +
+ {/*
*/} + + + + + + {/* */} + +
); }