Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-03-17 00:38:53 +00:00

View File

@@ -97,6 +97,11 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
buttons={[
{ text: "Schedule Your Service", href: "tel:+1-555-123-4567" },
{ text: "Book an Appointment", href: "#contact" }
]}
buttonAnimation="slide-up"
/> />
</div> </div>