Update src/app/page.tsx

This commit is contained in:
2026-05-26 08:07:03 +00:00
parent 36e47bd4b0
commit a058988421

View File

@@ -71,15 +71,15 @@ export default function LandingPage() {
description="Namak, nestled in the luxurious Hotel Sahara Star, invites you on a culinary journey. Discover exquisite modern and classic Indian cuisine, impeccable service, and a truly warm ambiance in Mumbai."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/beef-dish-restaurant_7939-1751.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beef-dish-restaurant_7939-1751.jpg?_wi=1",
imageAlt: "Gourmet Indian Biryani",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-with-onions-wooden-board_140725-7231.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-with-onions-wooden-board_140725-7231.jpg?_wi=1",
imageAlt: "Platter of Indian Kebabs",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cooked-pizza-with-chamomile-flowers-pizza-cutter_23-2148753720.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cooked-pizza-with-chamomile-flowers-pizza-cutter_23-2148753720.jpg?_wi=1",
imageAlt: "Creamy Dal Makhani",
},
{
@@ -209,7 +209,7 @@ export default function LandingPage() {
imageAlt: "Indian spice blend",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/beef-dish-restaurant_7939-1751.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beef-dish-restaurant_7939-1751.jpg?_wi=2",
imageAlt: "chef cooking Indian spices",
},
{
@@ -226,7 +226,7 @@ export default function LandingPage() {
imageAlt: "Luxury restaurant interior detail",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-with-onions-wooden-board_140725-7231.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-with-onions-wooden-board_140725-7231.jpg?_wi=2",
imageAlt: "chef cooking Indian spices",
},
{
@@ -243,7 +243,7 @@ export default function LandingPage() {
imageAlt: "Drive-through service for restaurant",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cooked-pizza-with-chamomile-flowers-pizza-cutter_23-2148753720.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cooked-pizza-with-chamomile-flowers-pizza-cutter_23-2148753720.jpg?_wi=2",
imageAlt: "chef cooking Indian spices",
},
]}