Update src/app/about/page.tsx

This commit is contained in:
2026-03-05 16:31:03 +00:00
parent f42eb1a96b
commit 3090ac1912

View File

@@ -42,6 +42,7 @@ export default function AboutPage() {
<AboutMetric
title="EduPortal is built by educators and technologists passionate about transforming modern education"
useInvertedBackground={false}
metricsAnimation="none"
metrics={[
{ icon: Users, label: "Team Members", value: "150+" },
{ icon: BookOpen, label: "Years Combined Experience", value: "500+" },
@@ -57,48 +58,24 @@ export default function AboutPage() {
description="Experienced educators and technologists committed to advancing educational technology"
members={[
{
id: "1",
name: "Dr. Sarah Johnson",
role: "Principal & Founder",
description: "Ed.D. from Harvard with 20+ years in educational administration. Pioneering digital transformation in schools.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
imageAlt: "Dr. Sarah Johnson",
socialLinks: [
id: "1", name: "Dr. Sarah Johnson", role: "Principal & Founder", description: "Ed.D. from Harvard with 20+ years in educational administration. Pioneering digital transformation in schools.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Dr. Sarah Johnson", socialLinks: [
{ icon: Linkedin, url: "https://linkedin.com" },
{ icon: Twitter, url: "https://twitter.com" },
],
},
{
id: "2",
name: "Prof. Michael Chen",
role: "Academic Director",
description: "M.Sc. Computer Science. Former teacher turned tech innovator. Expert in curriculum integration.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-confidently-looking-camera-students-sitting_259150-60247.jpg",
imageAlt: "Prof. Michael Chen",
socialLinks: [
id: "2", name: "Prof. Michael Chen", role: "Academic Director", description: "M.Sc. Computer Science. Former teacher turned tech innovator. Expert in curriculum integration.", imageSrc: "http://img.b2bpic.net/free-photo/woman-confidently-looking-camera-students-sitting_259150-60247.jpg", imageAlt: "Prof. Michael Chen", socialLinks: [
{ icon: Linkedin, url: "https://linkedin.com" },
{ icon: Github, url: "https://github.com" },
],
},
{
id: "3",
name: "Emily Rodriguez",
role: "Student Success Lead",
description: "Certified counselor with 15 years of student support experience. Passionate about holistic education.",
imageSrc: "http://img.b2bpic.net/free-photo/people-studying-with-notebooks-close-up_23-2149204801.jpg",
imageAlt: "Emily Rodriguez",
socialLinks: [
id: "3", name: "Emily Rodriguez", role: "Student Success Lead", description: "Certified counselor with 15 years of student support experience. Passionate about holistic education.", imageSrc: "http://img.b2bpic.net/free-photo/people-studying-with-notebooks-close-up_23-2149204801.jpg", imageAlt: "Emily Rodriguez", socialLinks: [
{ icon: Linkedin, url: "https://linkedin.com" },
],
},
{
id: "4",
name: "David Park",
role: "Chief Technology Officer",
description: "B.S. in Information Systems. 12 years building scalable educational platforms.",
imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg",
imageAlt: "David Park",
socialLinks: [
id: "4", name: "David Park", role: "Chief Technology Officer", description: "B.S. in Information Systems. 12 years building scalable educational platforms.", imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg", imageAlt: "David Park", socialLinks: [
{ icon: Linkedin, url: "https://linkedin.com" },
{ icon: Globe, url: "https://example.com" },
],
@@ -119,32 +96,18 @@ export default function AboutPage() {
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "What is EduPortal's mission?",
content: "Our mission is to democratize access to quality education through innovative technology that connects students, teachers, parents, and administrators in one unified ecosystem.",
},
id: "1", title: "What is EduPortal's mission?", content: "Our mission is to democratize access to quality education through innovative technology that connects students, teachers, parents, and administrators in one unified ecosystem."},
{
id: "2",
title: "When was EduPortal founded?",
content: "EduPortal was founded in 2015 by Dr. Sarah Johnson, a former school principal who saw the need for a comprehensive digital education platform.",
},
id: "2", title: "When was EduPortal founded?", content: "EduPortal was founded in 2015 by Dr. Sarah Johnson, a former school principal who saw the need for a comprehensive digital education platform."},
{
id: "3",
title: "How many institutions use EduPortal?",
content: "Over 10,000 educational institutions across 50 countries use EduPortal, serving more than 500,000 active daily users including students, teachers, and parents.",
},
id: "3", title: "How many institutions use EduPortal?", content: "Over 10,000 educational institutions across 50 countries use EduPortal, serving more than 500,000 active daily users including students, teachers, and parents."},
{
id: "4",
title: "What are EduPortal's core values?",
content: "We believe in equity in education, innovation through technology, security of student data, and fostering collaboration between all stakeholders in the educational ecosystem.",
},
id: "4", title: "What are EduPortal's core values?", content: "We believe in equity in education, innovation through technology, security of student data, and fostering collaboration between all stakeholders in the educational ecosystem."},
{
id: "5",
title: "How does EduPortal stay secure?",
content: "We implement enterprise-grade encryption, regular security audits, FERPA compliance, and maintain a dedicated security team working 24/7 to protect student and institutional data.",
},
id: "5", title: "How does EduPortal stay secure?", content: "We implement enterprise-grade encryption, regular security audits, FERPA compliance, and maintain a dedicated security team working 24/7 to protect student and institutional data."},
]}
animationType="smooth"
faqsAnimation="none"
/>
</div>
@@ -152,8 +115,7 @@ export default function AboutPage() {
<FooterBaseReveal
columns={[
{
title: "Platform",
items: [
title: "Platform", items: [
{ label: "Student Portal", href: "/student-portal" },
{ label: "Teacher Dashboard", href: "/teacher-dashboard" },
{ label: "Admin Panel", href: "/admin-panel" },
@@ -161,8 +123,7 @@ export default function AboutPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Documentation", href: "/docs" },
{ label: "API Reference", href: "/api" },
{ label: "Support Center", href: "/support" },
@@ -170,8 +131,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Careers", href: "/careers" },
{ label: "Blog", href: "/blog" },