diff --git a/src/app/instructors/page.tsx b/src/app/instructors/page.tsx index ea0b17f..4824a3c 100644 --- a/src/app/instructors/page.tsx +++ b/src/app/instructors/page.tsx @@ -45,32 +45,15 @@ export default function InstructorsPage() { animationType="slide-up" groups={[ { - id: "core-team", - groupTitle: "Core Instructors", - members: [ + id: "core-team", groupTitle: "Core Instructors", members: [ { - id: "1", - title: "David Martinez", - subtitle: "Lead Instructor - Full Stack Development", - detail: "david@engineer.edu", - imageSrc: "https://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", - imageAlt: "David Martinez" + id: "1", title: "David Martinez", subtitle: "Lead Instructor - Full Stack Development", detail: "david@engineer.edu", imageSrc: "https://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "David Martinez" }, { - id: "2", - title: "Jennifer Liu", - subtitle: "Senior Instructor - Mobile Development", - detail: "jennifer@engineer.edu", - imageSrc: "https://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", - imageAlt: "Jennifer Liu" + id: "2", title: "Jennifer Liu", subtitle: "Senior Instructor - Mobile Development", detail: "jennifer@engineer.edu", imageSrc: "https://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Jennifer Liu" }, { - id: "3", - title: "Robert Thompson", - subtitle: "Data Science & AI Specialist", - detail: "robert@engineer.edu", - imageSrc: "https://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", - imageAlt: "Robert Thompson" + id: "3", title: "Robert Thompson", subtitle: "Data Science & AI Specialist", detail: "robert@engineer.edu", imageSrc: "https://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", imageAlt: "Robert Thompson" } ] } @@ -87,29 +70,19 @@ export default function InstructorsPage() { animationType="smooth" faqs={[ { - id: "1", - title: "What are the prerequisites for enrollment?", - content: "Our programs are designed for beginners with no prior coding experience required. We do recommend basic computer literacy. Our pre-course materials help bring everyone up to speed." + id: "1", title: "What are the prerequisites for enrollment?", content: "Our programs are designed for beginners with no prior coding experience required. We do recommend basic computer literacy. Our pre-course materials help bring everyone up to speed." }, { - id: "2", - title: "What is the time commitment?", - content: "Full-time intensive programs run 40+ hours per week for 6-10 weeks depending on the course. Part-time options are available with flexible scheduling." + id: "2", title: "What is the time commitment?", content: "Full-time intensive programs run 40+ hours per week for 6-10 weeks depending on the course. Part-time options are available with flexible scheduling." }, { - id: "3", - title: "Do you offer career support after graduation?", - content: "Yes, we provide comprehensive career services including resume reviews, interview coaching, portfolio guidance, and job placement assistance. Our alumni network is actively growing." + id: "3", title: "Do you offer career support after graduation?", content: "Yes, we provide comprehensive career services including resume reviews, interview coaching, portfolio guidance, and job placement assistance. Our alumni network is actively growing." }, { - id: "4", - title: "What is the job placement rate?", - content: "Our graduates have an 92% job placement rate within 6 months. We track outcomes closely and continuously improve our curriculum based on industry demand." + id: "4", title: "What is the job placement rate?", content: "Our graduates have an 92% job placement rate within 6 months. We track outcomes closely and continuously improve our curriculum based on industry demand." }, { - id: "5", - title: "Are there any financing options available?", - content: "We offer flexible payment plans, income share agreements, and partnerships with financing companies. Scholarships are available for qualified candidates." + id: "5", title: "Are there any financing options available?", content: "We offer flexible payment plans, income share agreements, and partnerships with financing companies. Scholarships are available for qualified candidates." } ]} /> @@ -120,8 +93,7 @@ export default function InstructorsPage() { 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" }, @@ -129,8 +101,7 @@ export default function InstructorsPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "about" }, { label: "Team", href: "instructors" }, { label: "Blog", href: "blog" }, @@ -138,8 +109,7 @@ export default function InstructorsPage() { ] }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "FAQ", href: "faq" }, { label: "Contact Us", href: "contact" }, { label: "Alumni", href: "alumni" }, @@ -150,4 +120,4 @@ export default function InstructorsPage() { /> ); -} \ No newline at end of file +}