Update src/app/events/page.tsx

This commit is contained in:
2026-03-03 06:33:48 +00:00
parent b819e0afca
commit 86762bcb4b

View File

@@ -12,7 +12,7 @@ export default function EventsPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="small"
sizing="largeSizeMediumTitles"
@@ -34,9 +34,7 @@ export default function EventsPage() {
{ name: "Contact", id: "/contact" },
]}
button={{
text: "Join Community",
href: "#join",
}}
text: "Join Community", href: "#join"}}
/>
</div>
@@ -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() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/blue-tulle-drapery-textured-background_53876-102671.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/blue-tulle-drapery-textured-background_53876-102671.jpg"
imageAlt="OBC Community"
logoText="Online Business Club"
copyrightText="© 2025 Online Business Club | All rights reserved"
columns={[
{
title: "Community",
items: [
title: "Community", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Events", href: "/events" },
@@ -120,8 +107,7 @@ export default function EventsPage() {
],
},
{
title: "Business",
items: [
title: "Business", items: [
{ label: "Shop", href: "/shop" },
{ label: "Partnerships", href: "/partnerships" },
{ label: "Membership", href: "#join" },
@@ -129,8 +115,7 @@ export default function EventsPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "TikTok", href: "https://tiktok.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },