Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-04 19:55:12 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1415,4 +1415,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
buttons={[
{ text: "Book Now", href: "#contact" },
{ text: "Book Your Appointment Today", href: "#contact" },
{ text: "Learn More", href: "#services" }
]}
buttonAnimation="slide-up"
@@ -245,4 +245,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}