From 7c75c3b4b5eca14bcdc7a0905ad0bae33d0e6fe0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 12:15:42 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"