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