From 54a4756eb959fc30dedf8ecb66095b42c4e751f6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 14:51:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 301 +++++++---------------------------------------- 1 file changed, 44 insertions(+), 257 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a0febfd..541a165 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,28 +32,14 @@ export default function LandingPage() { @@ -61,37 +47,14 @@ export default function LandingPage() { @@ -101,21 +64,9 @@ export default function LandingPage() { useInvertedBackground={true} title="A Life Defined by Flavor" metrics={[ - { - icon: Award, - label: "Years Experience", - value: "15+", - }, - { - icon: Star, - label: "Events Catered", - value: "500+", - }, - { - icon: Briefcase, - label: "Michelin Experience", - value: "3 Stars", - }, + { icon: Award, label: "Years Experience", value: "15+" }, + { icon: Star, label: "Events Catered", value: "500+" }, + { icon: Briefcase, label: "Michelin Experience", value: "3 Stars" }, ]} metricsAnimation="slide-up" /> @@ -128,42 +79,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", - name: "Intimate Dinner", - price: "From $500", - imageSrc: "http://img.b2bpic.net/free-photo/fine-dining-design-restaurant-with-good-red-wine-great-cooking_482257-10388.jpg", - }, - { - id: "2", - name: "Corporate Event", - price: "Custom Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-caprice-salad-male-hand-holds-tray_141793-2875.jpg", - }, - { - id: "3", - name: "Seasonal Tasting", - price: "From $120/pp", - imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimps-with-green-sauce-table_140725-2118.jpg", - }, - { - id: "4", - name: "Cooking Masterclass", - price: "From $300", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg", - }, - { - id: "5", - name: "Wedding Reception", - price: "Quote Requested", - imageSrc: "http://img.b2bpic.net/free-photo/two-peppers-with-raw-pasta-uncooked-macaroni-black_114579-62057.jpg", - }, - { - id: "6", - name: "Cocktail Hour Canapés", - price: "From $45/pp", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-with-radish-tomato-cucumber-feta-cheese-cubes-arugula_140725-470.jpg", - }, + { id: "1", name: "Intimate Dinner", price: "From $500", imageSrc: "http://img.b2bpic.net/free-photo/fine-dining-design-restaurant-with-good-red-wine-great-cooking_482257-10388.jpg" }, + { id: "2", name: "Corporate Event", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/top-view-caprice-salad-male-hand-holds-tray_141793-2875.jpg" }, + { id: "3", name: "Seasonal Tasting", price: "From $120/pp", imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimps-with-green-sauce-table_140725-2118.jpg" }, + { id: "4", name: "Cooking Masterclass", price: "From $300", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg" }, + { id: "5", name: "Wedding Reception", price: "Quote Requested", imageSrc: "http://img.b2bpic.net/free-photo/two-peppers-with-raw-pasta-uncooked-macaroni-black_114579-62057.jpg" }, + { id: "6", name: "Cocktail Hour Canapés", price: "From $45/pp", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-with-radish-tomato-cucumber-feta-cheese-cubes-arugula_140725-470.jpg" }, ]} title="Signature Services" description="From intimate dinners to large celebrations, each menu is bespoke, seasonal, and crafted with precision." @@ -177,57 +98,16 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "essential", - badge: "Popular", - price: "$500", - subtitle: "Perfect for small family gatherings", - features: [ - "Personalized menu design", - "Market-fresh sourcing", - "Post-event cleanup", - ], - buttons: [ - { - text: "Select Essential", - href: "#contact", - }, - ], + id: "essential", badge: "Popular", price: "$500", subtitle: "Perfect for small family gatherings", features: ["Personalized menu design", "Market-fresh sourcing", "Post-event cleanup"], + buttons: [{ text: "Select Essential", href: "#contact" }], }, { - id: "premium", - badge: "Most Chosen", - price: "$1200", - subtitle: "Elevated experience for dinner parties", - features: [ - "5-course tasting menu", - "Wine pairing consultation", - "Server included", - "Full cleanup", - ], - buttons: [ - { - text: "Select Premium", - href: "#contact", - }, - ], + id: "premium", badge: "Most Chosen", price: "$1200", subtitle: "Elevated experience for dinner parties", features: ["5-course tasting menu", "Wine pairing consultation", "Server included", "Full cleanup"], + buttons: [{ text: "Select Premium", href: "#contact" }], }, { - id: "elite", - badge: "Bespoke", - price: "Custom", - subtitle: "The ultimate luxury event package", - features: [ - "Full event planning", - "Custom decor curation", - "Dedicated waitstaff", - "Sommelier service", - ], - buttons: [ - { - text: "Request Quote", - href: "#contact", - }, - ], + id: "elite", badge: "Bespoke", price: "Custom", subtitle: "The ultimate luxury event package", features: ["Full event planning", "Custom decor curation", "Dedicated waitstaff", "Sommelier service"], + buttons: [{ text: "Request Quote", href: "#contact" }], }, ]} title="Menu Packages" @@ -239,36 +119,12 @@ export default function LandingPage() { @@ -328,9 +161,7 @@ export default function LandingPage() {
@@ -396,4 +183,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1