From 4ec70ac92c36c6ca456163d7ca71783d7d9a2a01 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 09:26:37 +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 bda4799..b5ba70b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,7 +84,7 @@ export default function LandingPage() { }, { title: "Binding Solutions", description: "Durable and aesthetic binding options for reports, assignments, and documents.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg", imageAlt: "spiral binding machine professional" + imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg?_wi=1", imageAlt: "spiral binding machine professional" }, items: [ { icon: BookOpen, text: "Spiral Binding" }, @@ -129,7 +129,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { id: "m1", value: "73+", title: "Customer Reviews", description: "Highly rated service in Bhopal.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg" }, + { id: "m1", value: "73+", title: "Customer Reviews", description: "Highly rated service in Bhopal.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg?_wi=2" }, { id: "m2", value: "6+", title: "Years Experience", description: "Serving the local community since 2018.", imageSrc: "http://img.b2bpic.net/free-photo/young-schoolgirl-eyeglasses-holding-her-books-her-glasses_114579-18757.jpg" }, { id: "m3", value: "10k+", title: "Documents Printed", description: "Quality assured with every job.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-man-white-tshirt-jacket-smiling-brown-background_197531-26657.jpg" }, ]} -- 2.49.1