Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-17 10:34:19 +00:00

View File

@@ -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" }]}
/>
</div>
@@ -175,4 +175,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}