From d5f7c00e9722f81cefbe5d222147a1a88ac7bd50 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 12:35:11 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ff5e3dc..cd7753b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -23,6 +23,7 @@ export default function ContactPage() { description="Contact us for a quote or general inquiry." mediaAnimation="slide-up" useInvertedBackground={false} + background={{ variant: "plain" }} />
-- 2.49.1