From a603769930fda8aad19427c8edf33a4d440591b2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:46:00 +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 cf5c4a3..0941ac1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { testimonials={[ { name: "Business Owner", handle: "Client Review", testimonial: "One of the best in accounting, finance and auditing services.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" }, { name: "Individual Filer", handle: "Tax Return Client", testimonial: "Amazing and great service for filing income tax return.", rating: 5, @@ -62,7 +62,7 @@ export default function LandingPage() { }, { name: "Startup Founder", handle: "Company Incorporation", testimonial: "Knowledgeable people with professional skills for all accounting purposes.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" } ]} buttons={[ @@ -97,7 +97,7 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" features={[ { - title: "Income Tax Services", description: "Professional ITR filing, tax planning, and handling of income tax notices for individuals and businesses.", imageSrc: "http://img.b2bpic.net/free-photo/office-equipment-put-table_23-2147651021.jpg" + title: "Income Tax Services", description: "Professional ITR filing, tax planning, and handling of income tax notices for individuals and businesses.", imageSrc: "http://img.b2bpic.net/free-photo/office-equipment-put-table_23-2147651021.jpg?_wi=1" }, { title: "GST Services", description: "GST registration, monthly/quarterly filings, compliance management, and notice resolution.", imageSrc: "http://img.b2bpic.net/free-photo/female-professional-explaining-document-details-client-workplace-serious-business-leader-consulting-financial-legal-expert-teamwork-cooperation-concept_74855-14235.jpg" @@ -112,7 +112,7 @@ export default function LandingPage() { title: "Virtual CFO Services", description: "Strategic financial planning and advisory services for growing businesses seeking expert guidance.", imageSrc: "http://img.b2bpic.net/free-photo/teamwork-scene-close-up_23-2147626393.jpg" }, { - title: "Accounting & Auditing", description: "Complete bookkeeping, financial statement preparation, internal and statutory audits.", imageSrc: "http://img.b2bpic.net/free-photo/office-equipment-put-table_23-2147651021.jpg" + title: "Accounting & Auditing", description: "Complete bookkeeping, financial statement preparation, internal and statutory audits.", imageSrc: "http://img.b2bpic.net/free-photo/office-equipment-put-table_23-2147651021.jpg?_wi=2" } ]} useInvertedBackground={false} @@ -129,7 +129,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Rajesh Kumar", role: "Business Owner", company: "Tech Solutions Pvt Ltd", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3" }, { id: "2", name: "Priya Sharma", role: "Freelancer", company: "Self-Employed", rating: 5, @@ -137,7 +137,7 @@ export default function LandingPage() { }, { id: "3", name: "Arjun Patel", role: "Startup Founder", company: "Digital Innovations", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4" }, { id: "4", name: "Meera Desai", role: "Director", company: "Import Export Business", rating: 5, -- 2.49.1