From 8ef2a51617437b5bbcca578d2e99947acede863f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 16:38:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 29a5d03..eb51a3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,7 +146,7 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "sparkles-gradient" }} text="Ready for your next haircut? Stop by the shop today and meet the team. We look forward to seeing you!" - buttons={[{ text: "+1 (973) 538-1675", href: "tel:+19735381675" }]} + buttons={[{ text: "Visit our site! ", href: "tel:+19735381675" }]} /> -- 2.49.1