From a5484f300e1f0124a2ee415249906efa62c47d9e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:14:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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" /> -- 2.49.1