Update src/app/page.tsx

This commit is contained in:
2026-03-06 22:07:11 +00:00
parent 22d8a98059
commit fdbdc67b3f

View File

@@ -126,7 +126,7 @@ export default function HomePage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
title="What Our Clients Say"
description="Real success stories from happy buyers and sellers"
description="Trusted by 500+ satisfied clients across the city"
tag="Testimonials"
testimonials={[
{
@@ -177,4 +177,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}