From fba5341e393523996c851dddccb47d4732ffa1c7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 11:42:47 +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 8c1037b..563618e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,27 +73,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104748.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104748.jpg?_wi=1", imageAlt: "Freshly cooked breakfast plate", }, { - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104748.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104748.jpg?_wi=2", imageAlt: "Cozy cafe atmosphere", }, { - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104748.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104748.jpg?_wi=3", imageAlt: "Friendly cafe service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104748.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104748.jpg?_wi=4", imageAlt: "Full english breakfast", }, { - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104748.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104748.jpg?_wi=5", imageAlt: "Delicious morning brunch", }, { - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104748.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104748.jpg?_wi=6", imageAlt: "Warm cafe interior", }, ]} @@ -163,7 +163,7 @@ export default function LandingPage() { name: "Hiten", role: "Local Guide", testimonial: "Rumbling Tum Cafe is a true gem in Ruislip! Great service.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-kebab_23-2148773545.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-kebab_23-2148773545.jpg?_wi=1", }, { id: "t2", @@ -191,7 +191,7 @@ export default function LandingPage() { name: "Sarah Miller", role: "Local Resident", testimonial: "The atmosphere is always welcoming. A staple of my Saturday mornings!", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-kebab_23-2148773545.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-kebab_23-2148773545.jpg?_wi=2", }, ]} title="Don't Take Our Word For It" -- 2.49.1