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" }, + ]} />