Skip to content

Commit

Permalink
fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
niyashiyas committed Nov 17, 2024
1 parent ef8d243 commit 01e4a50
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 114 deletions.
5 changes: 2 additions & 3 deletions src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import Image from "next/image";
import BlobAnimation from "../components/BlobAnimation";
import Footer from "../components/Footer";
import About from "../components/About/About";
import Highlights from "../components/highlights/highlight";
import Prizes from "../components/prizes/prizes";
import Partners from "../components/Partners/partners";
import CountdownTimer from "../components/Countdown/Countdown";
Expand All @@ -30,8 +29,8 @@ export default function Home() {
<About />
<WhyParticipate />
<Prizes />
<Partners/>
<Highlights />
<Partners />
{/* <Highlights /> */}
<TimelineSection />
<AccordionImageGallery />
<FAQ />
Expand Down
69 changes: 0 additions & 69 deletions src/components/highlights/highlight.css

This file was deleted.

42 changes: 0 additions & 42 deletions src/components/highlights/highlight.jsx

This file was deleted.

0 comments on commit 01e4a50

Please sign in to comment.