diff --git a/src/app/page.tsx b/src/app/page.tsx index 44b9cd5..b97e997 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,15 +75,15 @@ export default function LandingPage() { products={[ { id: "paneer-tikka", brand: "Delish Kitchen", name: "Paneer Tikka", price: "₹280", rating: 5, - reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-tasty-squashes-with-seasonings-dark-purple-desk_140725-50084.jpg", imageAlt: "Paneer Tikka - Grilled cheese skewers" + reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-tasty-squashes-with-seasonings-dark-purple-desk_140725-50084.jpg?_wi=1", imageAlt: "Paneer Tikka - Grilled cheese skewers" }, { id: "chilli-paneer", brand: "Delish Kitchen", name: "Chilli Paneer", price: "₹320", rating: 5, - reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-broccoli-cauliflower-salad-black-oval-plate-different-spices-small-bowls-dark-surface_140725-62308.jpg", imageAlt: "Chilli Paneer - Spicy stir-fried cheese" + reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-broccoli-cauliflower-salad-black-oval-plate-different-spices-small-bowls-dark-surface_140725-62308.jpg?_wi=1", imageAlt: "Chilli Paneer - Spicy stir-fried cheese" }, { id: "manchurian", brand: "Delish Kitchen", name: "Manchurian", price: "₹300", rating: 5, - reviewCount: "520+", imageSrc: "http://img.b2bpic.net/free-photo/meatballs-sweet-sour-tomato-sauce_2829-19545.jpg", imageAlt: "Manchurian - Best Chinese specialty" + reviewCount: "520+", imageSrc: "http://img.b2bpic.net/free-photo/meatballs-sweet-sour-tomato-sauce_2829-19545.jpg?_wi=1", imageAlt: "Manchurian - Best Chinese specialty" } ]} /> @@ -101,27 +101,27 @@ export default function LandingPage() { features={[ { id: 1, - title: "Authentic Spicy Flavors", description: "Expertly crafted dishes with traditional Indian and Chinese spices that keep customers coming back", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-tasty-squashes-with-seasonings-dark-purple-desk_140725-50084.jpg", imageAlt: "Authentic spiced paneer tikka" + title: "Authentic Spicy Flavors", description: "Expertly crafted dishes with traditional Indian and Chinese spices that keep customers coming back", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-tasty-squashes-with-seasonings-dark-purple-desk_140725-50084.jpg?_wi=2", imageAlt: "Authentic spiced paneer tikka" }, { id: 2, - title: "Multi-Cuisine Menu", description: "Diverse selection of vegetarian and Chinese specialties to satisfy every palate and preference", imageSrc: "http://img.b2bpic.net/free-photo/top-view-broccoli-cauliflower-salad-black-oval-plate-different-spices-small-bowls-dark-surface_140725-62308.jpg", imageAlt: "Variety of multi-cuisine dishes" + title: "Multi-Cuisine Menu", description: "Diverse selection of vegetarian and Chinese specialties to satisfy every palate and preference", imageSrc: "http://img.b2bpic.net/free-photo/top-view-broccoli-cauliflower-salad-black-oval-plate-different-spices-small-bowls-dark-surface_140725-62308.jpg?_wi=2", imageAlt: "Variety of multi-cuisine dishes" }, { id: 3, - title: "Affordable Pricing", description: "Premium quality food at reasonable prices, perfect for family budgets and group gatherings", imageSrc: "http://img.b2bpic.net/free-photo/meatballs-sweet-sour-tomato-sauce_2829-19545.jpg", imageAlt: "Value-for-money dishes" + title: "Affordable Pricing", description: "Premium quality food at reasonable prices, perfect for family budgets and group gatherings", imageSrc: "http://img.b2bpic.net/free-photo/meatballs-sweet-sour-tomato-sauce_2829-19545.jpg?_wi=2", imageAlt: "Value-for-money dishes" }, { id: 4, - title: "Beautiful Family Ambiance", description: "Warm, welcoming atmosphere designed for families, friends, and celebrations", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg", imageAlt: "Cozy restaurant interior" + title: "Beautiful Family Ambiance", description: "Warm, welcoming atmosphere designed for families, friends, and celebrations", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg?_wi=1", imageAlt: "Cozy restaurant interior" }, { id: 5, - title: "Friendly Staff", description: "Cooperative and attentive team dedicated to making your dining experience exceptional", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-enjoying-time-together_23-2149283540.jpg", imageAlt: "Staff serving happy customers" + title: "Friendly Staff", description: "Cooperative and attentive team dedicated to making your dining experience exceptional", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-enjoying-time-together_23-2149283540.jpg?_wi=1", imageAlt: "Staff serving happy customers" }, { id: 6, - title: "Free Parking Available", description: "Convenient parking facilities make visiting us hassle-free for all our guests", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg", imageAlt: "Restaurant parking area" + title: "Free Parking Available", description: "Convenient parking facilities make visiting us hassle-free for all our guests", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg?_wi=2", imageAlt: "Restaurant parking area" } ]} /> @@ -131,10 +131,10 @@ export default function LandingPage() {