From f73795ea46ac918b937335001693a25a635050dd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:47:33 +0000 Subject: [PATCH] Update src/app/events/page.tsx --- src/app/events/page.tsx | 40 ++++++++-------------------------------- 1 file changed, 8 insertions(+), 32 deletions(-) diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index ecd5a17..0466613 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -43,7 +43,7 @@ export default function EventsPage() { title="Celebrate Your Special Moments" description="Café Molenhuis is your premier destination for unforgettable private events. From intimate gatherings to grand celebrations, we create the perfect atmosphere for your special day." background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-christmas-interior-decoration_181624-32496.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-christmas-interior-decoration_181624-32496.jpg" imageAlt="Beautifully decorated event space" buttons={[ { text: "Explore Packages", href: "#pricing" }, @@ -52,7 +52,6 @@ export default function EventsPage() { buttonAnimation="slide-up" mediaAnimation="blur-reveal" className="min-h-screen" - useInvertedBackground={false} /> @@ -67,53 +66,30 @@ export default function EventsPage() { useInvertedBackground={false} plans={[ { - id: "1", - price: "Up to 20", - name: "Intimate Gathering", - badge: "Cozy & Personal", - badgeIcon: Heart, + id: "1", price: "Up to 20", name: "Intimate Gathering", badge: "Cozy & Personal", badgeIcon: Heart, buttons: [ { text: "Learn More", href: "/events" }, { text: "Inquire", href: "/contact" }, ], features: [ - "Dedicated seating area", - "Reserved time slot", - "Personalized menu options", - "Professional service team", - ], + "Dedicated seating area", "Reserved time slot", "Personalized menu options", "Professional service team"], }, { - id: "2", - price: "20-40", - name: "Private Event", - badge: "Most Popular", - badgeIcon: Sparkles, + id: "2", price: "20-40", name: "Private Event", badge: "Most Popular", badgeIcon: Sparkles, buttons: [ { text: "Learn More", href: "/events" }, { text: "Reserve Now", href: "/contact" }, ], features: [ - "Exclusive café use", - "Full bar access", - "Customized beverage packages", - "Event coordination support", - ], + "Exclusive café use", "Full bar access", "Customized beverage packages", "Event coordination support"], }, { - id: "3", - price: "40+", - name: "Grand Celebration", - buttons: [ + id: "3", price: "40+", name: "Grand Celebration", buttons: [ { text: "Learn More", href: "/events" }, { text: "Contact Us", href: "/contact" }, ], features: [ - "Full venue rental", - "Premium catering service", - "Flexible timing & setup", - "Dedicated event manager", - ], + "Full venue rental", "Premium catering service", "Flexible timing & setup", "Dedicated event manager"], }, ]} /> @@ -127,7 +103,7 @@ export default function EventsPage() { tagAnimation="blur-reveal" background={{ variant: "animated-grid" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/sincere-laugh-showing-picture-smartphone-casual-meeting-with-best-friends-restaurant-terrace_8353-10272.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/sincere-laugh-showing-picture-smartphone-casual-meeting-with-best-friends-restaurant-terrace_8353-10272.jpg" imageAlt="Happy guests celebrating at our café" mediaAnimation="slide-up" mediaPosition="right"