diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7d60f49..c0d5492 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -42,26 +42,11 @@ export default function AboutPage() { tagAnimation="slide-up" features={[ { - id: "01", - title: "Accessibility First", - description: "Quality education should be available to all students regardless of background. Our platform is designed to be affordable, inclusive, and easy to use.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/abstract-illustration-of-an-ai-brain-or--1772525615187-0f63a1ce.png?_wi=2", - imageAlt: "Accessibility and inclusivity", - }, + id: "01", title: "Accessibility First", description: "Quality education should be available to all students regardless of background. Our platform is designed to be affordable, inclusive, and easy to use.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/abstract-illustration-of-an-ai-brain-or--1772525615187-0f63a1ce.png", imageAlt: "Accessibility and inclusivity"}, { - id: "02", - title: "Conceptual Understanding", - description: "We focus on teaching concepts, not just providing answers. MITA guides students through problem-solving processes to build deep understanding.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/clean-organized-diagram-showing-step-by--1772525614109-9d494392.png?_wi=2", - imageAlt: "Learning and understanding", - }, + id: "02", title: "Conceptual Understanding", description: "We focus on teaching concepts, not just providing answers. MITA guides students through problem-solving processes to build deep understanding.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/clean-organized-diagram-showing-step-by--1772525614109-9d494392.png", imageAlt: "Learning and understanding"}, { - id: "03", - title: "Trustworthy Technology", - description: "Security and privacy are paramount. We use enterprise-grade encryption and never share student data. Build trust with transparency and ethical practices.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/modern-security-illustration-with-lock-i-1772525613179-215bd499.png?_wi=2", - imageAlt: "Security and trust", - }, + id: "03", title: "Trustworthy Technology", description: "Security and privacy are paramount. We use enterprise-grade encryption and never share student data. Build trust with transparency and ethical practices.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/modern-security-illustration-with-lock-i-1772525613179-215bd499.png", imageAlt: "Security and trust"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -105,14 +90,13 @@ export default function AboutPage() {