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 }, ]} />