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", }, ]}