Update src/app/page.tsx

This commit is contained in:
2026-03-19 21:45:32 +00:00
parent 1f1c2b3622
commit af098e7b80

View File

@@ -183,7 +183,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
title="Why Customers Keep Calling Us Back"
title="Trusted by 500+ Customers with 4.9+ Star Average"
description="Real stories from homeowners who trusted us with their most important systems."
tag="Customer Reviews"
tagIcon={Star}
@@ -390,4 +390,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}