diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 158f613..8c21cdf 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -32,8 +32,7 @@ export default function ContactPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Enroll Now", - href: "/contact" + text: "Enroll Now", href: "/contact" }} /> @@ -43,25 +42,18 @@ export default function ContactPage() { ctaTitle="Ready to Start Learning?" ctaDescription="Join thousands of students already transforming their tech careers with TechAcademy." ctaButton={{ - text: "Enroll Today", - href: "#contact" + text: "Enroll Today", href: "#contact" }} ctaIcon={CheckCircle} faqs={[ { - id: "1", - title: "How do I enroll in a course?", - content: "Simply click the 'Enroll Now' button, choose your course, and complete the registration. You'll get instant access to course materials." + id: "1", title: "How do I enroll in a course?", content: "Simply click the 'Enroll Now' button, choose your course, and complete the registration. You'll get instant access to course materials." }, { - id: "2", - title: "What if I'm not satisfied with my course?", - content: "We offer a 30-day money-back guarantee if you're not completely satisfied with your learning experience." + id: "2", title: "What if I'm not satisfied with my course?", content: "We offer a 30-day money-back guarantee if you're not completely satisfied with your learning experience." }, { - id: "3", - title: "Can I switch courses after enrollment?", - content: "Yes! You can request a course change within the first 14 days of enrollment at no additional cost." + id: "3", title: "Can I switch courses after enrollment?", content: "Yes! You can request a course change within the first 14 days of enrollment at no additional cost." } ]} useInvertedBackground="noInvert" @@ -73,34 +65,22 @@ export default function ContactPage() {