diff --git a/src/app/page.tsx b/src/app/page.tsx index 8629467..e58d197 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,6 +129,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + buttons={[ + { text: "Schedule Your Service", href: "#contact" } + ]} />