From 5f16949035869d269a38748d0cabfd9b0defa17c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 15:41:28 +0000 Subject: [PATCH] Update src/app/events/page.tsx --- src/app/events/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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" -- 2.49.1