From fc74dc435d4cbdd1be1bf7374167be7171d4afb1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 08:09:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- 2.49.1