From 0e0601219ba96be243ca48818c1f44703258d542 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 11:15:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5bcbc98..40db4da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -151,7 +151,7 @@ export default function LandingPage() { }, { title: "Friendly Staff", description: "Warm hospitality and excellent customer service", imageSrc: - "http://img.b2bpic.net/free-photo/couple-working-coffee-machine_23-2148366712.jpg", imageAlt: "Friendly cafe staff", buttonIcon: Coffee, + "http://img.b2bpic.net/free-photo/couple-working-coffee-machine_23-2148366712.jpg?_wi=1", imageAlt: "Friendly cafe staff", buttonIcon: Coffee, }, ]} textboxLayout="default" @@ -209,7 +209,7 @@ export default function LandingPage() { required: false, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/couple-working-coffee-machine_23-2148366712.jpg" + imageSrc="http://img.b2bpic.net/free-photo/couple-working-coffee-machine_23-2148366712.jpg?_wi=2" imageAlt="Mumbai Cafe friendly welcome" mediaPosition="right" mediaAnimation="slide-up" -- 2.49.1