From e667c263b12f2af613f8b8d4a879e070d0e912f9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 07:27:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d0c1a8..2cb314c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,13 +130,13 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Virgin Mojito", price: "₹120", variant: "Refreshing Beverage", imageSrc: "http://img.b2bpic.net/free-photo/fresh-lime-strawberry-mint-infused-water-cocktail-detox-drink-lemonade-summer-drinks-health-care-concept_114579-4770.jpg", imageAlt: "Virgin Mojito" + id: "1", name: "Virgin Mojito", price: "₹120", variant: "Refreshing Beverage", imageSrc: "http://img.b2bpic.net/free-photo/fresh-lime-strawberry-mint-infused-water-cocktail-detox-drink-lemonade-summer-drinks-health-care-concept_114579-4770.jpg?_wi=1", imageAlt: "Virgin Mojito" }, { - id: "2", name: "Cold Coffee", price: "₹100", variant: "Creamy & Chilled", imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4412.jpg", imageAlt: "Cold Coffee" + id: "2", name: "Cold Coffee", price: "₹100", variant: "Creamy & Chilled", imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4412.jpg?_wi=1", imageAlt: "Cold Coffee" }, { - id: "3", name: "Party Platter", price: "₹450", variant: "Sharing for 4-5 People", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-mushrooms-bell-peppers-scallions_140725-8551.jpg", imageAlt: "Party Platter" + id: "3", name: "Party Platter", price: "₹450", variant: "Sharing for 4-5 People", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-mushrooms-bell-peppers-scallions_140725-8551.jpg?_wi=1", imageAlt: "Party Platter" }, { id: "4", name: "Paneer Tikka Masala", price: "₹280", variant: "North Indian Specialty", imageSrc: "http://img.b2bpic.net/free-photo/capital-salad-with-peas-table_140725-7657.jpg", imageAlt: "Paneer Tikka Masala" @@ -180,10 +180,10 @@ export default function LandingPage() { { id: 2, title: "🚗 Drive-Through", description: "Quick and convenient. Order ahead and pick up fresh food without leaving your car. Perfect for busy schedules.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/fresh-lime-strawberry-mint-infused-water-cocktail-detox-drink-lemonade-summer-drinks-health-care-concept_114579-4770.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/fresh-lime-strawberry-mint-infused-water-cocktail-detox-drink-lemonade-summer-drinks-health-care-concept_114579-4770.jpg?_wi=2" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4412.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4412.jpg?_wi=2" }, }, { @@ -192,7 +192,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-giving-takeaway-package-with-food-order-businesswoman-working-startup-business-company-office_482257-2375.jpg" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-mushrooms-bell-peppers-scallions_140725-8551.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-mushrooms-bell-peppers-scallions_140725-8551.jpg?_wi=2" }, }, ]} @@ -266,7 +266,7 @@ export default function LandingPage() { required: false, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/fried-meat-with-mushrooms-bell-peppers-scallions_140725-8551.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fried-meat-with-mushrooms-bell-peppers-scallions_140725-8551.jpg?_wi=3" imageAlt="Magic Delight Party Platter" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1