From 86508bd64061a51cb1f363d26d7d372d0453569f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 09:22:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c48b67..9c14c65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "@customer", testimonial: "Excellent service and very fast!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/arab-man-with-beard-working-small-business-ecommerce-skeptic-nervous-frowning-upset-because-problem-negative-person_839833-31938.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/arab-man-with-beard-working-small-business-ecommerce-skeptic-nervous-frowning-upset-because-problem-negative-person_839833-31938.jpg?_wi=1", imageAlt: "professional printing shop interior", }, { @@ -74,7 +74,7 @@ export default function LandingPage() { handle: "@customer", testimonial: "Reliable printing and friendly staff.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-office-using-printer_23-2149456968.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-working-office-using-printer_23-2149456968.jpg?_wi=1", imageAlt: "professional printing shop interior", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@customer", testimonial: "The go-to place for all my business needs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/logistic-flat-set_1284-13202.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/logistic-flat-set_1284-13202.jpg?_wi=1", imageAlt: "professional printing shop interior", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { handle: "@customer", testimonial: "Fast courier and great support.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-organizing-documents_23-2149396656.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-organizing-documents_23-2149396656.jpg?_wi=1", imageAlt: "professional printing shop interior", }, { @@ -98,11 +98,11 @@ export default function LandingPage() { handle: "@customer", testimonial: "Always helpful with my office printing.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-vector/multicolor-business-flyer_1097-604.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/multicolor-business-flyer_1097-604.jpg?_wi=1", imageAlt: "professional printing shop interior", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/arab-man-with-beard-working-small-business-ecommerce-skeptic-nervous-frowning-upset-because-problem-negative-person_839833-31938.jpg" + imageSrc="http://img.b2bpic.net/free-photo/arab-man-with-beard-working-small-business-ecommerce-skeptic-nervous-frowning-upset-because-problem-negative-person_839833-31938.jpg?_wi=2" imageAlt="professional printing shop interior" avatars={[ { @@ -135,7 +135,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Your Local Business Hub" description="At 3@1 Business Centre Mega Centre, we make your life easier. We provide essential printing, courier services, and business support, all in one accessible location at Chasie Street." - imageSrc="http://img.b2bpic.net/free-photo/woman-working-office-using-printer_23-2149456968.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-working-office-using-printer_23-2149456968.jpg?_wi=2" imageAlt="digital office printing machine" /> @@ -153,7 +153,7 @@ export default function LandingPage() { "Shipping", "Fast", ], - imageSrc: "http://img.b2bpic.net/free-vector/logistic-flat-set_1284-13202.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/logistic-flat-set_1284-13202.jpg?_wi=2", }, { id: "2", @@ -162,7 +162,7 @@ export default function LandingPage() { "High Quality", "Digital", ], - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-organizing-documents_23-2149396656.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-organizing-documents_23-2149396656.jpg?_wi=2", }, { id: "3", @@ -171,7 +171,7 @@ export default function LandingPage() { "Daily", "Efficient", ], - imageSrc: "http://img.b2bpic.net/free-vector/multicolor-business-flyer_1097-604.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/multicolor-business-flyer_1097-604.jpg?_wi=2", }, ]} title="Our Specialized Services" -- 2.49.1