From 8f156f8982c6f8264e4a05f1cb8985b5b8fb60ac Mon Sep 17 00:00:00 2001 From: development Date: Fri, 16 Jan 2026 12:56:43 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3e3c255..8fca56a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -44,19 +44,13 @@ export default function ContactPage() { accordionAnimationType="smooth" faqs={[ { - id: "1", - title: "How do I apply?", - content: "Applications are simple and quick. Visit our application portal, fill out basic information, take a brief assessment, and schedule an interview with our admissions team. Most decisions are made within 48 hours." + id: "1", title: "How do I apply?", content: "Applications are simple and quick. Visit our application portal, fill out basic information, take a brief assessment, and schedule an interview with our admissions team. Most decisions are made within 48 hours." }, { - id: "2", - title: "When are the next cohorts starting?", - content: "We offer rolling admissions with cohorts starting every month. New Full Stack programs begin on the 1st of each month, with Mobile Development starting mid-month and Data Science programs available on rotating schedules." + id: "2", title: "When are the next cohorts starting?", content: "We offer rolling admissions with cohorts starting every month. New Full Stack programs begin on the 1st of each month, with Mobile Development starting mid-month and Data Science programs available on rotating schedules." }, { - id: "3", - title: "What happens after I enroll?", - content: "After enrollment, you'll receive pre-course materials, get access to our learning platform, join the student community, and have your first orientation meeting scheduled. You'll also be paired with a peer mentor." + id: "3", title: "What happens after I enroll?", content: "After enrollment, you'll receive pre-course materials, get access to our learning platform, join the student community, and have your first orientation meeting scheduled. You'll also be paired with a peer mentor." } ]} /> @@ -67,8 +61,7 @@ export default function ContactPage() { copyrightText="© 2025 Engineer IT School. All rights reserved." columns={[ { - title: "Programs", - items: [ + title: "Programs", items: [ { label: "Web Development", href: "courses" }, { label: "Mobile Development", href: "courses" }, { label: "Data Science", href: "courses" }, @@ -76,8 +69,7 @@ export default function ContactPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "about" }, { label: "Team", href: "instructors" }, { label: "Blog", href: "blog" }, @@ -85,8 +77,7 @@ export default function ContactPage() { ] }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "FAQ", href: "faq" }, { label: "Contact Us", href: "contact" }, { label: "Alumni", href: "alumni" }, @@ -97,4 +88,4 @@ export default function ContactPage() { /> ); -} \ No newline at end of file +}