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