diff --git a/src/app/page.tsx b/src/app/page.tsx index d4f3a47..6ca7445 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,7 +133,11 @@ export default function HomePage() { gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" - useInvertedBackground={false} + useInvertedBackground="noInvert" + buttons={[ + { text: "Request Free Estimate", href: "/contact" }, + ]} + buttonAnimation="slide-up" />