Update src/app/page.tsx

This commit is contained in:
2026-03-04 21:48:14 +00:00
parent 044fec7c1b
commit 5ac5aeb234

View File

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