From 3a65523a2dc012e0013df9623f1ddb9de2b642f7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:21:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f09dc4e..11dda87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,7 @@ export default function LandingPage() { description="Tailored culinary experiences crafted to your preferences, dietary needs, and occasions" features={[ { - title: "Private Dinner Parties", description: "Multi-course tasting menus with expert wine pairings and professional table service tailored to your theme and guest count.", icon: UtensilsCrossed, + title: "Private Dinner Parties", description: "Multi-course tasting menus with expert wine pairings and professional table service tailored to your theme and guest count. Starting at $2,500", icon: UtensilsCrossed, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg?_wi=1", imageAlt: "Elegant plating"}, @@ -92,7 +92,7 @@ export default function LandingPage() { ], }, { - title: "Corporate Events", description: "Complete catering management for team celebrations and executive functions, including menu design, service coordination, and refined presentation.", icon: Briefcase, + title: "Corporate Events", description: "Complete catering management for team celebrations and executive functions, including menu design, service coordination, and refined presentation. Starting at $3,500", icon: Briefcase, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/african-american-chef-cooking-delicious-meals-with-rosemary-basil_482257-121117.jpg?_wi=2", imageAlt: "Professional catering"}, @@ -101,7 +101,7 @@ export default function LandingPage() { ], }, { - title: "Personalized Menus", description: "Custom-designed multi-course meals featuring seasonal ingredients reflecting your tastes, dietary requirements, and culinary preferences.", icon: ChefHat, + title: "Personalized Menus", description: "Custom-designed multi-course meals featuring seasonal ingredients reflecting your tastes, dietary requirements, and culinary preferences. Pricing available upon consultation", icon: ChefHat, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg?_wi=3", imageAlt: "French cuisine"}, @@ -110,7 +110,7 @@ export default function LandingPage() { ], }, { - title: "Cooking Classes", description: "Hands-on culinary education teaching professional techniques, ingredient selection, knife skills, and advanced cooking methods in your kitchen.", icon: Book, + title: "Cooking Classes", description: "Hands-on culinary education teaching professional techniques, ingredient selection, knife skills, and advanced cooking methods in your kitchen. Starting at $400/hour", icon: Book, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/african-american-chef-cooking-delicious-meals-with-rosemary-basil_482257-121117.jpg?_wi=3", imageAlt: "Culinary instruction"}, -- 2.49.1