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 +}