3 Commits

Author SHA1 Message Date
29f0288d3d Merge version_3 into main
Merge version_3 into main
2026-03-11 13:52:43 +00:00
79ce0c9d31 Update src/app/page.tsx 2026-03-11 13:52:39 +00:00
90d4078579 Merge version_2 into main
Merge version_2 into main
2026-03-11 13:48:33 +00:00

View File

@@ -170,6 +170,10 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
title="What Our Clients Say"
titleSegments={[
{ type: "text", content: "What Our Clients Say" },
{ type: "text", content: " • 500+ Happy Clients" }
]}
description="Hear from satisfied customers who have experienced the INA Barber Lounge difference"
tag="Client Reviews"
tagIcon={Star}
@@ -282,4 +286,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}