From 8dfd772c66ffdc508826aec5654407a8d9d0b1cf Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 17:25:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a7f090..f47f18e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,7 +109,8 @@ export default function LandingPage() { tag="Testimonials" testimonials={[ { id: "1", name: "Mark D.", handle: "Homeowner", testimonial: "They arrived on time and cleared my drain fast!", rating: 5 }, - { id: "2", name: "Susan P.", handle: "Landlord", testimonial: "Professional, polite, and very knowledgeable.", rating: 5 }, + { id: "2", name: "Susan P.", handle: "Homeowner +", testimonial: "Professional, polite, and very knowledgeable.", rating: 5 }, ]} /> -- 2.49.1