Update src/app/contact/page.tsx

This commit is contained in:
2026-02-02 14:53:16 +00:00
parent 11c2c9d429
commit f450533588

View File

@@ -32,8 +32,7 @@ export default function ContactPage() {
{ name: "Contact", id: "/contact" } { name: "Contact", id: "/contact" }
]} ]}
button={{ button={{
text: "Enroll Now", text: "Enroll Now", href: "/pricing"
href: "/pricing"
}} }}
/> />
</div> </div>
@@ -44,31 +43,22 @@ export default function ContactPage() {
ctaDescription="Connect with our education specialists for personalized guidance on course selection, career paths, and enrollment options." ctaDescription="Connect with our education specialists for personalized guidance on course selection, career paths, and enrollment options."
ctaIcon={Phone} ctaIcon={Phone}
ctaButton={{ ctaButton={{
text: "Schedule Your Consultation", text: "Schedule Your Consultation", href: "#"
href: "#"
}} }}
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
animationType="slide-up" animationType="slide-up"
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "How do I choose the right course?", content: "Our enrollment specialists will assess your background, career goals, and schedule to recommend the perfect learning path. Book a free consultation to get started."
title: "How do I choose the right course?",
content: "Our enrollment specialists will assess your background, career goals, and schedule to recommend the perfect learning path. Book a free consultation to get started."
}, },
{ {
id: "2", id: "2", title: "What support is available during courses?", content: "All students receive access to instructor office hours, peer forums, and technical support. Professional plan members get priority access to live mentoring sessions."
title: "What support is available during courses?",
content: "All students receive access to instructor office hours, peer forums, and technical support. Professional plan members get priority access to live mentoring sessions."
}, },
{ {
id: "3", id: "3", title: "Do you offer corporate training?", content: "Yes! Our Enterprise solutions include custom curriculum development, team training programs, and dedicated account management for organizations of all sizes."
title: "Do you offer corporate training?",
content: "Yes! Our Enterprise solutions include custom curriculum development, team training programs, and dedicated account management for organizations of all sizes."
}, },
{ {
id: "4", id: "4", title: "Can I get a demo or trial?", content: "Absolutely! We offer free course previews and can arrange detailed demos of our learning platform. Contact us to schedule your personalized tour."
title: "Can I get a demo or trial?",
content: "Absolutely! We offer free course previews and can arrange detailed demos of our learning platform. Contact us to schedule your personalized tour."
} }
]} ]}
/> />
@@ -83,34 +73,22 @@ export default function ContactPage() {
animationType="smooth" animationType="smooth"
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "What are your support hours?", content: "Our support team is available Monday-Friday 9 AM to 6 PM EST. Professional and Enterprise customers receive priority support with faster response times."
title: "What are your support hours?",
content: "Our support team is available Monday-Friday 9 AM to 6 PM EST. Professional and Enterprise customers receive priority support with faster response times."
}, },
{ {
id: "2", id: "2", title: "How can I contact an instructor directly?", content: "Professional plan members can schedule one-on-one sessions with instructors. All students can participate in weekly office hours and ask questions in course forums."
title: "How can I contact an instructor directly?",
content: "Professional plan members can schedule one-on-one sessions with instructors. All students can participate in weekly office hours and ask questions in course forums."
}, },
{ {
id: "3", id: "3", title: "Do you have a mobile app?", content: "Yes! Our mobile app allows you to access course videos, take notes, and participate in community discussions on iOS and Android devices."
title: "Do you have a mobile app?",
content: "Yes! Our mobile app allows you to access course videos, take notes, and participate in community discussions on iOS and Android devices."
}, },
{ {
id: "4", id: "4", title: "What if I need technical help?", content: "We provide comprehensive technical support including setup guides, troubleshooting resources, and direct assistance with development environments and tools."
title: "What if I need technical help?",
content: "We provide comprehensive technical support including setup guides, troubleshooting resources, and direct assistance with development environments and tools."
}, },
{ {
id: "5", id: "5", title: "Can I speak with recent graduates?", content: "Yes! We can connect prospective students with recent graduates who can share their experiences and career outcomes. Just ask during your consultation."
title: "Can I speak with recent graduates?",
content: "Yes! We can connect prospective students with recent graduates who can share their experiences and career outcomes. Just ask during your consultation."
}, },
{ {
id: "6", id: "6", title: "Do you offer scholarships or financial aid?", content: "We offer need-based scholarships and payment plans. Additionally, some employers provide tuition reimbursement for professional development courses."
title: "Do you offer scholarships or financial aid?",
content: "We offer need-based scholarships and payment plans. Additionally, some employers provide tuition reimbursement for professional development courses."
} }
]} ]}
/> />