Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-06 02:35:44 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

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>
);
}
}