Update src/app/page.tsx

This commit is contained in:
2026-03-06 02:35:40 +00:00
parent 7a57cc947a
commit 336da32efb

View File

@@ -115,7 +115,7 @@ export default function HomePage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
title="What Our Customers Say"
description="Real feedback from homeowners in South Jordan and surrounding areas."
description="4.9/5 stars from 500+ verified homeowners in South Jordan and surrounding areas."
tag="Customer Reviews"
tagIcon={Star}
tagAnimation="slide-up"
@@ -235,4 +235,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}