From a3f594f9b13f98149883b64d0e7b55ca2762749b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 10:34:13 +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 f1f5946..72a76fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,7 +147,7 @@ export default function LandingPage() { tag="Booking" title="Schedule Your Visit" description="Book your appointment online and receive an instant confirmation. We look forward to seeing your smile!" - buttons={[{ text: "Book Your Appointment" }]} + buttons={[{ text: "Book Your Appointment", href: "https://calendly.com/your-booking-link" }]} /> @@ -175,4 +175,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file