From fe1530d8b6679af68f2e81bd8a00beb3bf5ae8a7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 03:50:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d68f9b..b775131 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,10 +61,10 @@ export default function LandscapingPage() { testimonials={[ { name: "Sarah M.", handle: "Homeowner", testimonial: "Renegade Lawn Care completely transformed our backyard. The team was professional, creative, and delivered beyond our expectations.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=200", imageAlt: "Sarah M."}, + imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=200&_wi=1", imageAlt: "Sarah M."}, { name: "David K.", handle: "Property Manager", testimonial: "We've used Renegade Lawn Care for all our commercial properties. Their maintenance plans keep everything looking pristine year-round.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=200", imageAlt: "David K."}, + imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=200&_wi=1", imageAlt: "David K."}, ]} /> @@ -156,9 +156,9 @@ export default function LandscapingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah M.", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=200", imageAlt: "Sarah M."}, + id: "1", name: "Sarah M.", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=200&_wi=2", imageAlt: "Sarah M."}, { - id: "2", name: "David K.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=200", imageAlt: "David K."}, + id: "2", name: "David K.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=200&_wi=2", imageAlt: "David K."}, { id: "3", name: "Emily R.", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?q=80&w=200", imageAlt: "Emily R."}, { -- 2.49.1