diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e2e34f..4bdb99f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,16 +123,16 @@ export default function LandingPage() { tagAnimation="slide-up" metrics={[ { - id: "years", value: "20+", title: "Years Experience", description: "Fine dining and private catering expertise" + id: "years", value: "20+", title: "Years Experience", description: "Fine dining and private catering expertise", imageSrc: "http://img.b2bpic.net/free-photo/professional-food-decoration-restaurant-kitchen-cook-doing-great-job_482257-10351.jpg", imageAlt: "professional chef cooking gourmet food kitchen" }, { - id: "clients", value: "500+", title: "Satisfied Clients", description: "From intimate dinners to grand events" + id: "clients", value: "500+", title: "Satisfied Clients", description: "From intimate dinners to grand events", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fancy-food-arrangement_23-2148948965.jpg", imageAlt: "beautifully plated fine dining gourmet course" }, { - id: "menus", value: "100+", title: "Custom Menus", description: "Tailored to every preference and occasion" + id: "menus", value: "100+", title: "Custom Menus", description: "Tailored to every preference and occasion", imageSrc: "http://img.b2bpic.net/free-photo/assorted-fruit-cheese-plate-close-up-delicious-food-plate_132075-5744.jpg", imageAlt: "elegant dinner table setting formal" }, { - id: "events", value: "1000+", title: "Events Catered", description: "Consistently exceptional service" + id: "events", value: "1000+", title: "Events Catered", description: "Consistently exceptional service", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-male-kitchen_23-2148471868.jpg", imageAlt: "professional chef portrait kitchen white coat" } ]} animationType="scale-rotate"