Update src/app/events/page.tsx
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user