From 45e04e0cd65e30d55a3c31ed397e09155c29e005 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:46:38 +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 0c8c0c7..34ae3da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,7 +158,7 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1", imageAlt: "Lisa Thompson"}, ]} title="Customer Reviews" - description="⭐ 4.9 Google Rating with 14+ reviews. Real feedback from satisfied homeowners." + description="⭐ 4.9/5 Rating • 14+ Verified Reviews • 500+ Homes Served" gridVariant="uniform-all-items-equal" carouselMode="buttons" animationType="slide-up" @@ -200,4 +200,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}