From 9c179cd74841aca6bfedde888972bad26e767ff2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 14:05:15 +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 81ab2cd..378ebee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/parking-entrance_1150-10839.jpg", imageAlt: "Big C Storefront"}, + imageSrc: "http://img.b2bpic.net/free-photo/parking-entrance_1150-10839.jpg?_wi=1", imageAlt: "Big C Storefront"}, { imageSrc: "http://img.b2bpic.net/free-photo/elegant-women-with-shopping-bags-city_1157-26763.jpg", imageAlt: "Store Interior"}, { @@ -78,7 +78,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" /> @@ -91,9 +91,9 @@ export default function LandingPage() { { id: "1", title: "Wide Selection", description: "Curated cosmetics and high-quality essentials.", tag: "Selection", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-businesswoman-with-blue-jacket_23-2147605035.jpg", imageAlt: "Elegant young businesswoman with blue jacket"}, { - id: "2", title: "Local Convenience", description: "Located centrally in Lower St, Badulla.", tag: "Location", imageSrc: "http://img.b2bpic.net/free-photo/parking-entrance_1150-10839.jpg", imageAlt: "Elegant young businesswoman with blue jacket"}, + id: "2", title: "Local Convenience", description: "Located centrally in Lower St, Badulla.", tag: "Location", imageSrc: "http://img.b2bpic.net/free-photo/parking-entrance_1150-10839.jpg?_wi=2", imageAlt: "Elegant young businesswoman with blue jacket"}, { - id: "3", 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", imageAlt: "Elegant young businesswoman with blue jacket"}, + id: "3", 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?_wi=2", imageAlt: "Elegant young businesswoman with blue jacket"}, ]} title="Our Services" description="Why the community trusts Big C." -- 2.49.1