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"