Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-03-11 13:52:44 +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>
);
}
}