diff --git a/app/(pages)/(index-page)/_components/hero/heroInfo.tsx b/app/(pages)/(index-page)/_components/hero/heroInfo.tsx index 4f1b784..518abfa 100644 --- a/app/(pages)/(index-page)/_components/hero/heroInfo.tsx +++ b/app/(pages)/(index-page)/_components/hero/heroInfo.tsx @@ -1,9 +1,10 @@ import React from 'react'; -import Image from 'next/image'; -import Link from 'next/link'; -import HeartButton from '../HeartButton/heartButton'; import WordCycle from './wordCycle'; +/*import Image from 'next/image'; +import Link from 'next/link'; +import HeartButton from '../HeartButton/heartButton';*/ + export default function HeroInfo() { return (
@@ -18,65 +19,26 @@ export default function HeroInfo() { social good

- Apply to direct HackDavis 2026 + Stay tuned for HackDavis 2026

-
- + - Director Application - -
- {/*
- Heart icon -
- Sponsor */} - -
-
- -
- - Check out the{' '} - -
- - {/* */} - - we have! - - {/* */} -
+ +
); } -interface FormLinkProps { +/*interface FormLinkProps { text: string; href: string; includeComma: boolean; @@ -100,4 +62,4 @@ function FormLink({ text, href, includeComma }: FormLinkProps) { {includeComma &&

,

} ); -} +}*/ diff --git a/app/(pages)/(index-page)/page.tsx b/app/(pages)/(index-page)/page.tsx index df3ab35..3c01a68 100644 --- a/app/(pages)/(index-page)/page.tsx +++ b/app/(pages)/(index-page)/page.tsx @@ -1,24 +1,24 @@ // import Directors from './(about-us)/_components/Directors/Directors'; // 'use client'; -import BigVinyl from './_components/BigVinyl/BigVinyl'; -import HeroSection from './_components/hero/heroMainSection'; +/*import BigVinyl from './_components/BigVinyl/BigVinyl'; import SandCastle from './_components/SandCastle'; import Sponsors from './_components/Sponsors/Sponsors'; -import styles from './page.module.scss'; import FAQ from './_components/FAQ/FAQ'; import Underwater from '../_components/Underwater/Underwater'; import BigWave from './_components/BigWave/BigWave'; -import Crowdfund from './_components/Crowdfund/Crowdfund'; +import Crowdfund from './_components/Crowdfund/Crowdfund';*/ +import HeroSection from './_components/hero/heroMainSection'; +import styles from './page.module.scss'; export default function Home() { return (
- + {/**/}
- + {/*
@@ -32,7 +32,7 @@ export default function Home() { -
+
*/} ); } diff --git a/app/(pages)/_components/Navbar/Navbar.tsx b/app/(pages)/_components/Navbar/Navbar.tsx index db47b49..bf7d544 100644 --- a/app/(pages)/_components/Navbar/Navbar.tsx +++ b/app/(pages)/_components/Navbar/Navbar.tsx @@ -33,7 +33,7 @@ const links = [ page: '/', path: '/?section=home', // remove section if scroll issue fixed }, - { + /*{ ids: ['donate'], body: 'DONATE', page: '/', @@ -56,7 +56,7 @@ const links = [ body: 'SPONSORS', page: '/', path: '/?section=sponsors', - }, + },*/ { ids: ['about'], body: 'ABOUT', diff --git a/app/(pages)/layout.tsx b/app/(pages)/layout.tsx index 21c53e6..8f84a7c 100644 --- a/app/(pages)/layout.tsx +++ b/app/(pages)/layout.tsx @@ -3,7 +3,6 @@ import '@globals/styles/globals.scss'; import metadataJSON from '@app/(pages)/_globals/metadata.json'; import fonts from './_globals/fonts'; import Navbar from '@app/(pages)/_components/Navbar/Navbar'; -import Footer from '@app/(pages)/_components/Footer/Footer'; import { Suspense } from 'react'; import { Analytics } from '@vercel/analytics/next'; @@ -22,7 +21,6 @@ export default function RootLayout({ {children} -