diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d984b11..5f38e00 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -41,9 +41,7 @@ export default function ContactPage() { navItems={navItems} brandName="ASTERA FZC" button={{ - text: "Get Started", - href: "contact", - }} + text: "Get Started", href: "contact"}} /> @@ -53,38 +51,24 @@ export default function ContactPage() { description="Contact our team to discuss your business needs. We're here to help transform your vision into reality." inputs={[ { - name: "fullName", - type: "text", - placeholder: "Full Name", - required: true, + name: "fullName", type: "text", placeholder: "Full Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Business Email", - required: true, + name: "email", type: "email", placeholder: "Business Email", required: true, }, { - name: "company", - type: "text", - placeholder: "Company Name", - required: false, + name: "company", type: "text", placeholder: "Company Name", required: false, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number", - required: true, + name: "phone", type: "tel", placeholder: "Phone Number", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Tell us about your project or inquiry...", - rows: 5, + name: "message", placeholder: "Tell us about your project or inquiry...", rows: 5, required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-949.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-949.jpg" imageAlt="ASTERA FZC team collaboration" mediaPosition="right" mediaAnimation="slide-up" @@ -101,29 +85,20 @@ export default function ContactPage() { textboxLayout="default" useInvertedBackground={true} mediaPosition="left" - imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-949.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-949.jpg" imageAlt="ASTERA FZC customer support team" mediaAnimation="slide-up" faqsAnimation="blur-reveal" faqs={[ { - id: "1", - title: "What are your business hours?", - content: - "ASTERA FZC operates Monday to Friday, 9:00 AM to 6:00 PM GST. For urgent matters, contact us via WhatsApp at +971 58 620 1388 for immediate assistance.", - }, + id: "1", title: "What are your business hours?", content: + "ASTERA FZC operates Monday to Friday, 9:00 AM to 6:00 PM GST. For urgent matters, contact us via WhatsApp at +971 58 620 1388 for immediate assistance."}, { - id: "2", - title: "How quickly do you respond to inquiries?", - content: - "We aim to respond to all email inquiries within 24 business hours. Urgent matters sent via WhatsApp are typically addressed within 2 hours during business hours.", - }, + id: "2", title: "How quickly do you respond to inquiries?", content: + "We aim to respond to all email inquiries within 24 business hours. Urgent matters sent via WhatsApp are typically addressed within 2 hours during business hours."}, { - id: "3", - title: "Can I schedule a meeting or consultation?", - content: - "Absolutely! You can request a consultation through our contact form or directly message us on WhatsApp. We offer virtual and in-person meetings at our Sharjah office.", - }, + id: "3", title: "Can I schedule a meeting or consultation?", content: + "Absolutely! You can request a consultation through our contact form or directly message us on WhatsApp. We offer virtual and in-person meetings at our Sharjah office."}, ]} /> @@ -132,8 +107,7 @@ export default function ContactPage() {