From 0fee55a342127276f6ca3ec775d89014412b343b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:49:59 +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 697a5fd..a5eea3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,19 +54,19 @@ export default function LandingPage() { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/species-fruits-surround-indian-parents-preparing-paste_8353-755.jpg", imageAlt: "Steaming chai with fresh omelette" }, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172666.jpg", imageAlt: "Warm chai shop interior" + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172666.jpg?_wi=1", imageAlt: "Warm chai shop interior" }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/waiter-pouring-tea-from-french-press-woman-who-is-eating-omelette_140725-6889.jpg", imageAlt: "Early morning chai ritual" + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/waiter-pouring-tea-from-french-press-woman-who-is-eating-omelette_140725-6889.jpg?_wi=1", imageAlt: "Early morning chai ritual" }, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/laughing-helps-burning-off-calories_329181-2929.jpg", imageAlt: "Evening social gathering" + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/laughing-helps-burning-off-calories_329181-2929.jpg?_wi=1", imageAlt: "Evening social gathering" }, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-bowls-berries-citrus-fruits-star-anise-cinnamon-sticks-chocolate-cookies-cup-tea-with-cinnamon-table_140725-119965.jpg", imageAlt: "Quality chai ingredients" + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-bowls-berries-citrus-fruits-star-anise-cinnamon-sticks-chocolate-cookies-cup-tea-with-cinnamon-table_140725-119965.jpg?_wi=1", imageAlt: "Quality chai ingredients" }, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-tea_23-2148550446.jpg", imageAlt: "Traditional chai preparation" + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-tea_23-2148550446.jpg?_wi=1", imageAlt: "Traditional chai preparation" } ]} autoPlay={true} @@ -83,7 +83,7 @@ export default function LandingPage() { { value: "15+", title: "Years Serving Kammanahalli" }, { value: "24/7", title: "Hours of Community Connection" } ]} - imageSrc="http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172666.jpg" + imageSrc="http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172666.jpg?_wi=2" imageAlt="EatNDrink shop interior showing warmth and community" useInvertedBackground={false} mediaAnimation="slide-up" @@ -95,15 +95,15 @@ export default function LandingPage() {