diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d0f657..edc1de0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,16 +60,16 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-pakistan-goodies_23-2148821571.jpg", imageAlt: "South Indian Veg Meals" }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086034.jpg?_wi=1", imageAlt: "Idli and Dosa" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086034.jpg", imageAlt: "Idli and Dosa" }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg?_wi=1", imageAlt: "Deluxe Veg Thali" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg", imageAlt: "Deluxe Veg Thali" }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086025.jpg?_wi=1", imageAlt: "Poori and Puri" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086025.jpg", imageAlt: "Poori and Puri" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-healthy-rice-basil-leaves-chicken-bowl_23-2148097284.jpg?_wi=1", imageAlt: "Pongal Meal" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-healthy-rice-basil-leaves-chicken-bowl_23-2148097284.jpg", imageAlt: "Pongal Meal" } ]} /> @@ -98,16 +98,16 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Breakfast Tiffin - Idli & Dosa", price: "₹120-150", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086034.jpg?_wi=2", imageAlt: "Idli and Dosa Set" + id: "1", name: "Breakfast Tiffin - Idli & Dosa", price: "₹120-150", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086034.jpg", imageAlt: "Idli and Dosa Set" }, { - id: "2", name: "Deluxe Veg Thali", price: "₹180-220", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg?_wi=2", imageAlt: "Traditional Vegetarian Thali" + id: "2", name: "Deluxe Veg Thali", price: "₹180-220", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg", imageAlt: "Traditional Vegetarian Thali" }, { - id: "3", name: "Poori & Bhaji", price: "₹100-130", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086025.jpg?_wi=2", imageAlt: "Poori and Vegetable Curry" + id: "3", name: "Poori & Bhaji", price: "₹100-130", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086025.jpg", imageAlt: "Poori and Vegetable Curry" }, { - id: "4", name: "Pongal Special", price: "₹140-170", imageSrc: "http://img.b2bpic.net/free-photo/close-up-healthy-rice-basil-leaves-chicken-bowl_23-2148097284.jpg?_wi=2", imageAlt: "Traditional Pongal Rice Dish" + id: "4", name: "Pongal Special", price: "₹140-170", imageSrc: "http://img.b2bpic.net/free-photo/close-up-healthy-rice-basil-leaves-chicken-bowl_23-2148097284.jpg", imageAlt: "Traditional Pongal Rice Dish" }, { id: "5", name: "Mini Meal Combo", price: "₹150-180", imageSrc: "http://img.b2bpic.net/free-photo/flexitarian-diet-food-assortment_23-2148955489.jpg", imageAlt: "Mini Meal Tiffin Box" @@ -141,7 +141,7 @@ export default function LandingPage() { }, { id: "3", title: "Clean & Hygienic Preparation", tags: ["Certified", "Standards"], - imageSrc: "http://img.b2bpic.net/free-photo/half-body-shot-male-delivery-person-mask-wearing-hat-sitting-scooter-delivering-orders_179666-41003.jpg?_wi=1", imageAlt: "Professional Delivery Service" + imageSrc: "http://img.b2bpic.net/free-photo/half-body-shot-male-delivery-person-mask-wearing-hat-sitting-scooter-delivering-orders_179666-41003.jpg", imageAlt: "Professional Delivery Service" }, { id: "4", title: "Affordable Luxury Pricing", tags: ["Premium", "Value"], @@ -149,7 +149,7 @@ export default function LandingPage() { }, { id: "5", title: "Timely Delivery", tags: ["On-Time", "Reliable"], - imageSrc: "http://img.b2bpic.net/free-photo/half-body-shot-male-delivery-person-mask-wearing-hat-sitting-scooter-delivering-orders_179666-41003.jpg?_wi=2", imageAlt: "Fast Delivery Service" + imageSrc: "http://img.b2bpic.net/free-photo/half-body-shot-male-delivery-person-mask-wearing-hat-sitting-scooter-delivering-orders_179666-41003.jpg", imageAlt: "Fast Delivery Service" } ]} animationType="slide-up"