diff --git a/src/pages/AboutPage.tsx b/src/pages/AboutPage.tsx index 76054b0..b1b5293 100644 --- a/src/pages/AboutPage.tsx +++ b/src/pages/AboutPage.tsx @@ -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"}} /> @@ -31,9 +25,7 @@ export default function AboutPage() { @@ -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"}, ], }, ]}