From 231a663523f0040b23c808db7b59fad44bf71e2d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 14:04:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b76685..3f8e990 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/parking-entrance_1150-10839.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/parking-entrance_1150-10839.jpg?_wi=1", imageAlt: "Big C Storefront", }, { @@ -102,7 +102,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Quality Products, Local Care" description="At Big C, we pride ourselves on bringing the best selection of products directly to you. We've been serving the Badulla community for years with dedication and a commitment to quality." - imageSrc="http://img.b2bpic.net/free-photo/dining-office_1098-15489.jpg" + imageSrc="http://img.b2bpic.net/free-photo/dining-office_1098-15489.jpg?_wi=1" /> @@ -125,7 +125,7 @@ export default function LandingPage() { title: "Local Convenience", description: "Located centrally in Lower St, Badulla.", tag: "Location", - imageSrc: "http://img.b2bpic.net/free-photo/parking-entrance_1150-10839.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/parking-entrance_1150-10839.jpg?_wi=2", imageAlt: "Elegant young businesswoman with blue jacket", }, { @@ -133,7 +133,7 @@ export default function LandingPage() { title: "Trusted Service", description: "Dedicated to community service for over 8 years.", tag: "Experience", - imageSrc: "http://img.b2bpic.net/free-photo/dining-office_1098-15489.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dining-office_1098-15489.jpg?_wi=2", imageAlt: "Elegant young businesswoman with blue jacket", }, ]} -- 2.49.1