From c35df5832bee64b5361f6e5c5907f35284c41b81 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 10:26:16 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c3ace4e..6945dc4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -31,7 +31,6 @@ export default function ContactPage() { { name: "Contact", id: "/contact" }, ]} brandName="Jhapa District" - button={{ text: "Get Started", href: "/contact" }} /> @@ -45,6 +44,7 @@ export default function ContactPage() { ]} textarea={{ name: "message", placeholder: "How can we help?", required: true }} imageSrc="http://img.b2bpic.net/free-photo/contact-us-customer-support-concept_1150-17979.jpg?_wi=1" + useInvertedBackground={false} /> -- 2.49.1