From 5ac5aeb23415045116feef83d5d55650d3a153b7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:48:14 +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 4799f5b..ca03ddb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,6 +90,10 @@ export default function HomePage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + buttons={[ + { text: "Get Started", href: "/contact" }, + { text: "Schedule Service", href: "#emergency" }, + ]} /> -- 2.49.1