From 139e7205ca4e18c6be58e9e9a3673673d97c9616 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 11:19:50 +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 82dec61..f76cb11 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,17 +80,17 @@ export default function LandingPage() { carouselItems={[ { id: "hero-1", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-with-elegant-chandelier-lighting-generated-by-ai_188544-21199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-with-elegant-chandelier-lighting-generated-by-ai_188544-21199.jpg?_wi=1", imageAlt: "Luxurious dining interior", }, { id: "hero-2", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-meat-with-fried-zucchini-grape-branch-statue-head-round-plate_176474-3089.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-meat-with-fried-zucchini-grape-branch-statue-head-round-plate_176474-3089.jpg?_wi=1", imageAlt: "Chef plating a gourmet dish", }, { id: "hero-3", - imageSrc: "http://img.b2bpic.net/free-photo/food-drinks_1122-1820.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/food-drinks_1122-1820.jpg?_wi=1", imageAlt: "Wine pouring into a glass", }, { @@ -201,7 +201,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/christmas-table-living-room-with-objects-holiday-decor-new-year-eve-concept_132075-11240.jpg", imageAlt: "Elegant table setting", }, - imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-with-elegant-chandelier-lighting-generated-by-ai_188544-21199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-with-elegant-chandelier-lighting-generated-by-ai_188544-21199.jpg?_wi=2", imageAlt: "chef cooking in gourmet kitchen", }, { @@ -215,7 +215,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/lots-red-wine-bottles-winery_1268-15680.jpg", imageAlt: "Wine cellar", }, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-meat-with-fried-zucchini-grape-branch-statue-head-round-plate_176474-3089.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-meat-with-fried-zucchini-grape-branch-statue-head-round-plate_176474-3089.jpg?_wi=2", imageAlt: "chef cooking in gourmet kitchen", }, { @@ -229,7 +229,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/candles-deers-statue-prepared-desk-waiting-food-visitors-evening-time_146671-14410.jpg", imageAlt: "Outdoor dining patio", }, - imageSrc: "http://img.b2bpic.net/free-photo/food-drinks_1122-1820.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/food-drinks_1122-1820.jpg?_wi=2", imageAlt: "chef cooking in gourmet kitchen", }, ]}