From e7f17e3ef9ce649e9206afacbf27e5856ffd728c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 23:46:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4bd4188..c0e7690 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,35 +64,35 @@ export default function LandingPage() { handle: "@homeowner", testimonial: "Aros Build transformed our vision into reality without the typical stress. Incredible craftsmanship.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011559.jpg?_wi=1", }, { name: "Mark D.", handle: "@developer", testimonial: "Reliable and precise. They managed our commercial renovation with absolute transparency.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011559.jpg?_wi=2", }, { name: "Emily R.", handle: "@homeowner", testimonial: "Chris and Kobi made the whole process feel personal and seamless. Truly top tier.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011559.jpg?_wi=3", }, { name: "David L.", handle: "@client", testimonial: "Rare to find builders who value communication as much as quality work. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011559.jpg?_wi=4", }, { name: "Jane M.", handle: "@homeowner", testimonial: "Their attention to detail and adherence to the schedule was impeccable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011559.jpg?_wi=5", }, ]} buttons={[ @@ -124,7 +124,7 @@ export default function LandingPage() { }, ]} avatarText="Trusted by 100+ homeowners" - imageSrc="http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011559.jpg" + imageSrc="http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011559.jpg?_wi=6" marqueeItems={[ { type: "text", @@ -247,35 +247,35 @@ export default function LandingPage() { name: "Sarah J.", role: "Client", testimonial: "Aros Build made our dream kitchen a reality. Their communication was perfect throughout.", - imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011559.jpg?_wi=7", }, { id: "t2", name: "Mark D.", role: "Developer", testimonial: "Working with Chris and Kobi is a masterclass in professional project delivery.", - imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011559.jpg?_wi=8", }, { id: "t3", name: "Emily R.", role: "Client", testimonial: "They were on-site every day and kept us informed. Absolutely seamless experience.", - imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011559.jpg?_wi=9", }, { id: "t4", name: "David L.", role: "Client", testimonial: "Excellent planning and execution. The quality of their craftsmanship is unmatched.", - imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011559.jpg?_wi=10", }, { id: "t5", name: "Jane M.", role: "Client", testimonial: "A truly premium builder. We couldn't be happier with our new home expansion.", - imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011559.jpg?_wi=11", }, ]} title="Trusted by Our Clients" -- 2.49.1