Update src/app/page.tsx

This commit is contained in:
2026-03-05 02:46:38 +00:00
parent 53c17eb696
commit 45e04e0cd6

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}