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() {