From f5e92eb9f45d1a465a9a22ad04b1b7dca1105330 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 22:01:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 11497e6..8d0a305 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190962.jpg" + imageSrc="http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190962.jpg?_wi=1" imageAlt="Private chef serving gourmet dinner" avatars={[ { @@ -103,7 +103,7 @@ export default function LandingPage() { description="With over 15 years in Michelin-starred kitchens, I bring fine dining to your table. My philosophy is simple: seasonal ingredients, classic techniques, and unforgettable hospitality." subdescription="Every menu is custom-tailored to your unique tastes and dietary requirements, ensuring a seamless, high-end experience." icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-cooking-pizza_23-2150405878.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-cooking-pizza_23-2150405878.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -152,19 +152,19 @@ export default function LandingPage() { id: "m1", name: "Sea Scallops with Saffron", price: "Seasonally Priced", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510906.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510906.jpg?_wi=1", }, { id: "m2", name: "Herb-Crusted Wagyu Striploin", price: "Seasonally Priced", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-vegetables-lettuce-plate_141793-2828.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-vegetables-lettuce-plate_141793-2828.jpg?_wi=1", }, { id: "m3", name: "Wild Mushroom Risotto", price: "Seasonally Priced", - imageSrc: "http://img.b2bpic.net/free-photo/shrimp-salad-with-vegetables-table_140725-5461.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shrimp-salad-with-vegetables-table_140725-5461.jpg?_wi=1", }, { id: "m4", @@ -203,7 +203,7 @@ export default function LandingPage() { quote: "Chef Marco made our anniversary unforgettable. Every dish was a work of art.", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/mother-daughter-partying-new-year-night_23-2149173238.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190962.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190962.jpg?_wi=2", imageAlt: "happy client dinner party", }, { @@ -214,7 +214,7 @@ export default function LandingPage() { quote: "The service was impeccable and the food was truly world-class.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-cooking-pizza_23-2150405878.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-cooking-pizza_23-2150405878.jpg?_wi=2", imageAlt: "happy client dinner party", }, { @@ -225,7 +225,7 @@ export default function LandingPage() { quote: "A masterclass in taste and texture. We will definitely book again.", tag: "Delicious", avatarSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510906.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510906.jpg?_wi=2", imageAlt: "happy client dinner party", }, { @@ -236,7 +236,7 @@ export default function LandingPage() { quote: "Absolute perfection. Chef Marco is a true culinary artist.", tag: "Amazing", avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-toast-while-enjoying-lunch-with-her-friends-home_637285-5886.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-vegetables-lettuce-plate_141793-2828.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-vegetables-lettuce-plate_141793-2828.jpg?_wi=2", imageAlt: "happy client dinner party", }, { @@ -247,7 +247,7 @@ export default function LandingPage() { quote: "The entire experience was seamless and sophisticated.", tag: "Outstanding", avatarSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517419.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/shrimp-salad-with-vegetables-table_140725-5461.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shrimp-salad-with-vegetables-table_140725-5461.jpg?_wi=2", imageAlt: "happy client dinner party", }, ]} -- 2.49.1