Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-15 18:24:10 +00:00

View File

@@ -152,7 +152,7 @@ export default function LandingPage() {
tag="Visit Us"
title="Ready to get a fresh cut?"
description="Book your appointment online today and join the best barbershop community in Oeiras."
buttons={[{ text: "Book Online Now", href: "#" }]}
buttons={[{ text: "Book Your Session Now", href: "#" }]}
/>
</div>
@@ -172,4 +172,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}