6 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
80543c0780 Update src/app/page.tsx 2026-03-11 13:48:29 +00:00
9c6aac9c84 Merge version_1 into main
Merge version_1 into main
2026-03-11 13:46:49 +00:00
5441d88c48 Merge version_1 into main
Merge version_1 into main
2026-03-11 13:46:21 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
buttons={[
{ text: "Book Appointment", href: "contact" },
{ text: "View Gallery", href: "services" }
{ text: "See Availability", href: "contact" }
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}
@@ -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>
);
}
}