From 5e9f57a3f4a61ac41eac9c0d9eabdf4c33237270 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 08:15:07 +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 65858a9..022ea23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,11 +70,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/circular-clock-indoors-still-life_23-2150436161.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/circular-clock-indoors-still-life_23-2150436161.jpg?_wi=1", imageAlt: "Coffee Wave Cafe Interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/charming-african-american-woman-model-black-jacket-hat-waist-bag-relaxing-cafe-free-time-with-mobile-phone_627829-5382.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/charming-african-american-woman-model-black-jacket-hat-waist-bag-relaxing-cafe-free-time-with-mobile-phone_627829-5382.jpg?_wi=1", imageAlt: "Cafe Atmosphere", }, { @@ -114,7 +114,7 @@ export default function LandingPage() { id: "p1", name: "Smoked Chicken Mayo Tramezzini", price: "R85", - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-healthy-food-delivery-take-away-boxes_231208-7728.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-healthy-food-delivery-take-away-boxes_231208-7728.jpg?_wi=1", }, { id: "p2", @@ -173,7 +173,7 @@ export default function LandingPage() { descriptions: [ "Exposed brick, rope details, and vintage charm.", ], - imageSrc: "http://img.b2bpic.net/free-photo/circular-clock-indoors-still-life_23-2150436161.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/circular-clock-indoors-still-life_23-2150436161.jpg?_wi=2", imageAlt: "Composition of marine elements with copyspace", }, { @@ -182,7 +182,7 @@ export default function LandingPage() { descriptions: [ "Strand's best view while you sip.", ], - imageSrc: "http://img.b2bpic.net/free-photo/charming-african-american-woman-model-black-jacket-hat-waist-bag-relaxing-cafe-free-time-with-mobile-phone_627829-5382.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/charming-african-american-woman-model-black-jacket-hat-waist-bag-relaxing-cafe-free-time-with-mobile-phone_627829-5382.jpg?_wi=2", imageAlt: "Composition of marine elements with copyspace", }, { @@ -191,7 +191,7 @@ export default function LandingPage() { descriptions: [ "Curated playlists for the perfect ambiance.", ], - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-healthy-food-delivery-take-away-boxes_231208-7728.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-healthy-food-delivery-take-away-boxes_231208-7728.jpg?_wi=2", imageAlt: "Composition of marine elements with copyspace", }, ]} -- 2.49.1