diff --git a/src/app/(pages)/Hackathon/[id]/page.jsx b/src/app/(pages)/Hackathon/[id]/page.jsx new file mode 100644 index 0000000..310b37f --- /dev/null +++ b/src/app/(pages)/Hackathon/[id]/page.jsx @@ -0,0 +1,265 @@ +'use client' +import { hackathonProjects } from "@/lib/Hackathon"; +import { motion } from "framer-motion"; +import { CircleOff, Code, Contact, Cross, LandPlot, Ruler, Scale, TentTree, Timer } from "lucide-react"; +import { useRouter } from "next/navigation"; + + +export default function SingleHackathon({ params }) { + const router = useRouter(); + const { title } = params.id; + + const project = title + ? hackathonProjects.find((project) => project.title === title) + : null; + + // if (!project) { + // return
Loading or Project not found
; // Render loading state or error message + // } + return ( + <> + {/*{project.description}
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et, egestas tempus tellus etiam + sed. Quam a scelerisque amet ullamcorper eu enim et fermentum, augue. Aliquet amet volutpat + quisque ut interdum tincidunt duis. +
+ + +Here is a few of the awesome Tracks you can select.
+------------
+A decentralized application (dapp) is an application built on a + decentralized network that combines a smart contract and a frontend user interface.
+------------
+Web 3.0 is the third generation of Internet services that will + focus on understanding and analyzing data to provide a semantic web.
+------------
+You may have any open ideas You wish to showcase to us or apply to implementation during the hackathon.
+------------
+A security hacker is someone who explores methods for breaching + defenses and exploiting weaknesses in a computer system or network.
+------------
+Bot development frameworks were created as advanced software tools + that eliminate a large amount of manual work and accelerate the development process.
++ Guidelines for All Participants +
++ Please read and adhere to the following rules and regulations to ensure a smooth and fair experience for everyone. +
+Eligibility
+Team Formation
+Code of Conduct
+
+ Intellectual Property
+Submission Deadline
+Judging Criteria
+Support and Queries
+Disqualification
+