Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 01:47:46 +00:00
parent 2fc9476a02
commit 69cebdf082

View File

@@ -73,9 +73,7 @@ export default function ContactPage() {
background={{ variant: "plain" }} background={{ variant: "plain" }}
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/businesspeople-working-as-team_1098-803.jpg", src: "http://img.b2bpic.net/free-photo/businesspeople-working-as-team_1098-803.jpg", alt: "team collaboration people office"},
alt: "team collaboration people office",
},
]} ]}
avatarText="Available for Consultations & Demos" avatarText="Available for Consultations & Demos"
buttons={[ buttons={[
@@ -93,29 +91,17 @@ export default function ContactPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "support@sy-refund.test", description:
value: "support@sy-refund.test", "Email our technical support team for assistance with system issues, onboarding, or general inquiries."},
description:
"Email our technical support team for assistance with system issues, onboarding, or general inquiries.",
},
{ {
id: "2", id: "2", value: "sales@sy-refund.test", description:
value: "sales@sy-refund.test", "Interested in implementation? Contact our sales team to discuss pricing and deployment options."},
description:
"Interested in implementation? Contact our sales team to discuss pricing and deployment options.",
},
{ {
id: "3", id: "3", value: "+963 11 123 4567", description:
value: "+963 11 123 4567", "Call our Damascus headquarters during business hours (Sun-Thu, 9 AM - 5 PM GMT+3) for urgent matters."},
description:
"Call our Damascus headquarters during business hours (Sun-Thu, 9 AM - 5 PM GMT+3) for urgent matters.",
},
{ {
id: "4", id: "4", value: "24/7 Chat Available", description:
value: "24/7 Chat Available", "Live chat support available on our platform for registered users. Enterprise clients receive priority response."},
description:
"Live chat support available on our platform for registered users. Enterprise clients receive priority response.",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}