From 6e5f7dca656704fc4ec8af1901f8dc408abcb509 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 17:17:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ffeefc..8afa6b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,7 +123,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "1", title: "Exceptional", quote: "Reliable, professional, and friendly.", name: "Sarah J.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12316.jpg" }, + { id: "1", title: "Outstanding", quote: "Outstanding service! They came weekly and always did a fantastic job. They’ve saved me so much time and stress, absolutely recommend them to anyone considering it.", name: "Roman Van Liempt", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12316.jpg" }, { id: "2", title: "Great Work", quote: "My lawn has never looked better.", name: "Mike T.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-posing-plants-flowers_176420-3826.jpg" }, { id: "3", title: "Quality", quote: "Dependable service every time.", name: "Emily R.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-senior-couple_23-2148256632.jpg" }, { id: "4", title: "Best in Town", quote: "Professional results and great value.", name: "David K.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-flowers_23-2149871129.jpg" }, @@ -163,4 +163,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1