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} />