2 Commits

Author SHA1 Message Date
fc74dc435d Update src/app/page.tsx 2026-04-23 08:09:50 +00:00
9129278f00 Merge version_3 into main
Merge version_3 into main
2026-04-23 08:06:58 +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>
);
}
}