Update src/app/contact/page.tsx

This commit is contained in:
2026-02-22 12:15:42 +00:00
parent b0e9be3187
commit 7c75c3b4b5

View File

@@ -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"