From 5255dafe8fba4521c5a8a52dcd0ffcf3c5688f2d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:40:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" /> -- 2.49.1