Update src/app/instructors/page.tsx

This commit is contained in:
2026-01-16 12:56:45 +00:00
parent 307a82f487
commit 7690a17215

View File

@@ -45,32 +45,15 @@ export default function InstructorsPage() {
animationType="slide-up" animationType="slide-up"
groups={[ groups={[
{ {
id: "core-team", id: "core-team", groupTitle: "Core Instructors", members: [
groupTitle: "Core Instructors",
members: [
{ {
id: "1", 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"
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", 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"
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", 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"
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" animationType="smooth"
faqs={[ faqs={[
{ {
id: "1", 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."
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", 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."
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", 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."
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", 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."
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", 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."
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." copyrightText="© 2025 Engineer IT School. All rights reserved."
columns={[ columns={[
{ {
title: "Programs", title: "Programs", items: [
items: [
{ label: "Web Development", href: "courses" }, { label: "Web Development", href: "courses" },
{ label: "Mobile Development", href: "courses" }, { label: "Mobile Development", href: "courses" },
{ label: "Data Science", href: "courses" }, { label: "Data Science", href: "courses" },
@@ -129,8 +101,7 @@ export default function InstructorsPage() {
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About", href: "about" }, { label: "About", href: "about" },
{ label: "Team", href: "instructors" }, { label: "Team", href: "instructors" },
{ label: "Blog", href: "blog" }, { label: "Blog", href: "blog" },
@@ -138,8 +109,7 @@ export default function InstructorsPage() {
] ]
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ label: "FAQ", href: "faq" }, { label: "FAQ", href: "faq" },
{ label: "Contact Us", href: "contact" }, { label: "Contact Us", href: "contact" },
{ label: "Alumni", href: "alumni" }, { label: "Alumni", href: "alumni" },