From aa07793ba102ef81ab7df4020427a1d0e048743f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 13:52:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1bb8567..9f26a5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,45 +58,45 @@ export default function LandingPage() { description="Step into the bohemian charm of Hoodi. Where art, nature, and flavors converge in a soulful culinary sanctuary." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/wooden-wheels-ship-lie-floor-before-wooden-chest_1304-3694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-wheels-ship-lie-floor-before-wooden-chest_1304-3694.jpg?_wi=1", imageAlt: "Boho interior decor", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-dining-table-arrangement_52683-111484.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-dining-table-arrangement_52683-111484.jpg?_wi=1", imageAlt: "Patio dining", }, { - imageSrc: "http://img.b2bpic.net/free-photo/wooden-wheels-ship-lie-floor-before-wooden-chest_1304-3694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-wheels-ship-lie-floor-before-wooden-chest_1304-3694.jpg?_wi=2", imageAlt: "Details", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-dining-table-arrangement_52683-111484.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-dining-table-arrangement_52683-111484.jpg?_wi=2", imageAlt: "Patio", }, { - imageSrc: "http://img.b2bpic.net/free-photo/wooden-wheels-ship-lie-floor-before-wooden-chest_1304-3694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-wheels-ship-lie-floor-before-wooden-chest_1304-3694.jpg?_wi=3", imageAlt: "Interior", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-dining-table-arrangement_52683-111484.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-dining-table-arrangement_52683-111484.jpg?_wi=3", imageAlt: "Boho ambiance", }, { - imageSrc: "http://img.b2bpic.net/free-photo/wooden-wheels-ship-lie-floor-before-wooden-chest_1304-3694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-wheels-ship-lie-floor-before-wooden-chest_1304-3694.jpg?_wi=4", imageAlt: "Artful plating", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-dining-table-arrangement_52683-111484.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-dining-table-arrangement_52683-111484.jpg?_wi=4", imageAlt: "Cozy corner", }, { - imageSrc: "http://img.b2bpic.net/free-photo/wooden-wheels-ship-lie-floor-before-wooden-chest_1304-3694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-wheels-ship-lie-floor-before-wooden-chest_1304-3694.jpg?_wi=5", imageAlt: "Restaurant details", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-dining-table-arrangement_52683-111484.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-dining-table-arrangement_52683-111484.jpg?_wi=5", imageAlt: "Boho vibes", }, ]} -- 2.49.1