From ca26d7bfef44d46680b93185f5f99dd223723836 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 08:26:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 63f4558..99d695a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,11 +17,11 @@ export default function LandingPage() { return ( @@ -187,20 +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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Culinary consultation", button: { text: "Schedule Consultation", href: "#contact" }, features: [ "Personalized menu planning", "Ingredient sourcing guidance", "Technique coaching", "1-hour session" ] } -- 2.49.1