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" ] }