From 1a81860e672995253c9193d8a6c12e0a0872c60b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 05:37:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e34fe9b..a855671 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -174,16 +174,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Rajesh Kumar", role: "Operations Manager", company: "E-commerce Solutions Ltd", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageAlt: "Rajesh Kumar"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=1", imageAlt: "Rajesh Kumar"}, { id: "2", name: "Priya Sharma", role: "Logistics Director", company: "RetailHub India", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageAlt: "Priya Sharma"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=2", imageAlt: "Priya Sharma"}, { id: "3", name: "Amit Patel", role: "Supply Chain Head", company: "Distribution Networks Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageAlt: "Amit Patel"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=3", imageAlt: "Amit Patel"}, { id: "4", name: "Neha Verma", role: "Procurement Lead", company: "Global Trade Corp", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageAlt: "Neha Verma"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=4", imageAlt: "Neha Verma"}, ]} title="What Our Clients Say" description="Hear from businesses that have partnered with Credent Connect N Care for their logistics needs." @@ -250,7 +250,7 @@ export default function LandingPage() { faqsAnimation="slide-up" mediaAnimation="slide-up" mediaPosition="right" - imageSrc="http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg?_wi=1" imageAlt="Customer support team" /> @@ -264,7 +264,7 @@ export default function LandingPage() { background={{ variant: "plain" }} useInvertedBackground={false} mediaPosition="right" - imageSrc="http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg?_wi=2" imageAlt="Contact our logistics team" mediaAnimation="slide-up" inputPlaceholder="Enter your email address" -- 2.49.1