From ef5d881cccbed94403a07ab6dcd7003569d1ae08 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:06:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 050bcb0..fa1c21f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,6 +52,7 @@ export default function LandingPage() { mediaAnimation="blur-reveal" imagePosition="right" useInvertedBackground={false} + background={{ variant: "plain" }} buttons={[ { text: "Request Free Estimate", href: "contact" }, { text: "View Our Work", href: "services" } -- 2.49.1