Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
iancheung0202 authored Nov 21, 2024
1 parent 18f2321 commit 671f335
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/app/(landing)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,23 @@ import Judges from './Judges';
import FAQ from './FAQ';
import Sponsors from './Sponsors';
import Footer from '../../components/Footer';
import Head from 'next/head';


export default function Home() {
return (
<Head>
<title>GunnHacks 11.0</title>
<meta name="description" content="Make, Build, Create & Learn. It’s GunnHacks 11.0, Gunn’s 24‑hour high school hackathon." />
</Head>
<div>
{/* <Header /> */}
<Heading />
<About />
<FAQ />
<Schedule />
<Prizes />
<Judges />
{/* <Judges /> */}
<Sponsors />
<Footer />
</div>
Expand Down

0 comments on commit 671f335

Please sign in to comment.