Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 03:45:35 +00:00
parent abd1211059
commit 82ac2a4b8e

View File

@@ -25,8 +25,7 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Security", href: "#" },
@@ -34,8 +33,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -43,8 +41,7 @@ export default function AboutPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Help Center", href: "#" },
{ label: "Contact", href: "#contact" },
{ label: "Terms", href: "#" },
@@ -86,37 +83,19 @@ export default function AboutPage() {
features={[
{
id: 1,
tag: "Mission",
title: "Empower Every Student",
subtitle: "Academic success for all",
description:
"We're building the future of educational technology by creating tools that help students understand their academic potential and achieve their goals. We believe data transparency and predictive insights are key to academic success.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/a-modern-clean-academic-performance-dash-1772509353097-99ebc96b.png",
imageAlt: "GradeOptim Mission",
},
tag: "Mission", title: "Empower Every Student", subtitle: "Academic success for all", description:
"We're building the future of educational technology by creating tools that help students understand their academic potential and achieve their goals. We believe data transparency and predictive insights are key to academic success.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/a-modern-clean-academic-performance-dash-1772509353097-99ebc96b.png", imageAlt: "GradeOptim Mission"},
{
id: 2,
tag: "Values",
title: "Accuracy & Transparency",
subtitle: "Trust through precision",
description:
"Every calculation, prediction, and recommendation is built on rigorous data science and transparent algorithms. Our students trust us with their academic futures, and we take that responsibility seriously.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/a-clean-interface-mockup-showing-weighte-1772509353351-5d519432.png?_wi=2",
imageAlt: "Accuracy and Transparency",
},
tag: "Values", title: "Accuracy & Transparency", subtitle: "Trust through precision", description:
"Every calculation, prediction, and recommendation is built on rigorous data science and transparent algorithms. Our students trust us with their academic futures, and we take that responsibility seriously.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/a-clean-interface-mockup-showing-weighte-1772509353351-5d519432.png", imageAlt: "Accuracy and Transparency"},
{
id: 3,
tag: "Innovation",
title: "AI-Powered Insights",
subtitle: "Technology for learning",
description:
"We harness the power of machine learning and artificial intelligence to deliver personalized, actionable recommendations. Our AI gets smarter as it learns from each student's unique academic patterns.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/an-ai-powered-recommendation-engine-inte-1772509353241-88fb0cf9.png?_wi=2",
imageAlt: "AI-Powered Innovation",
},
tag: "Innovation", title: "AI-Powered Insights", subtitle: "Technology for learning", description:
"We harness the power of machine learning and artificial intelligence to deliver personalized, actionable recommendations. Our AI gets smarter as it learns from each student's unique academic patterns.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/an-ai-powered-recommendation-engine-inte-1772509353241-88fb0cf9.png", imageAlt: "AI-Powered Innovation"},
]}
/>
</div>
@@ -141,7 +120,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/a-subtle-modern-educational-background-i-1772509353273-4ef8c2ce.png?_wi=3"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/a-subtle-modern-educational-background-i-1772509353273-4ef8c2ce.png"
imageAlt="Academic Success Background"
logoText="GradeOptim"
copyrightText="© 2025 GradeOptim. All rights reserved."