From 15aab16fc2d5b766036846202bd4e922c2149f87 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 17:26:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bfa0ab1..3767676 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { @@ -185,13 +185,13 @@ export default function LandingPage() { carouselMode="buttons" testimonials={[ { - id: "1", name: "Michael Thompson", role: "Homeowner", testimonial: "Best lawn service in Tennessee. Professional, reliable, and my yard looks incredible every season. They show up when they say they will and do excellent work.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rzzhty&_wi=2", icon: Heart + id: "1", name: "Michael Thompson", role: "Homeowner", testimonial: "Best lawn service in Tennessee. Professional, reliable, and my yard looks incredible every season. They show up when they say they will and do excellent work.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rzzhty", icon: Heart }, { - id: "2", name: "Sarah Johnson", role: "Business Owner", testimonial: "Our commercial property has never looked better. The team is professional, efficient, and truly cares about quality. Highly recommend for both residential and commercial properties.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l02hxm&_wi=2", icon: Heart + id: "2", name: "Sarah Johnson", role: "Business Owner", testimonial: "Our commercial property has never looked better. The team is professional, efficient, and truly cares about quality. Highly recommend for both residential and commercial properties.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l02hxm", icon: Heart }, { - id: "3", name: "David Martinez", role: "Property Manager", testimonial: "Professional team with attention to detail. They handle all our landscape maintenance needs seamlessly. Great communication and reliable service every time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xr9zwb&_wi=2", icon: Heart + id: "3", name: "David Martinez", role: "Property Manager", testimonial: "Professional team with attention to detail. They handle all our landscape maintenance needs seamlessly. Great communication and reliable service every time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xr9zwb", icon: Heart }, { id: "4", name: "Jennifer Davis", role: "Homeowner", testimonial: "Switched from another company and couldn't be happier. Better quality, competitive pricing, and actually responsive to customer needs. Five stars!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7cwzmz", icon: Heart @@ -252,7 +252,7 @@ export default function LandingPage() {