Update src/app/page.tsx

This commit is contained in:
2026-03-17 07:20:04 +00:00
parent 1c0ea31089
commit fa87dcdf69

View File

@@ -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", 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?_wi=1", imageAlt: "Paper Plain Dosa - South Indian Specialty"
},
{
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/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/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", 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?_wi=2", 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", 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?_wi=2", imageAlt: "Veg Special Thali"
}
]}
gridVariant="three-columns-all-equal-width"