From f6354e4ad06f77fbc40aac25c1cfc4b9e001d169 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 14:10:03 +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 ab21a0a..817fe8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,15 +77,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg?_wi=1", imageAlt: "Cozy cafe interior with warm lighting", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-coffee-with-milk_23-2148865586.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-coffee-with-milk_23-2148865586.jpg?_wi=1", imageAlt: "Barista preparing latte art", }, { - imageSrc: "http://img.b2bpic.net/free-photo/little-delicious-cakes-with-cream-along-with-different-berries-light-bright-cake-biscuit-berry-sweet-bake_140725-32354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/little-delicious-cakes-with-cream-along-with-different-berries-light-bright-cake-biscuit-berry-sweet-bake_140725-32354.jpg?_wi=1", imageAlt: "Display of delicious pastries and cakes", }, { @@ -146,7 +146,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/ground-coffee-near-spices_23-2147747263.jpg", imageAlt: "Coffee beans on a dark background", }, - imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg?_wi=2", imageAlt: "cozy indoor seating coffee shop", }, { @@ -160,7 +160,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg", imageAlt: "Cozy cafe atmosphere with warm colors", }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-coffee-with-milk_23-2148865586.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-coffee-with-milk_23-2148865586.jpg?_wi=2", imageAlt: "cozy indoor seating coffee shop", }, { @@ -174,7 +174,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/flavorful-gogal-plate-marble-table_114579-83451.jpg", imageAlt: "Fresh croissant on a plate", }, - imageSrc: "http://img.b2bpic.net/free-photo/little-delicious-cakes-with-cream-along-with-different-berries-light-bright-cake-biscuit-berry-sweet-bake_140725-32354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/little-delicious-cakes-with-cream-along-with-different-berries-light-bright-cake-biscuit-berry-sweet-bake_140725-32354.jpg?_wi=2", imageAlt: "cozy indoor seating coffee shop", }, ]} -- 2.49.1