From 6e50f41f1146befa8ffac3dd5474ae4b63a6689e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:37:26 +0000 Subject: [PATCH 1/3] 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 eee3c06..2ebbe27 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -114,7 +114,7 @@ export default function AboutPage() { id: "1", title: "Multiple Payment Methods", description: "Pay securely with Telebirr, bank transfers, Visa, Mastercard, and more. We support both Ethiopian and international payment options for your convenience.", media: { imageSrc: - "http://img.b2bpic.net/free-vector/secure-payment-round-composition_1284-22115.jpg", imageAlt: "Multiple Payment Methods"}, + "http://img.b2bpic.net/free-vector/secure-payment-round-composition_1284-22115.jpg?_wi=1", imageAlt: "Multiple Payment Methods"}, items: [ { icon: CreditCard, text: "Telebirr & Mobile Money" }, { icon: Building, text: "Bank Transfers" }, @@ -152,7 +152,7 @@ export default function AboutPage() {