diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d71556..eff5a39 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,28 +78,28 @@ export default function LandingPage() { name: "Chicken Dum Biryani", price: "₹199", variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-assortment_23-2148821514.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-assortment_23-2148821514.jpg?_wi=1", }, { id: "p2", name: "Mutton Biryani", price: "₹299", variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/indian-butter-chicken-black-bowl-black-background_123827-20757.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indian-butter-chicken-black-bowl-black-background_123827-20757.jpg?_wi=1", }, { id: "p3", name: "Egg Biryani", price: "₹149", variant: "Light", - imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-pork-salt-chillies-decorated-with-thai-food-ingredients_1150-22905.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-pork-salt-chillies-decorated-with-thai-food-ingredients_1150-22905.jpg?_wi=1", }, { id: "p4", name: "Veg Biryani", price: "₹129", variant: "Veggie", - imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-with-carrots-plate-cabbage-carrots-herbs-fork-bowls-spices_140725-71444.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-with-carrots-plate-cabbage-carrots-herbs-fork-bowls-spices_140725-71444.jpg?_wi=1", }, ]} title="Our Specials" @@ -123,28 +123,28 @@ export default function LandingPage() { { title: "Freshly Prepared", description: "Every batch is cooked fresh daily with premium ingredients.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-assortment_23-2148821514.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-assortment_23-2148821514.jpg?_wi=2", titleIconSrc: "CheckCircle", buttonText: "Order Now", }, { title: "Quick Delivery", description: "Speedy delivery across Nellore, ensuring it stays piping hot.", - imageSrc: "http://img.b2bpic.net/free-photo/indian-butter-chicken-black-bowl-black-background_123827-20757.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indian-butter-chicken-black-bowl-black-background_123827-20757.jpg?_wi=2", titleIconSrc: "Zap", buttonText: "Order Now", }, { title: "24/7 Ordering", description: "Easy WhatsApp ordering available around the clock.", - imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-pork-salt-chillies-decorated-with-thai-food-ingredients_1150-22905.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-pork-salt-chillies-decorated-with-thai-food-ingredients_1150-22905.jpg?_wi=2", titleIconSrc: "MessageCircle", buttonText: "Order Now", }, { title: "No Confusion", description: "Direct, simple communication to get your order exactly right.", - imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-with-carrots-plate-cabbage-carrots-herbs-fork-bowls-spices_140725-71444.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-with-carrots-plate-cabbage-carrots-herbs-fork-bowls-spices_140725-71444.jpg?_wi=2", titleIconSrc: "ThumbsUp", buttonText: "Order Now", }, @@ -166,7 +166,7 @@ export default function LandingPage() { handle: "@ananya", testimonial: "Best biryani in Nellore! Ordered on WhatsApp in seconds.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-partying-with-food_23-2149525599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-partying-with-food_23-2149525599.jpg?_wi=1", }, { id: "t2", @@ -174,7 +174,7 @@ export default function LandingPage() { handle: "@rajesh", testimonial: "Super fast service and amazing taste!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg?_wi=1", }, { id: "t3", @@ -190,7 +190,7 @@ export default function LandingPage() { handle: "@suresh", testimonial: "Authentic taste that reminds me of home. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-partying-with-food_23-2149525599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-partying-with-food_23-2149525599.jpg?_wi=2", }, { id: "t5", @@ -198,7 +198,7 @@ export default function LandingPage() { handle: "@kiran", testimonial: "Seamless experience. Will order again!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg?_wi=2", }, ]} showRating={true}