From 3a06c4310dbeb504902882554b86c3bb33e2abb7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 05:04:55 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 43 ++++++++++++------------------------------ 1 file changed, 12 insertions(+), 31 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b38fb77..ce15ee2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,8 +19,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Courses", href: "/courses" }, { label: "Pricing", href: "#" }, { label: "Free Resources", href: "#" }, @@ -28,8 +27,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Careers", href: "#" }, { label: "Contact", href: "/contact" }, @@ -37,8 +35,7 @@ export default function AboutPage() { ], }, { - title: "Learning", - items: [ + title: "Learning", items: [ { label: "Getting Started", href: "#" }, { label: "Certification Guide", href: "#" }, { label: "Student Stories", href: "#" }, @@ -46,8 +43,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -74,9 +70,7 @@ export default function AboutPage() { brandName="EduLearn" navItems={navItems} button={{ - text: "Get Started", - href: "/courses", - }} + text: "Get Started", href: "/courses"}} /> @@ -87,7 +81,7 @@ export default function AboutPage() { tag="Our Mission" tagIcon={Lightbulb} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/university-colleagues-talking-library_23-2148844673.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/university-colleagues-talking-library_23-2148844673.jpg" imageAlt="EduLearn Academy community" useInvertedBackground={false} buttons={[ @@ -112,7 +106,6 @@ export default function AboutPage() { { id: "4", icon: TrendingUp, title: "Success Rate", value: "94%" }, ]} animationType="slide-up" - gridVariant="four-items-2x2-equal-grid" textboxLayout="default" useInvertedBackground={false} buttons={[{ text: "View Detailed Stats", href: "#" }]} @@ -127,29 +120,17 @@ export default function AboutPage() { author="Michael Chen, Full Stack Engineer" avatars={[ { - src: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", - alt: "Michael Chen", - }, + src: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", alt: "Michael Chen"}, { - src: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg", - alt: "Emily Rodriguez", - }, + src: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg", alt: "Emily Rodriguez"}, { - src: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", - alt: "David Kim", - }, + src: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", alt: "David Kim"}, { - src: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg", - alt: "Jessica Lee", - }, + src: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg", alt: "Jessica Lee"}, { - src: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", - alt: "Alex Morgan", - }, + src: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", alt: "Alex Morgan"}, { - src: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg", - alt: "Maria Garcia", - }, + src: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg", alt: "Maria Garcia"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up"