diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index f0bef16..bc3c740 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -75,11 +75,12 @@ export default function EventsPage() { 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", items: [ + title: "Technical Masterclasses", description: "Deep-dive sessions on emerging technologies like AI, blockchain, and cloud computing", bentoComponent: "timeline", heading: "Masterclass Schedule", subheading: "Spring 2025 Series", 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"