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