Merge version_4 into main #3

Merged
bender merged 1 commits from version_4 into main 2026-04-23 08:09:54 +00:00

View File

@@ -150,7 +150,10 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "gradient-bars"}}
text="Ready to look like royalty? Walk-ins are always welcome, or call us directly to book your preferred barber. 📞 +61 000 000 000"
text="Ready to look like royalty? Walk-ins are always welcome, or call us at +61 000 000 000. For guaranteed service, book your appointment online."
buttons={[
{ text: "Book your appointment online", href: "#booking" }
]}
/>
</div>
@@ -166,4 +169,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}