From df589314c7aee9554adfadee03b7372fe808eb07 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 17:27:58 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9ab06a0..7ef682a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -91,28 +91,28 @@ export default function AboutPage() { id: 1, title: "Premium Selection", description: "Curated collection of the latest flagship smartphones from Apple, Samsung, OnePlus, and other leading brands. Every device is authenticated and comes with official warranty.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-store-is-standing-near-stand-choosing-phone_169016-3831.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-store-is-standing-near-stand-choosing-phone_169016-3831.jpg?_wi=2", imageAlt: "Premium smartphone selection", }, { id: 2, title: "Expert Support", description: "Our knowledgeable team is here to help you find the perfect device. From specifications to comparisons, we provide personalized guidance for every customer.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-call-center-office_23-2149256111.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-working-call-center-office_23-2149256111.jpg?_wi=3", imageAlt: "Expert support team", }, { id: 3, title: "Authorized Partner", description: "Authorized distributor and service partner for all major smartphone brands. Genuine products, authentic warranty, and direct access to manufacturer support channels.", - imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736732.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736732.jpg?_wi=1", imageAlt: "Store interior", }, { id: 4, title: "Customer Commitment", description: "Your satisfaction is our priority. We stand behind every product we sell with hassle-free returns, extended warranty options, and lifetime support.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-filling-up-her-credit-card-information-smartphone_23-2148673305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-filling-up-her-credit-card-information-smartphone_23-2148673305.jpg?_wi=3", imageAlt: "Customer service", }, ]} @@ -132,7 +132,7 @@ export default function AboutPage() { useInvertedBackground={false} faqsAnimation="slide-up" mediaPosition="left" - imageSrc="http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736732.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736732.jpg?_wi=2" imageAlt="About ND Mobile" mediaAnimation="slide-up" faqs={[ @@ -163,7 +163,7 @@ export default function AboutPage() {