Update src/app/contact/page.tsx

This commit is contained in:
2026-04-07 13:26:14 +00:00
parent 2b7a478324
commit 92a6bcd3bb

View File

@@ -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}
/>
<div className="py-20">
<ContactForm
@@ -43,6 +45,7 @@ export default function ContactPage() {
description="Fill out the form below and we will get back to you shortly."
tag="Support"
buttonText="Send"
useInvertedBackground={false}
/>
</div>
<FooterLogoReveal