diff --git a/src/app/page.tsx b/src/app/page.tsx index 270c37e..ec354fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { metrics={[ { id: "experience", value: "30+", description: "Years of Experience" }, { id: "services", value: "Full-Service", description: "Catering & Event Planning" }, - { id: "approach", value: "100%", description: "Custom Menus & Solutions" } + { id: "approach", value: "100%", description: "Custom Menus for Every Event" } ]} metricsAnimation="slide-up" useInvertedBackground={false} @@ -102,13 +102,13 @@ export default function LandingPage() { description="Carefully curated culinary experiences designed to delight and impress your guests." products={[ { - id: "signature", name: "Signature Menus", price: "Starting at $75pp", variant: "Timeless Classics", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-tomato-slices-greens-sauce-rosemary-sprig-2_140725-8550.jpg?_wi=1", imageAlt: "Signature gourmet plated course" + id: "signature", name: "Signature Menus", price: "", variant: "Timeless Classics", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-tomato-slices-greens-sauce-rosemary-sprig-2_140725-8550.jpg?_wi=1", imageAlt: "Signature gourmet plated course" }, { - id: "stations", name: "Station Experiences", price: "Starting at $85pp", variant: "Interactive & Engaging", imageSrc: "http://img.b2bpic.net/free-photo/chef-presenting-dish-slate_23-2148491231.jpg", imageAlt: "Live catering station setup" + id: "stations", name: "Station Experiences", price: "", variant: "Interactive & Engaging", imageSrc: "http://img.b2bpic.net/free-photo/chef-presenting-dish-slate_23-2148491231.jpg", imageAlt: "Live catering station setup" }, { - id: "hors", name: "Hors d'Oeuvres", price: "Starting at $40pp", variant: "Passed & Displayed", imageSrc: "http://img.b2bpic.net/free-photo/wooden-plates-served-with-snacks-vegetables-cheese_8353-402.jpg", imageAlt: "Elegant gourmet appetizer display" + id: "hors", name: "Hors d'Oeuvres", price: "", variant: "Passed & Displayed", imageSrc: "http://img.b2bpic.net/free-photo/wooden-plates-served-with-snacks-vegetables-cheese_8353-402.jpg", imageAlt: "Elegant gourmet appetizer display" }, { id: "custom", name: "Custom Menus", price: "Let's Create", variant: "Your Vision, Our Expertise", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-cutlery-crockery_8353-9876.jpg", imageAlt: "Personalized menu planning consultation" @@ -189,7 +189,7 @@ export default function LandingPage() {