diff --git a/src/app/page.tsx b/src/app/page.tsx index 40afa76..b01d737 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,9 +89,9 @@ export default function LandingPage() { { id: "1", name: "Kerala Cuisine", price: "Coconut & Spices", imageSrc: "https://images.unsplash.com/photo-1599599810694-b5ac4dd77e73?w=400&h=400&fit=crop", imageAlt: "Kerala cuisine with coconut and spices"}, { - id: "2", name: "North Indian", price: "Bold & Aromatic", imageSrc: "https://images.unsplash.com/photo-1585937421456-de714db8aaa5?w=400&h=400&fit=crop", imageAlt: "North Indian curries and breads"}, + id: "2", name: "North Indian", price: "Bold & Aromatic", imageSrc: "https://images.unsplash.com/photo-1585937421456-de714db8aaa5?w=400&h=400&fit=crop&_wi=1", imageAlt: "North Indian curries and breads"}, { - id: "3", name: "Chinese", price: "Wok & Fire", imageSrc: "https://images.unsplash.com/photo-1609501676725-7186f017a4b3?w=400&h=400&fit=crop", imageAlt: "Chinese stir-fries and noodles"}, + id: "3", name: "Chinese", price: "Wok & Fire", imageSrc: "https://images.unsplash.com/photo-1609501676725-7186f017a4b3?w=400&h=400&fit=crop&_wi=1", imageAlt: "Chinese stir-fries and noodles"}, ]} /> @@ -117,9 +117,9 @@ export default function LandingPage() { { id: "4", name: "Al Faham Chicken", price: "₹290", imageSrc: "https://images.unsplash.com/photo-1598103442097-8b74394b95c6?w=400&h=400&fit=crop", imageAlt: "Al Faham Chicken"}, { - id: "5", name: "Peri Peri Mandi", price: "₹310", imageSrc: "https://images.unsplash.com/photo-1585937421456-de714db8aaa5?w=400&h=400&fit=crop", imageAlt: "Peri Peri Mandi Rice"}, + id: "5", name: "Peri Peri Mandi", price: "₹310", imageSrc: "https://images.unsplash.com/photo-1585937421456-de714db8aaa5?w=400&h=400&fit=crop&_wi=2", imageAlt: "Peri Peri Mandi Rice"}, { - id: "6", name: "Dragon Chicken", price: "₹270", imageSrc: "https://images.unsplash.com/photo-1609501676725-7186f017a4b3?w=400&h=400&fit=crop", imageAlt: "Dragon Chicken"}, + id: "6", name: "Dragon Chicken", price: "₹270", imageSrc: "https://images.unsplash.com/photo-1609501676725-7186f017a4b3?w=400&h=400&fit=crop&_wi=2", imageAlt: "Dragon Chicken"}, ]} carouselMode="buttons" />