From 3c9ea71930bdb03eb87bab2e44e824d427c7f69e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 23:44:35 +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 6166fd7..f35f48b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,9 +109,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah J.", role: "Homeowner", company: "", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-cleaning-house_23-2148394859.jpg" }, - { id: "2", name: "Michael T.", role: "Homeowner", company: "", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-cleaning-concept_23-2148133387.jpg" }, - { id: "3", name: "Emily D.", role: "Homeowner", company: "", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-snow_23-2149535678.jpg" } + { id: "1", name: "Highly recommend Berry Clean Softwash & Exterior Care. Professional, fairly priced, and the quality of work speaks for itself. My roof, gutters, house, patio, and driveway all look brand new.", role: "Homeowner", company: "", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-cleaning-house_23-2148394859.jpg" }, + { id: "2", name: "Caleb went above and beyond. He provided before and after photos so I could clearly see the results. My roof looks significantly better, and he even cleaned out my gutters at no extra cost. Great experience.", role: "Homeowner", company: "", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-cleaning-concept_23-2148133387.jpg" }, + { id: "3", name: "We had permanent Christmas lights installed and they turned out amazing. Pricing was way better than other quotes we received, and the quality didn’t drop at all. Caleb is professional and does excellent work.", role: "Homeowner", company: "", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-snow_23-2149535678.jpg" } ]} kpiItems={[ { value: "100+", label: "Projects Completed" }, -- 2.49.1