Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-03-28 13:11:28 +00:00

View File

@@ -105,7 +105,7 @@ export default function LandingPage() {
]}
ctaTitle="Book Your Visit"
ctaDescription="Ready to take care of your oral health? Contact our team today."
ctaButton={{ text: "Schedule Consultation", href: "#" }}
ctaButton={{ text: "Book Your Appointment Online", href: "#" }}
ctaIcon={Calendar}
/>
</div>
@@ -122,4 +122,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}