Update src/app/page.tsx

This commit is contained in:
2026-04-07 05:15:04 +00:00
parent 2d0e4e0675
commit 89dbf6e3ea

View File

@@ -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",
},
]}