From 525493f9baaba3d3c939ae67298b3bcfd68ba771 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 19:22:14 +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 82193e4..ef0fce1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,12 +81,12 @@ export default function LandingPage() { carouselItems={[ { id: "hero-carousel-item-1", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg?_wi=1", imageAlt: "Luxurious restaurant interior", }, { id: "hero-carousel-item-2", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg?_wi=1", imageAlt: "Exquisite gourmet dish", }, { @@ -178,7 +178,7 @@ export default function LandingPage() { imageAlt: "Chef explaining a dish to a customer", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg?_wi=2", imageAlt: "soft ambient lighting restaurant interior", }, { @@ -195,7 +195,7 @@ export default function LandingPage() { imageAlt: "Artisan bread basket", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg?_wi=2", imageAlt: "soft ambient lighting restaurant interior", }, ]} -- 2.49.1