Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-06-04 02:50:42 +00:00

View File

@@ -214,31 +214,37 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "event-1", badge: "Intimate", badgeIcon: Users,
price: "Starting at $499", subtitle: "For gatherings up to 20 guests", buttons: [
id: "event-1", badge: "Intimate", badgeIcon: Users,
price: "Starting at $499", subtitle: "For gatherings up to 20 guests", buttons: [
{
text: "Learn More", href: "#contact"},
text: "Learn More", href: "#contact"
}
],
features: [
"Private garden access (2 hours)", "Assorted mini pastries", "Gourmet coffee & tea service", "Dedicated event coordinator"],
"Private garden access (2 hours)", "Assorted mini pastries", "Gourmet coffee & tea service", "Dedicated event coordinator"
]
},
{
id: "event-2", badge: "Celebration", badgeIcon: Gift,
price: "Starting at $899", subtitle: "Perfect for 20-50 guests", buttons: [
id: "event-2", badge: "Celebration", badgeIcon: Gift,
price: "Starting at $899", subtitle: "Perfect for 20-50 guests", buttons: [
{
text: "Book Now", href: "#contact"},
text: "Book Now", href: "#contact"
}
],
features: [
"Exclusive garden access (3 hours)", "Customizable sweet & savory platters", "Premium beverage bar", "Personalized cake consultation"],
"Exclusive garden access (3 hours)", "Customizable sweet & savory platters", "Premium beverage bar", "Personalized cake consultation"
]
},
{
id: "event-3", badge: "Grand Event", badgeIcon: Crown,
price: "Starting at $1499", subtitle: "For 50+ guests", buttons: [
id: "event-3", badge: "Grand Event", badgeIcon: Crown,
price: "Starting at $1499", subtitle: "For 50+ guests", buttons: [
{
text: "Request Quote", href: "#contact"},
text: "Request Quote", href: "#contact"
}
],
features: [
"Full venue rental (4 hours)", "Full catering menu with bespoke options", "Live dessert station", "Professional event styling & decor"]
"Full venue rental (4 hours)", "Full catering menu with bespoke options", "Live dessert station", "Professional event styling & decor"
]
}
]}
title="Host Your Special Occasion"
@@ -254,12 +260,10 @@ export default function LandingPage() {
metrics={[
{
id: "m1", value: "15+", title: "Years of Baking Excellence", items: [
"Community Favorite", "Award-Winning Recipes"],
},
"Community Favorite", "Award-Winning Recipes"]},
{
id: "m2", value: "100K+", title: "Happy Customers Served", items: [
"Five-Star Reviews", "Loyal Patronage"],
},
"Five-Star Reviews", "Loyal Patronage"]},
{
id: "m3", value: "500+", title: "Custom Events Hosted", items: [
"Weddings & Birthdays", "Corporate Gatherings"]