From 399fead197b13dcb1ffff2437a3ea1989a216901 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:32:55 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1caf254..ae59f73 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -49,7 +49,7 @@ export default function AboutPage() { features={[ { id: 1, - title: "Our Mission", description: "To democratize cryptocurrency trading by providing secure, transparent, and accessible exchange services for everyone", imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-with-headset-using-computer_482257-120429.jpg", imageAlt: "Our mission" + title: "Our Mission", description: "To democratize cryptocurrency trading by providing secure, transparent, and accessible exchange services for everyone", imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-with-headset-using-computer_482257-120429.jpg?_wi=1", imageAlt: "Our mission" }, { id: 2, @@ -61,7 +61,7 @@ export default function AboutPage() { }, { id: 4, - title: "Customer Support", description: "Our dedicated team is available 24/7 to help you with any questions or concerns", imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-with-headset-using-computer_482257-120429.jpg", imageAlt: "Customer support" + title: "Customer Support", description: "Our dedicated team is available 24/7 to help you with any questions or concerns", imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-with-headset-using-computer_482257-120429.jpg?_wi=2", imageAlt: "Customer support" } ]} textboxLayout="default" -- 2.49.1