From 7f52d1bf3e1644867f4f50d99b7e0b7bc94d4fd1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 17:51:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 26569c8..bc5cb15 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,6 +103,9 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Happy Homeowner", handle: "Dunedin", testimonial: "Perfect results and very fair pricing!" }, { id: "t2", name: "Satisfied Client", handle: "Gulf View Blvd", testimonial: "Professional from start to finish." }, + { id: "t3", name: "David R.", handle: "Dunedin", testimonial: "They painted our whole interior, and it looks brand new. Amazing attention to detail." }, + { id: "t4", name: "Sarah K.", handle: "Dunedin", testimonial: "Hupp Painting is our go-to. Nathan and his crew are truly pros at what they do." }, + { id: "t5", name: "Mike & Linda", handle: "Pinellas County", testimonial: "Fair price, excellent quality, and completed right on schedule!" } ]} title="5.0 Star Reputation" description="Our neighbors trust us with their homes." -- 2.49.1