From f2eaaafecc0e4088e8def6ee5035df46c413e44b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 17:26:41 +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 036f035..db1c833 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,8 +101,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Mark D.", date: "2024", title: "Excellent", quote: "They arrived on time and cleared my drain fast!", tag: "Homeowner", avatarSrc: "https://avatar.vercel.sh/mark" }, - { id: "2", name: "Susan P.", date: "2024", title: "Professional", quote: "Professional, polite, and very knowledgeable.", tag: "Landlord", avatarSrc: "https://avatar.vercel.sh/susan" }, + { id: "1", name: "Mark D.", date: "2025", title: "Excellent", quote: "They arrived on time and cleared my drain fast!", tag: "Homeowner", avatarSrc: "https://avatar.vercel.sh/mark" }, + { id: "2", name: "Susan P.", date: "2025", title: "Professional", quote: "Professional, polite, and very knowledgeable.", tag: "Landlord", avatarSrc: "https://avatar.vercel.sh/susan" }, ]} title="Neighborhood Trust" description="Real feedback from local homeowners we have helped." -- 2.49.1