From 13789ce75bcf2fece73f22b28a8a95d420efc5c1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 02:08:06 +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 aee44a5..c542b62 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -39,6 +39,7 @@ export default function ContactPage() { title="Get in Touch" description="Send us a message and we'll get back to you shortly regarding your orders and inquiries." background={{ variant: "radial-gradient" }} + useInvertedBackground={false} /> -- 2.49.1