From c1a7e012c7efb82841a1bdf3ef0d4f4a0da5dd58 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 16:39:25 +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 eb51a3d..7a5baa0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,6 +118,9 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Barry H.", role: "Loyal Customer", company: "FL", rating: 5 }, { id: "2", name: "Melissa C.", role: "Regular Client", company: "NY", rating: 5 }, + { id: "3", name: "Tom K.", role: "Local Resident", company: "NJ", rating: 5 }, + { id: "4", name: "Sarah J.", role: "Frequent Visitor", company: "NJ", rating: 5 }, + { id: "5", name: "Michael P.", role: "Client", company: "NY", rating: 5 }, ]} kpiItems={[ { value: "100+", label: "Weekly Cuts" },