From df8101ed26fb0d4a097cbc870e53b0ddebb7c12c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 19:43:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52dc708..5d35ec0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,9 +57,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg", imageAlt: "Cozy restaurant interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg?_wi=1", imageAlt: "Cozy restaurant interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg", imageAlt: "Sardinian cuisine plate"} + imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg?_wi=1", imageAlt: "Sardinian cuisine plate"} ]} mediaAnimation="slide-up" rating={5} @@ -122,13 +122,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-uncooked-nest-noodles-with-flour_114579-39161.jpg", imageAlt: "vintage italian restaurant knick-knacks"}, { id: "2", name: "David T.", handle: "@Foodie", testimonial: "Incredibly authentic. The Seadas for dessert is mandatory. Outstanding service and brilliant wines.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg", imageAlt: "vintage italian restaurant knick-knacks"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg?_wi=2", imageAlt: "vintage italian restaurant knick-knacks"}, { id: "3", name: "Elena R.", handle: "@Traveler", testimonial: "A truly intimate experience. Feels like eating in a family home in Cagliari.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/backview-barman-writing-chalkboard-terrace_23-2147821251.jpg", imageAlt: "vintage italian restaurant knick-knacks"}, + imageSrc: "http://img.b2bpic.net/free-photo/backview-barman-writing-chalkboard-terrace_23-2147821251.jpg?_wi=1", imageAlt: "vintage italian restaurant knick-knacks"}, { id: "4", name: "James B.", handle: "@DinnerGuest", testimonial: "The best lamb chops I've had in London. Pure Sardinian perfection.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg", imageAlt: "vintage italian restaurant knick-knacks"}, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg?_wi=2", imageAlt: "vintage italian restaurant knick-knacks"}, { id: "5", name: "Lisa K.", handle: "@Local", testimonial: "Love the quirky decor and the Cannonau wine is fantastic.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg", imageAlt: "vintage italian restaurant knick-knacks"}, @@ -154,7 +154,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Booking Details/Requests"}} - imageSrc="http://img.b2bpic.net/free-photo/backview-barman-writing-chalkboard-terrace_23-2147821251.jpg" + imageSrc="http://img.b2bpic.net/free-photo/backview-barman-writing-chalkboard-terrace_23-2147821251.jpg?_wi=2" mediaPosition="right" /> -- 2.49.1