From 89dbf6e3ea77e71030de10e9f9b95a9579d66557 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 05:15:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5377c9f..a38f3a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,53 +58,53 @@ export default function LandingPage() { description="Experience the authentic flavors and warm hospitality of Bansi Vihar. Where heritage meets refined dining." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182553.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182553.jpg?_wi=1", imageAlt: "Luxury dining", }, { - imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg?_wi=1", imageAlt: "Traditional food", }, { - imageSrc: "http://img.b2bpic.net/free-photo/one-man-preparing-homemade-dessert-kitchen-generated-by-ai_188544-25916.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/one-man-preparing-homemade-dessert-kitchen-generated-by-ai_188544-25916.jpg?_wi=1", imageAlt: "Chef at work", }, { - imageSrc: "http://img.b2bpic.net/free-photo/wedding-day-s-decorated-table-with-plates-napkins-wine-glasses-forks-knives_181624-30870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-day-s-decorated-table-with-plates-napkins-wine-glasses-forks-knives_181624-30870.jpg?_wi=1", imageAlt: "Dish decoration", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-dancing-with-woman-restaurant_23-2148016782.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-dancing-with-woman-restaurant_23-2148016782.jpg?_wi=1", imageAlt: "Restaurant ambiance", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fork-with-black-spaghetti-squid_23-2148461661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fork-with-black-spaghetti-squid_23-2148461661.jpg?_wi=1", imageAlt: "Appetizers", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fork-with-black-spaghetti-squid_23-2148461661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fork-with-black-spaghetti-squid_23-2148461661.jpg?_wi=2", imageAlt: "Appetizers", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-dancing-with-woman-restaurant_23-2148016782.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-dancing-with-woman-restaurant_23-2148016782.jpg?_wi=2", imageAlt: "Restaurant ambiance", }, { - imageSrc: "http://img.b2bpic.net/free-photo/wedding-day-s-decorated-table-with-plates-napkins-wine-glasses-forks-knives_181624-30870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-day-s-decorated-table-with-plates-napkins-wine-glasses-forks-knives_181624-30870.jpg?_wi=2", imageAlt: "Dish decoration", }, { - imageSrc: "http://img.b2bpic.net/free-photo/one-man-preparing-homemade-dessert-kitchen-generated-by-ai_188544-25916.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/one-man-preparing-homemade-dessert-kitchen-generated-by-ai_188544-25916.jpg?_wi=2", imageAlt: "Chef at work", }, { - imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg?_wi=2", imageAlt: "Traditional food", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182553.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182553.jpg?_wi=2", imageAlt: "Luxury dining", }, ]}