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 ba64c1a commit cade2a0
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions src/app/(landing)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,16 @@ 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 /> */}
<Sponsors />
<Footer />
</div>
</>
<div>
{/* <Header /> */}
<Heading />
<About />
<FAQ />
<Schedule />
<Prizes />
{/* <Judges /> */}
<Sponsors />
<Footer />
</div>
);
}

1 comment on commit cade2a0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for gunnhacks11-0 ready!

✅ Preview
https://gunnhacks11-0-2zsp2wney-daniel-kous-projects.vercel.app

Built with commit cade2a0.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.