From 800b334830ddb09bed3cca98d4ecbc3911c2053f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 07:33:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 61a6d7c..71b14ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,11 +68,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/served-dinner-table-restaurant_23-2148086091.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/served-dinner-table-restaurant_23-2148086091.jpg?_wi=1", imageAlt: "Luxurious dining interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vegetables_23-2148494042.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vegetables_23-2148494042.jpg?_wi=1", imageAlt: "Gourmet dish presentation", }, { @@ -127,7 +127,7 @@ export default function LandingPage() { description: "Hand-picked selection of regional and international vintages.", bentoComponent: "reveal-icon", icon: Wine, - imageSrc: "http://img.b2bpic.net/free-photo/served-dinner-table-restaurant_23-2148086091.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/served-dinner-table-restaurant_23-2148086091.jpg?_wi=2", imageAlt: "Plates, cutlery and glassesĀ  flat lay", }, { @@ -135,7 +135,7 @@ export default function LandingPage() { description: "Elegant spaces for your most important life celebrations.", bentoComponent: "reveal-icon", icon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vegetables_23-2148494042.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vegetables_23-2148494042.jpg?_wi=2", imageAlt: "Plates, cutlery and glassesĀ  flat lay", }, ]}