From 68811a4f87af488af513c19dcb7e22ab3465a349 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 03:08:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 12153bc..d2786d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,7 +130,7 @@ export default function LandingPage() { text="Ready for your next cut? Book an appointment today or swing by the shop. Walk-ins are always welcome!" buttons={[ { - text: "Call to Book: (555) 123-4567", href: "tel:5551234567"}, + text: "Call to Book: (317) 499-5969", href: "tel:3174995969"}, ]} /> @@ -167,4 +167,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1