From 7dd1a8161c758036747a91bfaaf7d05e8339ad5c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 19:05:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ef15df5..32fc8c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,15 +71,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-assortments-cake-decorating-ingredients_23-2148368259.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-assortments-cake-decorating-ingredients_23-2148368259.jpg?_wi=1", imageAlt: "Steaming cup of authentic chai", }, { - imageSrc: "http://img.b2bpic.net/free-photo/red-tea-glass-teapot-is-poured-into-cups-tea-time-morning-old-veranda-summer-vacation-tea-party-atmosphere-rest-relaxation-selective-focus-cup_166373-2633.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/red-tea-glass-teapot-is-poured-into-cups-tea-time-morning-old-veranda-summer-vacation-tea-party-atmosphere-rest-relaxation-selective-focus-cup_166373-2633.jpg?_wi=1", imageAlt: "Pouring chai from a traditional pot", }, { - imageSrc: "http://img.b2bpic.net/free-photo/milky-shake-with-strawberry-syrup-glass_114579-3296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/milky-shake-with-strawberry-syrup-glass_114579-3296.jpg?_wi=1", imageAlt: "Close up of fresh chai spices", }, { @@ -139,21 +139,21 @@ export default function LandingPage() { title: "Customizable Sweetness", description: "From sugar-free to extra sweet, we cater to your preference.", buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-assortments-cake-decorating-ingredients_23-2148368259.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-assortments-cake-decorating-ingredients_23-2148368259.jpg?_wi=2", imageAlt: "Christmas wreath and fir tree branches in vases and cups all around the modern kitchen. Modern kitchen with black fridge decorated for Christmas and New Year.", }, { title: "Vegan Options", description: "Enjoy our delicious chai with almond, soy, or oat milk.", buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/red-tea-glass-teapot-is-poured-into-cups-tea-time-morning-old-veranda-summer-vacation-tea-party-atmosphere-rest-relaxation-selective-focus-cup_166373-2633.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/red-tea-glass-teapot-is-poured-into-cups-tea-time-morning-old-veranda-summer-vacation-tea-party-atmosphere-rest-relaxation-selective-focus-cup_166373-2633.jpg?_wi=2", imageAlt: "Christmas wreath and fir tree branches in vases and cups all around the modern kitchen. Modern kitchen with black fridge decorated for Christmas and New Year.", }, { title: "Eco-Friendly", description: "We use compostable cups and support sustainable farming.", buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/milky-shake-with-strawberry-syrup-glass_114579-3296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/milky-shake-with-strawberry-syrup-glass_114579-3296.jpg?_wi=2", imageAlt: "Christmas wreath and fir tree branches in vases and cups all around the modern kitchen. Modern kitchen with black fridge decorated for Christmas and New Year.", }, ]} -- 2.49.1