From c6906d1c8dea874b288b75102ed7792e0b9604dd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:26:57 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f856c3b..14eb16d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -41,6 +41,8 @@ export default function ContactPage() { description="Have questions about our produce or need help with an order? Reach out to our team. Find us at 123 Farm Road, Open Daily 9am-6pm, Call us at (555) 123-4567." mediaPosition="right" imageSrc="http://img.b2bpic.net/free-photo/organic-fruits-plastic-crate-local-farmers-market_23-2148209688.jpg" + background={{ variant: "plain" }} + useInvertedBackground={false} /> -- 2.49.1