From 1c0ea31089e85e9c9cf4fa2d703c7acf4370e5a7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 07:19:39 +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 bb2148b..d9f20a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,10 +51,10 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-filled-pancakes-traditional-baked-goods-christian-orthodox-holidays-slavic-cultural-traditions_166373-9479.jpg?_wi=1", imageAlt: "Paper Plain Dosa - South Indian Specialty" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-filled-pancakes-traditional-baked-goods-christian-orthodox-holidays-slavic-cultural-traditions_166373-9479.jpg", imageAlt: "Paper Plain Dosa - South Indian Specialty" }, { - imageSrc: "http://img.b2bpic.net/free-photo/set-spices-food-around-lime-rice-dish_23-2147894870.jpg?_wi=1", imageAlt: "Veg Special Thali - Complete Traditional Meal" + imageSrc: "http://img.b2bpic.net/free-photo/set-spices-food-around-lime-rice-dish_23-2147894870.jpg", imageAlt: "Veg Special Thali - Complete Traditional Meal" }, { imageSrc: "http://img.b2bpic.net/free-photo/pralines-vanilla-muffins-with-green-grapes_114579-4783.jpg", imageAlt: "Traditional Indian Mithai - Fresh Sweets Daily" @@ -86,7 +86,7 @@ export default function LandingPage() { description="Explore our signature dishes crafted with authentic recipes and the finest ingredients. From crispy dosas to aromatic curries and delectable sweets." products={[ { - id: "1", name: "Paper Plain Dosa", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/top-view-filled-pancakes-traditional-baked-goods-christian-orthodox-holidays-slavic-cultural-traditions_166373-9479.jpg?_wi=2", imageAlt: "Paper Plain Dosa" + id: "1", name: "Paper Plain Dosa", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/top-view-filled-pancakes-traditional-baked-goods-christian-orthodox-holidays-slavic-cultural-traditions_166373-9479.jpg", imageAlt: "Paper Plain Dosa" }, { id: "2", name: "Paneer Chilli Pizza", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3297.jpg", imageAlt: "Paneer Chilli Pizza" @@ -101,7 +101,7 @@ export default function LandingPage() { id: "5", name: "Chana Masala", price: "₹110", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-green-beans-plate-green-beans-with-tomatoes-board-garlic-five-bowls-spices-dark-table_140725-123618.jpg", imageAlt: "Chana Masala" }, { - id: "6", name: "Veg Special Thali", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/set-spices-food-around-lime-rice-dish_23-2147894870.jpg?_wi=2", imageAlt: "Veg Special Thali" + id: "6", name: "Veg Special Thali", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/set-spices-food-around-lime-rice-dish_23-2147894870.jpg", imageAlt: "Veg Special Thali" } ]} gridVariant="three-columns-all-equal-width" @@ -115,14 +115,14 @@ export default function LandingPage() {