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" }}