From 6657aa32308416992162c90fd57f5e17c12ee4b3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 03:39:39 +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 668cf68..2310045 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,15 +65,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/empty-table-chair-restaurant_1339-3323.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-table-chair-restaurant_1339-3323.jpg?_wi=1", imageAlt: "Cafe interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-brown-coffee-seeds-grey-rustic-desk-drink-coffee-color_140725-28088.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-brown-coffee-seeds-grey-rustic-desk-drink-coffee-color_140725-28088.jpg?_wi=1", imageAlt: "Fresh coffee", }, { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bulb-room_181624-57611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bulb-room_181624-57611.jpg?_wi=1", imageAlt: "Warm cafe lighting", }, { @@ -116,7 +116,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-tomatoes-pink-bowl-wooden-kitchen-board-with-toasted-slices-bread-with-avocado-pulp-egg-green-surface_141793-16404.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/empty-table-chair-restaurant_1339-3323.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-table-chair-restaurant_1339-3323.jpg?_wi=2", imageAlt: "fresh ingredients organic food cafe", }, { @@ -128,7 +128,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/aroma-coffee-beans-fills-coffee-shop-generated-by-ai_188544-36137.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-brown-coffee-seeds-grey-rustic-desk-drink-coffee-color_140725-28088.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-brown-coffee-seeds-grey-rustic-desk-drink-coffee-color_140725-28088.jpg?_wi=2", imageAlt: "fresh ingredients organic food cafe", }, { @@ -140,7 +140,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/open-book-coffee-cup-table-near-window_23-2147872197.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bulb-room_181624-57611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bulb-room_181624-57611.jpg?_wi=2", imageAlt: "fresh ingredients organic food cafe", }, ]} -- 2.49.1