From fbc208cc2f905c639584f9a30476b9f9efcabf56 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 11:13:24 +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 a7bab8f..34b8df6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -143,7 +143,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, }, ]} animationType="slide-up" @@ -198,7 +198,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