From 49da13e6e8ac43b399f027f1bdbc7b1ba661d2ff Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:36:06 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"