feat: update hackathon data and enhance components

- Removed existing submissions data from hackathons.json.
- Added new components for Hackathon details including HackathonContent, HackathonHeader, HackathonHero, HackathonPartners, HackathonQuickInfo, HackathonRequirements, HackathonSidebar, HackathonStatusBar, HackathonSubmissions, HackathonTabs, and ServerHackathonContent.
- Integrated framer-motion for animations in Hackathon components.
- Updated package.json and package-lock.json to include nextjs-toploader dependency.
This commit is contained in:
xirf
2025-09-17 02:36:02 +07:00
parent 6960b17c41
commit 8e7c6e6c21
19 changed files with 890 additions and 489 deletions
+1
View File
@@ -46,6 +46,7 @@
"next": "~15.2.4",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.4.6",
"nextjs-toploader": "^3.9.17",
"openapi-fetch": "^0.14.0",
"openapi-react-query": "^0.5.0",
"react": "^19.1.0",