From c59dfd3ce3ae2209aa6712aa828b2ff02da81a74 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 8 Jan 2026 15:57:29 +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 b3b6d44..41b5b05 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,7 +124,7 @@ export default function LandingPage() { useInvertedBackground="noInvert" buttons={[ { text: "Reserve Now", href: "https://example.com/reserve" }, - { text: "Call: (212) 555-VAULT", href: "tel:+12125555828" } + { text: "View Hours", href: "https://example.com/hours" } ]} /> -- 2.49.1