From 0ae4f61b27f8789f4e7102991d864f2593dbfa1f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:28:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eb6483e..9874fab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,22 +53,22 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg", imageAlt: "Authentic Kathiyawadi thali setup" + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg?_wi=1", imageAlt: "Authentic Kathiyawadi thali setup" }, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-taco-flatbread-with-guacamole-generated-by-ai_188544-39855.jpg", imageAlt: "Traditional complete thali meal" + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-taco-flatbread-with-guacamole-generated-by-ai_188544-39855.jpg?_wi=1", imageAlt: "Traditional complete thali meal" }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/delicious-arrangement-traditional-roti_23-2149034003.jpg", imageAlt: "Homemade rotla with curry" + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/delicious-arrangement-traditional-roti_23-2149034003.jpg?_wi=1", imageAlt: "Homemade rotla with curry" }, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-seasonings-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80763.jpg", imageAlt: "Spiced Kathiyawadi sabzi" + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-seasonings-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80763.jpg?_wi=1", imageAlt: "Spiced Kathiyawadi sabzi" }, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/side-view-salad-bottom-side-with-herbs-leaves-side-dark-grey-background_140725-134385.jpg", imageAlt: "Traditional cooking preparation" }, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg", imageAlt: "Restaurant authentic ambiance" + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg?_wi=2", imageAlt: "Restaurant authentic ambiance" } ]} autoPlay={true} @@ -101,13 +101,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Traditional Kathiyawadi Thali", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-taco-flatbread-with-guacamole-generated-by-ai_188544-39855.jpg", imageAlt: "Complete traditional thali with all items", initialQuantity: 1 + id: "1", name: "Traditional Kathiyawadi Thali", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-taco-flatbread-with-guacamole-generated-by-ai_188544-39855.jpg?_wi=2", imageAlt: "Complete traditional thali with all items", initialQuantity: 1 }, { - id: "2", name: "Hand-Made Rotla with Sabzi", price: "₹249", imageSrc: "http://img.b2bpic.net/free-photo/delicious-arrangement-traditional-roti_23-2149034003.jpg", imageAlt: "Homemade rotla served with curry", initialQuantity: 1 + id: "2", name: "Hand-Made Rotla with Sabzi", price: "₹249", imageSrc: "http://img.b2bpic.net/free-photo/delicious-arrangement-traditional-roti_23-2149034003.jpg?_wi=2", imageAlt: "Homemade rotla served with curry", initialQuantity: 1 }, { - id: "3", name: "Authentic Spiced Sabzi", price: "₹189", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-seasonings-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80763.jpg", imageAlt: "Traditional Kathiyawadi vegetable curry", initialQuantity: 1 + id: "3", name: "Authentic Spiced Sabzi", price: "₹189", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-seasonings-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80763.jpg?_wi=2", imageAlt: "Traditional Kathiyawadi vegetable curry", initialQuantity: 1 }, { id: "4", name: "Sukhdi & Ladu Platter", price: "₹129", imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-small-fruit-cakes-raisin-cakes-top-view_114579-9790.jpg", imageAlt: "Homemade traditional sweets", initialQuantity: 1