From 86762bcb4bec9b82bccaf62ec5e8457cfdfd1a87 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:33:48 +0000 Subject: [PATCH] Update src/app/events/page.tsx --- src/app/events/page.tsx | 35 ++++++++++------------------------- 1 file changed, 10 insertions(+), 25 deletions(-) diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index 88ea144..f3ba8e1 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -12,7 +12,7 @@ export default function EventsPage() { return ( @@ -55,28 +53,18 @@ export default function EventsPage() { description="Premium networking experiences exclusively for OBC members" features={[ { - title: "Monthly Dinner Series", - description: "Intimate gatherings with 20-30 carefully selected entrepreneurs and business leaders", - bentoComponent: "icon-info-cards", - items: [ + title: "Monthly Dinner Series", description: "Intimate gatherings with 20-30 carefully selected entrepreneurs and business leaders", bentoComponent: "icon-info-cards", items: [ { icon: Calendar, label: "Frequency", value: "Monthly" }, { icon: MapPin, label: "Locations", value: "Major Cities" }, { icon: Users, label: "Group Size", value: "20-30 Members" }, ], }, { - title: "VIP Masterminds", - description: "Deep-dive sessions with industry experts and successful founders", - bentoComponent: "marquee", - centerIcon: Users, - variant: "text", - texts: ["Expert Sessions", "Founder Panels", "Deal Reviews", "Strategy Talks"], + title: "VIP Masterminds", description: "Deep-dive sessions with industry experts and successful founders", bentoComponent: "marquee", centerIcon: Users, + variant: "text", texts: ["Expert Sessions", "Founder Panels", "Deal Reviews", "Strategy Talks"], }, { - title: "Annual Summit", - description: "The flagship OBC event bringing together 500+ community members for networking and learning", - bentoComponent: "orbiting-icons", - centerIcon: Users, + title: "Annual Summit", description: "The flagship OBC event bringing together 500+ community members for networking and learning", bentoComponent: "orbiting-icons", centerIcon: Users, items: [ { icon: Calendar, ring: 1 }, { icon: MapPin, ring: 1 }, @@ -105,14 +93,13 @@ export default function EventsPage() {