From 50deefb3269a1c236687e3fafc45a1addfa70dac Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:48:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ec3226..402d047 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,15 +62,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Johnson", handle: "Homeowner", testimonial: "Excellent service! Professional team arrived on time and completed the work perfectly. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg?_wi=1" }, { name: "Michael Chen", handle: "Business Owner", testimonial: "Reliable and trustworthy. They solved our problem quickly with minimal disruption to our operations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg?_wi=1" }, { name: "Emily Rodriguez", handle: "Property Manager", testimonial: "Been using their services for 3 years. Consistently professional and fair pricing. Best in the area!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -154,13 +154,13 @@ export default function LandingPage() { id: "3", name: "Robert Thompson, Property Manager", date: "Date: January 22, 2024", title: "Professional and reliable every single time", quote: "Managing multiple properties requires a service provider I can depend on. This team has consistently delivered professional, efficient work across all our locations. They're my first call.", tag: "Property Management", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1702.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1702.jpg" }, { - id: "4", name: "Lisa Anderson, Office Manager", date: "Date: December 5, 2023", title: "They solved our biggest challenge!", quote: "We had been struggling with ongoing issues for months. This team came in, diagnosed the problem correctly, and fixed it efficiently. Their expertise and professionalism are unmatched. Highly recommended!", tag: "Corporate Client", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg" + id: "4", name: "Lisa Anderson, Office Manager", date: "Date: December 5, 2023", title: "They solved our biggest challenge!", quote: "We had been struggling with ongoing issues for months. This team came in, diagnosed the problem correctly, and fixed it efficiently. Their expertise and professionalism are unmatched. Highly recommended!", tag: "Corporate Client", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg?_wi=2" }, { - id: "5", name: "Marcus Washington, Small Business Owner", date: "Date: November 18, 2023", title: "Outstanding customer care", quote: "What sets them apart is their commitment to customer satisfaction. They go above and beyond, communicate clearly, and stand behind their work. This is a company that truly cares about its clients.", tag: "Small Business", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg" + id: "5", name: "Marcus Washington, Small Business Owner", date: "Date: November 18, 2023", title: "Outstanding customer care", quote: "What sets them apart is their commitment to customer satisfaction. They go above and beyond, communicate clearly, and stand behind their work. This is a company that truly cares about its clients.", tag: "Small Business", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg?_wi=2" }, { - id: "6", name: "Patricia Garcia, Building Contractor", date: "Date: October 30, 2023", title: "Reliable partner for ongoing projects", quote: "We've partnered with them on multiple projects and they've never let us down. Consistent quality, professional team, and fair pricing. They're an integral part of our project success.", tag: "Contractor Partnership", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg" + id: "6", name: "Patricia Garcia, Building Contractor", date: "Date: October 30, 2023", title: "Reliable partner for ongoing projects", quote: "We've partnered with them on multiple projects and they've never let us down. Consistent quality, professional team, and fair pricing. They're an integral part of our project success.", tag: "Contractor Partnership", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=2" } ]} ariaLabel="Customer testimonials section" -- 2.49.1