From 3e4d0ba14d3448335395e4858ec20afed528afa7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:07:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fa1c21f..a1a7cbf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,15 +61,15 @@ export default function LandingPage() { testimonials={[ { name: "Michael Thompson", handle: "Homeowner, Berlin NH", testimonial: "North Country Contracting transformed our home. Their attention to detail and professionalism were exceptional. Highly recommend!", rating: 5, - imageSrc: "/placeholders/placeholder1.webp" + imageSrc: "/placeholders/placeholder1.webp?_wi=1" }, { name: "Sarah Davies", handle: "Property Manager, Conway", testimonial: "We've hired them for multiple commercial projects. They always deliver on time and within budget. Outstanding team!", rating: 5, - imageSrc: "/placeholders/placeholder1.webp" + imageSrc: "/placeholders/placeholder1.webp?_wi=2" }, { name: "Robert Cole", handle: "Business Owner, Littleton", testimonial: "The quality of their work speaks for itself. Our renovation exceeded expectations. Five stars!", rating: 5, - imageSrc: "/placeholders/placeholder1.webp" + imageSrc: "/placeholders/placeholder1.webp?_wi=3" } ]} testimonialRotationInterval={5000}