diff --git a/src/app/page.tsx b/src/app/page.tsx index 1028df0..5514b77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,6 +102,10 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + buttons={[ + { text: "Schedule Emergency Care", href: "contact" } + ]} + buttonAnimation="slide-up" />