From 20d6a21b7f036ea80ddc8434be5d7bf73da2adcc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:34:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e1a27d..4e36844 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { href: "https://wa.me/923340546541", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/fresh-cookies-with-chocolate-are-ready-be-removed-from-oven-bakery-shop_613910-17461.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fresh-cookies-with-chocolate-are-ready-be-removed-from-oven-bakery-shop_613910-17461.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -85,25 +85,25 @@ export default function LandingPage() { id: "p1", name: "Royal Barfi Selection", price: "Rs 800", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-muffin_23-2148549930.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-muffin_23-2148549930.jpg?_wi=1", }, { id: "p2", name: "Premium Gulab Jamun", price: "Rs 500", - imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113299.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113299.jpg?_wi=1", }, { id: "p3", name: "Luxury Custom Cake", price: "Rs 2500", - imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097833.jpg?_wi=1", }, { id: "p4", name: "Handmade Butter Biscuits", price: "Rs 600", - imageSrc: "http://img.b2bpic.net/free-photo/food-catering-canape-antipasto_624325-1409.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/food-catering-canape-antipasto_624325-1409.jpg?_wi=1", }, { id: "p5", @@ -215,7 +215,7 @@ export default function LandingPage() { quote: "The absolute best barfi in the whole city. Always fresh!", tag: "Top Rated", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13321.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-cookies-with-chocolate-are-ready-be-removed-from-oven-bakery-shop_613910-17461.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-cookies-with-chocolate-are-ready-be-removed-from-oven-bakery-shop_613910-17461.jpg?_wi=2", imageAlt: "happy customer portrait", }, { @@ -226,7 +226,7 @@ export default function LandingPage() { quote: "Reliable, professional, and the sweets are top-tier. My clients loved them.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-muffin_23-2148549930.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-muffin_23-2148549930.jpg?_wi=2", imageAlt: "happy customer portrait", }, { @@ -237,7 +237,7 @@ export default function LandingPage() { quote: "Late night cravings? WhatsApp them and get it delivered in minutes.", tag: "Loyal", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113299.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113299.jpg?_wi=2", imageAlt: "happy customer portrait", }, { @@ -248,7 +248,7 @@ export default function LandingPage() { quote: "Amazing presentation. Perfect for corporate gifts.", tag: "Trusted", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-woman-playing-with-her-phone_23-2150455176.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097833.jpg?_wi=2", imageAlt: "happy customer portrait", }, { @@ -259,7 +259,7 @@ export default function LandingPage() { quote: "Best Gulab Jamun I've ever had. Authentic taste.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/food-catering-canape-antipasto_624325-1409.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/food-catering-canape-antipasto_624325-1409.jpg?_wi=2", imageAlt: "happy customer portrait", }, ]} -- 2.49.1