From ae05a3d45389458fa6eacac264df250cd85e2597 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:53:26 +0000 Subject: [PATCH 1/2] Update src/app/finance/page.tsx --- src/app/finance/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/finance/page.tsx b/src/app/finance/page.tsx index b95d4fe..1ac7fbe 100644 --- a/src/app/finance/page.tsx +++ b/src/app/finance/page.tsx @@ -76,7 +76,7 @@ export default function FinancePage() { tag="Help" textboxLayout="default" useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg?_wi=2" imageAlt="Finance Support Team" mediaPosition="left" mediaAnimation="blur-reveal" @@ -114,7 +114,7 @@ export default function FinancePage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7539.jpg" + imageSrc="http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7539.jpg?_wi=3" imageAlt="Finance Consultation" mediaPosition="right" mediaAnimation="slide-up" -- 2.49.1 From f96e47c5dd7c260371252333dd939a6a4f0aca5c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:53:26 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index e9a9517..24a2039 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -60,7 +60,7 @@ export default function ServicesPage() { title: "Genuine Spare Parts Supply", description: "Authentic Honda spare parts in stock with certificates of authenticity. Every part comes with warranty and quality guarantee. Fast availability and competitive pricing.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-machine-with-racks-pinions-factory_181624-60017.jpg", imageAlt: "Genuine Spare Parts"}, { id: 4, - title: "Online Service Booking", description: "Convenient online and phone booking system. Same-day or next-day appointment availability. Fast turnaround, transparent pricing, no hidden charges, free pickup available.", imageSrc: "http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7539.jpg", imageAlt: "Online Service Booking System"}, + title: "Online Service Booking", description: "Convenient online and phone booking system. Same-day or next-day appointment availability. Fast turnaround, transparent pricing, no hidden charges, free pickup available.", imageSrc: "http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7539.jpg?_wi=1", imageAlt: "Online Service Booking System"}, ]} buttons={[{ text: "Book Service Now", href: "#contact" }]} buttonAnimation="slide-up" @@ -74,7 +74,7 @@ export default function ServicesPage() { tag="Help" textboxLayout="default" useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg?_wi=1" imageAlt="Professional Customer Support" mediaPosition="left" mediaAnimation="blur-reveal" @@ -112,7 +112,7 @@ export default function ServicesPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7539.jpg" + imageSrc="http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7539.jpg?_wi=2" imageAlt="Service Booking Counter" mediaPosition="right" mediaAnimation="slide-up" -- 2.49.1