From 7c05ce261c6597dec780c418d561b6efe7319c39 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 14:29:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 895faa3..d102b51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/girl-library_1150-18018.jpg" + imageSrc="http://img.b2bpic.net/free-photo/girl-library_1150-18018.jpg?_wi=1" imageAlt="Local Kota business storefront with welcoming entrance" mediaAnimation="blur-reveal" frameStyle="card" @@ -111,16 +111,16 @@ export default function LandingPage() { description="We've earned the trust of our community through consistent excellence, local commitment, and genuine customer care" metrics={[ { - id: "metric-1", value: "10+", title: "Years Serving", description: "A decade of dedicated service to the Kota community", imageSrc: "http://img.b2bpic.net/free-photo/girl-library_1150-18018.jpg", imageAlt: "Years of service" + id: "metric-1", value: "10+", title: "Years Serving", description: "A decade of dedicated service to the Kota community", imageSrc: "http://img.b2bpic.net/free-photo/girl-library_1150-18018.jpg?_wi=2", imageAlt: "Years of service" }, { - id: "metric-2", value: "1000+", title: "Happy Customers", description: "Satisfied neighbors who trust us with their needs", imageSrc: "http://img.b2bpic.net/free-photo/girl-library_1150-18018.jpg", imageAlt: "Happy customers" + id: "metric-2", value: "1000+", title: "Happy Customers", description: "Satisfied neighbors who trust us with their needs", imageSrc: "http://img.b2bpic.net/free-photo/girl-library_1150-18018.jpg?_wi=3", imageAlt: "Happy customers" }, { - id: "metric-3", value: "100%", title: "Local Commitment", description: "Fully invested in supporting our community", imageSrc: "http://img.b2bpic.net/free-photo/girl-library_1150-18018.jpg", imageAlt: "Local commitment" + id: "metric-3", value: "100%", title: "Local Commitment", description: "Fully invested in supporting our community", imageSrc: "http://img.b2bpic.net/free-photo/girl-library_1150-18018.jpg?_wi=4", imageAlt: "Local commitment" }, { - id: "metric-4", value: "24/7", title: "Available Support", description: "Ready to help whenever you need us most", imageSrc: "http://img.b2bpic.net/free-photo/girl-library_1150-18018.jpg", imageAlt: "Support availability" + id: "metric-4", value: "24/7", title: "Available Support", description: "Ready to help whenever you need us most", imageSrc: "http://img.b2bpic.net/free-photo/girl-library_1150-18018.jpg?_wi=5", imageAlt: "Support availability" } ]} animationType="scale-rotate" @@ -175,7 +175,7 @@ export default function LandingPage() {