diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4527e13..dd5f2b7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -85,13 +85,13 @@ export default function AboutPage() { features={[ { id: 1, - title: "Quality Assurance", description: "Every material on our platform is reviewed and rated by our community. We maintain high standards to ensure only quality educational content reaches students.", imageSrc: "/placeholders/placeholder1.webp"}, + title: "Quality Assurance", description: "Every material on our platform is reviewed and rated by our community. We maintain high standards to ensure only quality educational content reaches students.", imageSrc: "/placeholders/placeholder1.webp?_wi=4"}, { id: 2, - title: "Fair Compensation", description: "Teachers and content creators are fairly compensated for their work. Transparent pricing and instant payments ensure educators are valued for their contributions.", imageSrc: "/placeholders/placeholder1.webp"}, + title: "Fair Compensation", description: "Teachers and content creators are fairly compensated for their work. Transparent pricing and instant payments ensure educators are valued for their contributions.", imageSrc: "/placeholders/placeholder1.webp?_wi=5"}, { id: 3, - title: "Secure Platform", description: "Your transactions, personal data, and intellectual property are protected with enterprise-grade encryption and security measures.", imageSrc: "/placeholders/placeholder1.webp"}, + title: "Secure Platform", description: "Your transactions, personal data, and intellectual property are protected with enterprise-grade encryption and security measures.", imageSrc: "/placeholders/placeholder1.webp?_wi=6"}, ]} animationType="blur-reveal" textboxLayout="default"