From 982650947dc0fdcd60914175b3975ce4f4bbfefd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 07:13:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1585186..f691856 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { handle: "@alicem", testimonial: "An incredible evening! The food was perfection.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/food-styling-steak-white-plate_53876-42888.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/food-styling-steak-white-plate_53876-42888.jpg?_wi=1", imageAlt: "private chef plating gourmet meal", }, { @@ -80,7 +80,7 @@ export default function LandingPage() { handle: "@sarahk", testimonial: "Exquisite ingredients and flawless service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-raw-vegetables-composition_23-2148643062.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-raw-vegetables-composition_23-2148643062.jpg?_wi=1", imageAlt: "private chef plating gourmet meal", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { handle: "@markd", testimonial: "Best dining experience in years.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg?_wi=1", imageAlt: "private chef plating gourmet meal", }, { @@ -96,7 +96,7 @@ export default function LandingPage() { handle: "@eliset", testimonial: "Sophisticated, professional, and delicious.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg?_wi=1", imageAlt: "private chef plating gourmet meal", }, ]} @@ -106,7 +106,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/food-styling-steak-white-plate_53876-42888.jpg" + imageSrc="http://img.b2bpic.net/free-photo/food-styling-steak-white-plate_53876-42888.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-cocktail_23-2150124818.jpg", @@ -154,7 +154,7 @@ export default function LandingPage() { { title: "Private Dinner Parties", description: "Intimate evenings focused on seasonal menus and wine pairings.", - imageSrc: "http://img.b2bpic.net/free-photo/view-raw-vegetables-composition_23-2148643062.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-raw-vegetables-composition_23-2148643062.jpg?_wi=2", }, { title: "Corporate Catering", @@ -185,7 +185,7 @@ export default function LandingPage() { role: "Collector", company: "Private Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg?_wi=2", }, { id: "2", @@ -193,7 +193,7 @@ export default function LandingPage() { role: "Architect", company: "Private Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg?_wi=2", }, { id: "3", -- 2.49.1