From 87dde9e55411c6f8768bf8f773e39cfe6cbb42b9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 02:50:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b2e2b1..0eee604 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"] -- 2.49.1