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 671f335 commit ba64c1a
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions src/app/(landing)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,24 @@ 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 /> */}
<Sponsors />
<Footer />
</div>
)
<>
<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>
</>
);
}

1 comment on commit ba64c1a

@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-rhk6sy9i2-daniel-kous-projects.vercel.app

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

Please sign in to comment.