From 6bcddb924d4b7d590bfc6484f80cec185865f127 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 14:09:07 +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 0540970..5edc2c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,11 +89,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah Miller", handle: "@smiller", testimonial: "Zindo delivered a flawless home project on time and within budget. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" }, + { id: "1", name: "Sarah Miller", handle: "@smiller", testimonial: "Zindo delivered a flawless home project on time and within budget. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" }, { id: "2", name: "James Chen", handle: "@jchen", testimonial: "Exceptional communication throughout the commercial renovation. Truly professional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg" }, { id: "3", name: "Emily Davis", handle: "@edavis", testimonial: "The attention to detail in our heritage home restoration was simply stunning.", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg" }, { id: "4", name: "Robert King", handle: "@rking", testimonial: "Zindo is the most reliable construction partner we have ever worked with.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg" }, - { id: "5", name: "Michael Thorne", handle: "@mthorne", testimonial: "A seamless process from the initial design phase to the final walkthrough.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" }, + { id: "5", name: "Michael Thorne", handle: "@mthorne", testimonial: "A seamless process from the initial design phase to the final walkthrough.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" }, ]} title="Client Feedback" description="What partners and homeowners say about our build quality." -- 2.49.1