From 866de192a7847b5bd403ccb5510fbf2a7a80c699 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 08:53:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f5bca7..8ddae5f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,7 +88,7 @@ export default function LandingPage() { handle: "@mariar", testimonial: "Luigi & Sons built our dream home with such precision and care. Their team was professional, transparent, and truly passionate about their work. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-walking-around_72229-256.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-walking-around_72229-256.jpg?_wi=1", imageAlt: "Maria Rossi, happy homeowner", }, { @@ -96,7 +96,7 @@ export default function LandingPage() { handle: "@johns", testimonial: "The renovation of our commercial space was seamless. Luigi & Sons delivered ahead of schedule and exceeded our expectations. An absolute pleasure to work with.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-working_23-2148480302.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-working_23-2148480302.jpg?_wi=1", imageAlt: "John Smith, satisfied business owner", }, { @@ -104,7 +104,7 @@ export default function LandingPage() { handle: "@emilyc", testimonial: "Our new development project was complex, but Luigi & Sons handled every challenge with expertise. Their commitment to quality is truly unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-writing-paper-pinned-corkboard-talking-phone-smiling_176420-6478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-writing-paper-pinned-corkboard-talking-phone-smiling_176420-6478.jpg?_wi=1", imageAlt: "Emily Chen, property developer", }, { @@ -158,7 +158,7 @@ export default function LandingPage() { }, ]} avatarText="Trusted by over 100+ clients" - imageSrc="http://img.b2bpic.net/free-photo/low-angle-men-with-safety-vests_23-2148269349.jpg" + imageSrc="http://img.b2bpic.net/free-photo/low-angle-men-with-safety-vests_23-2148269349.jpg?_wi=1" imageAlt="Construction team reviewing blueprints on a site" mediaAnimation="slide-up" marqueeItems={[ @@ -258,7 +258,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-men-with-safety-vests_23-2148269349.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-men-with-safety-vests_23-2148269349.jpg?_wi=2", imageAlt: "modern house construction site", }, { @@ -283,7 +283,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-walking-around_72229-256.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-walking-around_72229-256.jpg?_wi=2", imageAlt: "modern house construction site", }, { @@ -308,7 +308,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-working_23-2148480302.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-working_23-2148480302.jpg?_wi=2", imageAlt: "modern house construction site", }, { @@ -333,7 +333,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-writing-paper-pinned-corkboard-talking-phone-smiling_176420-6478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-writing-paper-pinned-corkboard-talking-phone-smiling_176420-6478.jpg?_wi=2", imageAlt: "modern house construction site", }, ]} -- 2.49.1