diff --git a/src/app/page.tsx b/src/app/page.tsx index d768ad7..7157395 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } + ]} /> @@ -166,4 +169,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file