Update src/app/about/page.tsx

This commit is contained in:
2026-02-02 09:44:50 +00:00
parent 0232b819a2
commit a817105e66

View File

@@ -33,8 +33,7 @@ export default function AboutPage() {
{ name: "Contact", id: "/contact" } { name: "Contact", id: "/contact" }
]} ]}
button={{ button={{
text: "Enroll Now", text: "Enroll Now", href: "/contact"
href: "/contact"
}} }}
/> />
</div> </div>
@@ -43,40 +42,22 @@ export default function AboutPage() {
<TeamCardFive <TeamCardFive
team={[ team={[
{ {
id: "1", id: "1", name: "Alex Kumar", role: "Lead Instructor - Web Development", imageSrc: "https://img.b2bpic.net/free-photo/close-up-young-business-person-doing-internship_23-2149305396.jpg"
name: "Alex Kumar",
role: "Lead Instructor - Web Development",
imageSrc: "https://img.b2bpic.net/free-photo/close-up-young-business-person-doing-internship_23-2149305396.jpg"
}, },
{ {
id: "2", id: "2", name: "Maria Garcia", role: "Python & Backend Specialist", imageSrc: "https://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg"
name: "Maria Garcia",
role: "Python & Backend Specialist",
imageSrc: "https://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg"
}, },
{ {
id: "3", id: "3", name: "James Chen", role: "Data Science Lead", imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2149204753.jpg"
name: "James Chen",
role: "Data Science Lead",
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2149204753.jpg"
}, },
{ {
id: "4", id: "4", name: "Emma Wilson", role: "Academy Director", imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-woman-studying-math_23-2150444951.jpg"
name: "Emma Wilson",
role: "Academy Director",
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-woman-studying-math_23-2150444951.jpg"
}, },
{ {
id: "5", id: "5", name: "David Rodriguez", role: "Cybersecurity Expert", imageSrc: "https://img.b2bpic.net/free-photo/close-up-young-business-person-doing-internship_23-2149305396.jpg"
name: "David Rodriguez",
role: "Cybersecurity Expert",
imageSrc: "https://img.b2bpic.net/free-photo/close-up-young-business-person-doing-internship_23-2149305396.jpg"
}, },
{ {
id: "6", id: "6", name: "Sophie Turner", role: "Student Success Manager", imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-woman-studying-math_23-2150444951.jpg"
name: "Sophie Turner",
role: "Student Success Manager",
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-woman-studying-math_23-2150444951.jpg"
} }
]} ]}
animationType="slide-up" animationType="slide-up"
@@ -93,29 +74,17 @@ export default function AboutPage() {
<MetricCardOne <MetricCardOne
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "15", title: "Years", description: "Combined teaching experience of our team", icon: Award
value: "15",
title: "Years",
description: "Combined teaching experience of our team",
icon: Award
}, },
{ {
id: "2", id: "2", value: "200", title: "+", description: "Industry certifications held by our instructors", icon: Star
value: "200",
title: "+",
description: "Industry certifications held by our instructors",
icon: Star
}, },
{ {
id: "3", id: "3", value: "98", title: "%", description: "Student satisfaction rate with our instructors", icon: TrendingUp
value: "98",
title: "%",
description: "Student satisfaction rate with our instructors",
icon: TrendingUp
} }
]} ]}
title="Our Expertise" title="Our Expertise"
description: "Why our team makes the difference in your learning journey" description="Why our team makes the difference in your learning journey"
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
@@ -127,29 +96,19 @@ export default function AboutPage() {
<FaqSplitMedia <FaqSplitMedia
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "What makes TechAcademy different?", content: "Our unique combination of industry-experienced instructors, hands-on projects, and comprehensive career support sets us apart. We focus on practical skills that employers actually need."
title: "What makes TechAcademy different?",
content: "Our unique combination of industry-experienced instructors, hands-on projects, and comprehensive career support sets us apart. We focus on practical skills that employers actually need."
}, },
{ {
id: "2", id: "2", title: "How do you ensure quality education?", content: "All our instructors have minimum 10+ years of industry experience. Our curriculum is regularly updated based on industry trends and employer feedback."
title: "How do you ensure quality education?",
content: "All our instructors have minimum 10+ years of industry experience. Our curriculum is regularly updated based on industry trends and employer feedback."
}, },
{ {
id: "3", id: "3", title: "What is your teaching methodology?", content: "We believe in learning by doing. Our courses combine theory with practical projects, peer collaboration, and real-world case studies."
title: "What is your teaching methodology?",
content: "We believe in learning by doing. Our courses combine theory with practical projects, peer collaboration, and real-world case studies."
}, },
{ {
id: "4", id: "4", title: "Do you offer ongoing support after graduation?", content: "Yes! Our alumni network provides ongoing mentorship, job referrals, and continued learning opportunities even after course completion."
title: "Do you offer ongoing support after graduation?",
content: "Yes! Our alumni network provides ongoing mentorship, job referrals, and continued learning opportunities even after course completion."
}, },
{ {
id: "5", id: "5", title: "How do you stay current with technology trends?", content: "Our instructors are active professionals who bring current industry practices into the classroom. We continuously update our curriculum based on market demands."
title: "How do you stay current with technology trends?",
content: "Our instructors are active professionals who bring current industry practices into the classroom. We continuously update our curriculum based on market demands."
} }
]} ]}
imageSrc="https://img.b2bpic.net/free-photo/person-front-computer-working-html_23-2150040428.jpg" imageSrc="https://img.b2bpic.net/free-photo/person-front-computer-working-html_23-2150040428.jpg"
@@ -171,8 +130,7 @@ export default function AboutPage() {
copyrightText="© 2025 TechAcademy. All rights reserved." copyrightText="© 2025 TechAcademy. All rights reserved."
columns={[ columns={[
{ {
title: "Courses", title: "Courses", items: [
items: [
{ label: "Web Development", href: "/courses" }, { label: "Web Development", href: "/courses" },
{ label: "Python Programming", href: "/courses" }, { label: "Python Programming", href: "/courses" },
{ label: "Data Science", href: "/courses" }, { label: "Data Science", href: "/courses" },
@@ -180,8 +138,7 @@ export default function AboutPage() {
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" }, { label: "Our Team", href: "/about" },
{ label: "Careers", href: "#" }, { label: "Careers", href: "#" },
@@ -189,8 +146,7 @@ export default function AboutPage() {
] ]
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ label: "Contact Us", href: "/contact" }, { label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "#faq" }, { label: "FAQ", href: "#faq" },
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },