diff --git a/src/app/page.tsx b/src/app/page.tsx index e15ddfc..ce26da5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,10 +60,10 @@ export default function LandscapingPage() { textPosition="top" testimonials={[ { - name: "Sarah M.", handle: "Homeowner", testimonial: "LushLawn completely transformed our backyard. The team was professional, creative, and delivered beyond our expectations.", rating: 5, + name: "Sarah M.", handle: "Homeowner", testimonial: "All year around gardening completely transformed our backyard. The team was professional, creative, and delivered beyond our expectations.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", imageAlt: "Sarah M."}, { - name: "David K.", handle: "Property Manager", testimonial: "We've used LushLawn for all our commercial properties. Their maintenance plans keep everything looking pristine year-round.", rating: 5, + name: "David K.", handle: "Property Manager", testimonial: "We've used All year around gardening for all our commercial properties. Their maintenance plans keep everything looking pristine year-round.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", imageAlt: "David K."}, ]} /> @@ -71,7 +71,7 @@ export default function LandscapingPage() {