Update src/app/page.tsx

This commit is contained in:
2026-03-03 14:57:12 +00:00
parent 0b624f0465
commit 50c792f202

View File

@@ -115,7 +115,10 @@ export default function HomePage() {
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
buttons={[{ text: "Explore Services", href: "/services" }]}
buttons={[
{ text: "Explore Services", href: "/services" },
{ text: "Get Free Estimate", href: "/contact" },
]}
buttonAnimation="slide-up"
/>
</div>
@@ -224,4 +227,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}