From 683f97a269d62a47e4d74356fe4dbf9bee469eb7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 08:27:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 99d695a..332314c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,13 +77,13 @@ export default function LandingPage() { tag="Featured Creations" products={[ { - id: "1", name: "Pan-Seared Diver Scallop", price: "Market Price", variant: "Seasonal Vegetables | Beurre Blanc", imageSrc: "http://img.b2bpic.net/free-photo/creamy-mushroom-dish-topped-with-green-salad-with-tomato_140725-5789.jpg", imageAlt: "Pan-seared diver scallop" + id: "1", name: "Pan-Seared Diver Scallop", price: "Market Price", variant: "Seasonal Vegetables | Beurre Blanc", imageSrc: "http://img.b2bpic.net/free-photo/creamy-mushroom-dish-topped-with-green-salad-with-tomato_140725-5789.jpg?_wi=1", imageAlt: "Pan-seared diver scallop" }, { - id: "2", name: "Heritage Beef Wellington", price: "Market Price", variant: "Truffle Duxelles | Red Wine Reduction", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept-arrangement_23-2148510909.jpg", imageAlt: "Heritage beef wellington" + id: "2", name: "Heritage Beef Wellington", price: "Market Price", variant: "Truffle Duxelles | Red Wine Reduction", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept-arrangement_23-2148510909.jpg?_wi=1", imageAlt: "Heritage beef wellington" }, { - id: "3", name: "Chocolate Soufflé", price: "Market Price", variant: "Vanilla Bean Cream | Gold Leaf", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-food-plate_23-2148510812.jpg", imageAlt: "Chocolate soufflé" + id: "3", name: "Chocolate Soufflé", price: "Market Price", variant: "Vanilla Bean Cream | Gold Leaf", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-food-plate_23-2148510812.jpg?_wi=1", imageAlt: "Chocolate soufflé" } ]} textboxLayout="default" @@ -187,17 +187,17 @@ export default function LandingPage() { tag="Offerings" plans={[ { - id: "private-dining", title: "Private Dinner", price: "Starting", period: "$250 per person", imageSrc: "http://img.b2bpic.net/free-photo/creamy-mushroom-dish-topped-with-green-salad-with-tomato_140725-5789.jpg", imageAlt: "Private dinner service", button: { text: "Book Dinner", href: "#contact" }, features: [ + id: "private-dining", title: "Private Dinner", price: "Starting", period: "$250 per person", imageSrc: "http://img.b2bpic.net/free-photo/creamy-mushroom-dish-topped-with-green-salad-with-tomato_140725-5789.jpg?_wi=2", imageAlt: "Private dinner service", button: { text: "Book Dinner", href: "#contact" }, features: [ "Custom multi-course menu", "Full service and setup", "Wine pairing options", "Dietary accommodations" ] }, { - id: "catering", title: "Event Catering", price: "Starting", period: "$150 per person", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept-arrangement_23-2148510909.jpg", imageAlt: "Event catering service", button: { text: "Plan Event", href: "#contact" }, features: [ + id: "catering", title: "Event Catering", price: "Starting", period: "$150 per person", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept-arrangement_23-2148510909.jpg?_wi=2", imageAlt: "Event catering service", button: { text: "Plan Event", href: "#contact" }, features: [ "Tailored menu design", "Full staffing included", "Beverage coordination", "Professional presentation" ] }, { - id: "consultation", title: "Consultation", price: "Starting", period: "$500 flat fee", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-food-plate_23-2148510812.jpg", imageAlt: "Culinary consultation", button: { text: "Schedule Consultation", href: "#contact" }, features: [ + id: "consultation", title: "Consultation", price: "Starting", period: "$500 flat fee", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-food-plate_23-2148510812.jpg?_wi=2", imageAlt: "Culinary consultation", button: { text: "Schedule Consultation", href: "#contact" }, features: [ "Personalized menu planning", "Ingredient sourcing guidance", "Technique coaching", "1-hour session" ] } -- 2.49.1