From 80543c07805897d7a224d5f7c2ff1633b8e25405 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:48: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 fb064f9..7add4ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[ { text: "Book Appointment", href: "contact" }, - { text: "View Gallery", href: "services" } + { text: "See Availability", href: "contact" } ]} buttonAnimation="slide-up" background={{ variant: "plain" }} -- 2.49.1