From 92a6bcd3bb4aacca07591c8123d7e6aed9d2a8ed Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 13:26:14 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index be2ae2c..6dac660 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -36,6 +36,8 @@ export default function ContactPage() { title="Get in Touch" description="We are here to assist with any inquiries you might have." buttons={[{ text: "Call Us", href: "tel:+1234567890" }]} + background={{ variant: "plain" }} + useInvertedBackground={false} />