diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index 9dfbc5c..f0bef16 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -49,7 +49,7 @@ export default function EventsPage() { { text: "View All Events", href: "#features" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/financial-charts-kpi-metrics-displays-office_482257-126638.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/financial-charts-kpi-metrics-displays-office_482257-126638.jpg" imageAlt="computer technology workspace digital tech" textPosition="bottom-left" showBlur={true} @@ -65,33 +65,21 @@ export default function EventsPage() { tagAnimation="slide-up" features={[ { - title: "Spring Hackathon", - description: "24-hour coding competition with prizes and mentorship from industry professionals", - bentoComponent: "3d-task-list", - title: "3d-task-list", - items: [ + title: "Spring Hackathon", description: "24-hour coding competition with prizes and mentorship from industry professionals", bentoComponent: "3d-task-list", items: [ { icon: Trophy, label: "First Prize", time: "$5,000" }, { icon: Zap, label: "Runner Up", time: "$2,500" }, { icon: Star, label: "Innovation Award", time: "$1,000" } ] }, { - title: "Code Challenge Series", - description: "Monthly competitive programming challenges to sharpen your problem-solving skills", - bentoComponent: "animated-bar-chart" + title: "Code Challenge Series", description: "Monthly competitive programming challenges to sharpen your problem-solving skills", bentoComponent: "animated-bar-chart" }, { - title: "Technical Masterclasses", - description: "Deep-dive sessions on emerging technologies like AI, blockchain, and cloud computing", - bentoComponent: "timeline", - heading: "Session Schedule", - subheading: "March - May 2025", - items: [ + title: "Technical Masterclasses", description: "Deep-dive sessions on emerging technologies like AI, blockchain, and cloud computing", bentoComponent: "timeline", items: [ { label: "AI & Machine Learning", detail: "March 15" }, { label: "Blockchain Fundamentals", detail: "April 12" }, { label: "Cloud Architecture", detail: "May 10" } - ], - completedLabel: "Completed" + ] } ]} animationType="slide-up" @@ -117,24 +105,21 @@ export default function EventsPage() {