From 8a98b4f7f5d09afc60e39e0e09a10de2dc0338b5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 08:03:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d6e839..39b290f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,25 +133,25 @@ export default function LandingPage() { id: "1", name: "Kashta & Pistachio", price: "Artisan", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-swirled-ice-cream-cone_23-2151991278.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-swirled-ice-cream-cone_23-2151991278.jpg?_wi=1", }, { id: "2", name: "Mulberry & Arak", price: "Artisan", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-roasted-plum-ice-cream-recipe-food-photography_53876-96020.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-roasted-plum-ice-cream-recipe-food-photography_53876-96020.jpg?_wi=1", }, { id: "3", name: "Rose & Honey", price: "Artisan", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-137784.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-137784.jpg?_wi=1", }, { id: "4", name: "Saffron Gold", price: "Artisan", - imageSrc: "http://img.b2bpic.net/free-photo/honey-cake-with-cinnamon-fruits-white-plate-tea_114579-17233.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/honey-cake-with-cinnamon-fruits-white-plate-tea_114579-17233.jpg?_wi=1", }, { id: "5", @@ -240,7 +240,7 @@ export default function LandingPage() { quote: "The textures are perfection. I come back for the Mulberry every week.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-standing-kitchen-with-donut_1157-28291.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-swirled-ice-cream-cone_23-2151991278.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-swirled-ice-cream-cone_23-2151991278.jpg?_wi=2", imageAlt: "happy customer portrait warm lighting", }, { @@ -251,7 +251,7 @@ export default function LandingPage() { quote: "Kalaa is not just ice cream, it's a sensory experience.", tag: "Epicurean", avatarSrc: "http://img.b2bpic.net/free-photo/elegant-stylish-lady-with-collected-hair-dressed-gold-tshirt-neck-jewelry-is-smiling-camera-posing-beige-background_291650-2401.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-roasted-plum-ice-cream-recipe-food-photography_53876-96020.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-roasted-plum-ice-cream-recipe-food-photography_53876-96020.jpg?_wi=2", imageAlt: "happy customer portrait warm lighting", }, { @@ -262,7 +262,7 @@ export default function LandingPage() { quote: "Simply exquisite. The balance of flavors is unparalleled.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-peson-with-their-frinds_23-2149290152.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-137784.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-137784.jpg?_wi=2", imageAlt: "happy customer portrait warm lighting", }, { @@ -273,7 +273,7 @@ export default function LandingPage() { quote: "A luxurious indulgence that I treat myself to every weekend.", tag: "New Fan", avatarSrc: "http://img.b2bpic.net/free-photo/man-enjoying-his-virtual-date_23-2149307285.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/honey-cake-with-cinnamon-fruits-white-plate-tea_114579-17233.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/honey-cake-with-cinnamon-fruits-white-plate-tea_114579-17233.jpg?_wi=2", imageAlt: "happy customer portrait warm lighting", }, ]} -- 2.49.1