diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index dd11af9..776cd22 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -69,6 +69,7 @@ export default function ContactPage() { imageSrc="https://img.b2bpic.net/free-photo/young-distraught-call-center-agent-communicating-with-client-while-using-desktop-pc-office_637285-6461.jpg" imageAlt="Customer support representative assisting a client" mediaPosition="left" + mediaAnimation="slide-up" faqs={[ { id: "1", title: "What payment methods do you accept?", content: "We accept major credit cards (Visa, MasterCard, Amex), PayPal, and other secure payment options. All transactions are encrypted for your security." }, { id: "2", title: "How long does shipping take?", content: "Standard shipping typically takes 5-7 business days within the domestic region. International shipping times may vary. Expedited options are available at checkout." }, @@ -84,7 +85,7 @@ export default function ContactPage() { tag="Get in Touch" title="Have Questions? We're Here to Help." description="Reach out to our friendly customer support team for any inquiries, product recommendations, or assistance with your order." - background={{ variant: "floatingGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} inputPlaceholder="Your email address" buttonText="Send Message"