Merge version_1_1776414373055 into main #2
@@ -12,18 +12,12 @@ export default function AboutPage() {
|
||||
logo="TechHorizon"
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", href: "/"},
|
||||
{
|
||||
name: "About",
|
||||
href: "/about",
|
||||
},
|
||||
name: "About", href: "/about"},
|
||||
]}
|
||||
ctaButton={{
|
||||
text: "Get Started",
|
||||
href: "/apply",
|
||||
}}
|
||||
text: "Get Started", href: "/apply"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -31,9 +25,7 @@ export default function AboutPage() {
|
||||
<AboutTextSplit
|
||||
title="Our Mission"
|
||||
descriptions={[
|
||||
"TechHorizon Academy was founded to bridge the digital skills gap by providing accessible, high-quality technical education.",
|
||||
"We combine rigorous academic theory with real-world project experience to ensure our students hit the ground running.",
|
||||
]}
|
||||
"TechHorizon Academy was founded to bridge the digital skills gap by providing accessible, high-quality technical education.", "We combine rigorous academic theory with real-world project experience to ensure our students hit the ground running."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -43,17 +35,10 @@ export default function AboutPage() {
|
||||
title="Meet Our Expert Instructors"
|
||||
groups={[
|
||||
{
|
||||
title: "Core Faculty",
|
||||
members: [
|
||||
title: "Core Faculty", members: [
|
||||
{
|
||||
name: "Dr. Sarah Chen",
|
||||
role: "Lead Software Engineering Instructor",
|
||||
detail: "15+ years experience in Full-Stack development.",
|
||||
imageSrc: "https://images.unsplash.com/photo-1607990283143-e81e7a2c9349?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHw2M3x8UHJvZmVzc2lvbmFsJTIwZmVtYWxlJTIwcHJvZmVzc29yJTIwcG9ydHJhaXR8ZW58MXwwfHx8MTc3NjQxNDM4OXww&ixlib=rb-4.1.0&q=80&w=1080",
|
||||
},
|
||||
name: "Dr. Sarah Chen", role: "Lead Software Engineering Instructor", detail: "15+ years experience in Full-Stack development.", imageSrc: "https://images.unsplash.com/photo-1607990283143-e81e7a2c9349?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHw2M3x8UHJvZmVzc2lvbmFsJTIwZmVtYWxlJTIwcHJvZmVzc29yJTIwcG9ydHJhaXR8ZW58MXwwfHx8MTc3NjQxNDM4OXww&ixlib=rb-4.1.0&q=80&w=1080"},
|
||||
],
|
||||
imageSrc: "https://images.unsplash.com/photo-1763191213523-1489179a1088?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwxMnx8UHJvZmVzc2lvbmFsJTIwY29kaW5nJTIwZW52aXJvbm1lbnQlMkMlMjBtb2Rlcm4lMjBvZmZpY2V8ZW58MXwwfHx8MTc3NjQxNDM4OHww&ixlib=rb-4.1.0&q=80&w=1080&_wi=2",
|
||||
imageAlt: "Dr. Sarah Chen, Faculty Lead",
|
||||
},
|
||||
]}
|
||||
description="Learn from the best in the industry, with mentors who have decades of real-world experience at top global tech companies."
|
||||
@@ -67,13 +52,9 @@ export default function AboutPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user