From 691c272080415fb9191d9f8960ac684aedb8615d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 23:37:06 +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 2ec16d4..72bc679 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,8 +110,8 @@ export default function LandingPage() { title="Testimonials" description="Hear from our satisfied customers." testimonials={[ - { id: "t1", title: "Excellent", quote: "Great work!", name: "Client A", role: "Homeowner", rating: 5 }, - { id: "t2", title: "Highly recommend", quote: "Very satisfied.", name: "Client B", role: "Homeowner", rating: 5 } + { id: "t1", quote: "Great work!", name: "Client A", role: "Homeowner", rating: 5 }, + { id: "t2", quote: "Very satisfied.", name: "Client B", role: "Homeowner", rating: 5 } ]} /> -- 2.49.1