diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6410871..9f8a610 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -24,7 +24,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="inset" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -44,34 +44,16 @@ export default function ContactPage() { description="Have questions? Our support team is here to help you succeed with CoachFlow." metrics={[ { - id: "1", - value: "24/7", - title: "Support Available", - items: [ - "Email support", - "Live chat assistance", - "Phone support for Enterprise", - ], + id: "1", value: "24/7", title: "Support Available", items: [ + "Email support", "Live chat assistance", "Phone support for Enterprise"], }, { - id: "2", - value: "< 2h", - title: "Average Response Time", - items: [ - "Priority support for paid plans", - "Expert team ready to help", - "Fast resolution guaranteed", - ], + id: "2", value: "< 2h", title: "Average Response Time", items: [ + "Priority support for paid plans", "Expert team ready to help", "Fast resolution guaranteed"], }, { - id: "3", - value: "∞", - title: "Resources Available", - items: [ - "Video tutorials and guides", - "Community forum access", - "Knowledge base articles", - ], + id: "3", value: "∞", title: "Resources Available", items: [ + "Video tutorials and guides", "Community forum access", "Knowledge base articles"], }, ]} textboxLayout="default" @@ -87,43 +69,25 @@ export default function ContactPage() { tag="Support" faqs={[ { - id: "1", - title: "How do I contact the support team?", - content: - "You can reach our support team via email at support@coachflow.app, live chat on our website, or by calling 1-800-COACH-FLOW for Enterprise customers. Response times typically range from 30 minutes to 2 hours depending on the plan.", - }, + id: "1", title: "How do I contact the support team?", content: + "You can reach our support team via email at support@coachflow.app, live chat on our website, or by calling 1-800-COACH-FLOW for Enterprise customers. Response times typically range from 30 minutes to 2 hours depending on the plan."}, { - id: "2", - title: "What's included in each plan's support?", - content: - "Starter plans include email support with standard response times. Professional plans receive priority email support. Enterprise plans get dedicated account managers and phone support available 24/7.", - }, + id: "2", title: "What's included in each plan's support?", content: + "Starter plans include email support with standard response times. Professional plans receive priority email support. Enterprise plans get dedicated account managers and phone support available 24/7."}, { - id: "3", - title: "Is there onboarding support available?", - content: - "Absolutely! All new customers get access to our onboarding resources including video tutorials, step-by-step guides, and scheduled onboarding calls for Professional and Enterprise customers.", - }, + id: "3", title: "Is there onboarding support available?", content: + "Absolutely! All new customers get access to our onboarding resources including video tutorials, step-by-step guides, and scheduled onboarding calls for Professional and Enterprise customers."}, { - id: "4", - title: "Do you offer training for teams?", - content: - "Yes, especially for Enterprise customers. We offer customized training sessions for your entire team to ensure everyone maximizes CoachFlow's potential. Contact our sales team for details.", - }, + id: "4", title: "Do you offer training for teams?", content: + "Yes, especially for Enterprise customers. We offer customized training sessions for your entire team to ensure everyone maximizes CoachFlow's potential. Contact our sales team for details."}, { - id: "5", - title: "What if I need to cancel my subscription?", - content: - "You can cancel your subscription anytime from your account settings. There are no long-term contracts or cancellation fees. Your data remains accessible for 30 days after cancellation.", - }, + id: "5", title: "What if I need to cancel my subscription?", content: + "You can cancel your subscription anytime from your account settings. There are no long-term contracts or cancellation fees. Your data remains accessible for 30 days after cancellation."}, { - id: "6", - title: "How often are new features released?", - content: - "We release new features and improvements regularly, typically monthly. Enterprise customers can request custom features and integrations tailored to their specific needs.", - }, + id: "6", title: "How often are new features released?", content: + "We release new features and improvements regularly, typically monthly. Enterprise customers can request custom features and integrations tailored to their specific needs."}, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP0JMg1N1TfZ64h06JVUUqeZXw/a-friendly-customer-support-illustration-1772478882605-a7220e95.png?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP0JMg1N1TfZ64h06JVUUqeZXw/a-friendly-customer-support-illustration-1772478882605-a7220e95.png" imageAlt="CoachFlow support team" mediaAnimation="slide-up" textboxLayout="default" @@ -140,24 +104,16 @@ export default function ContactPage() { socialLinks={[ { icon: Twitter, - href: "https://twitter.com/coachflow", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/coachflow", ariaLabel: "Twitter"}, { icon: Linkedin, - href: "https://linkedin.com/company/coachflow", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com/company/coachflow", ariaLabel: "LinkedIn"}, { icon: Facebook, - href: "https://facebook.com/coachflow", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/coachflow", ariaLabel: "Facebook"}, { icon: Instagram, - href: "https://instagram.com/coachflow", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/coachflow", ariaLabel: "Instagram"}, ]} />