Merge version_3 into main #8

Merged
bender merged 1 commits from version_3 into main 2026-03-19 14:51:26 +00:00

View File

@@ -62,8 +62,8 @@ export default function LandingPage() {
tagIcon={Award}
tagAnimation="slide-up"
buttons={[
{ text: "Book Appointment", href: "#contact" },
{ text: "Call Now", href: "tel:+1234567890" }
{ text: "Reserve Your Spot Today", href: "#contact" },
{ text: "Call Us Today: (555) 123-4567", href: "tel:+15551234567" }
]}
buttonAnimation="slide-up"
carouselPosition="right"
@@ -214,4 +214,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}