From 7ad66157b8096e43373e511f9186735e9a6e0ee8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:36:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b98a7e..80a7a38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,23 +54,23 @@ export default function LandingPage() { background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-sitting-office-reading-business-reports-there-are-people-background_637285-218.jpg", imageAlt: "CA Chamber Office"}, + imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-sitting-office-reading-business-reports-there-are-people-background_637285-218.jpg?_wi=1", imageAlt: "CA Chamber Office"}, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-insurance-agent-making-calculations-while-signing-agreement-with-client-office_637285-10890.jpg", imageAlt: "GST Compliance Services"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-insurance-agent-making-calculations-while-signing-agreement-with-client-office_637285-10890.jpg?_wi=1", imageAlt: "GST Compliance Services"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-latest-financial-results-desk_1098-1983.jpg", imageAlt: "Financial Planning"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-latest-financial-results-desk_1098-1983.jpg?_wi=1", imageAlt: "Financial Planning"}, { - imageSrc: "http://img.b2bpic.net/free-photo/stethoscope-with-documents_23-2148021449.jpg", imageAlt: "CIBIL Correction Services"}, + imageSrc: "http://img.b2bpic.net/free-photo/stethoscope-with-documents_23-2148021449.jpg?_wi=1", imageAlt: "CIBIL Correction Services"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-latest-financial-results-desk_1098-1983.jpg", imageAlt: "Investment Planning"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-latest-financial-results-desk_1098-1983.jpg?_wi=2", imageAlt: "Investment Planning"}, { - imageSrc: "http://img.b2bpic.net/free-photo/stethoscope-with-documents_23-2148021449.jpg", imageAlt: "Credit Management"}, + imageSrc: "http://img.b2bpic.net/free-photo/stethoscope-with-documents_23-2148021449.jpg?_wi=2", imageAlt: "Credit Management"}, { - imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-sitting-office-reading-business-reports-there-are-people-background_637285-218.jpg", imageAlt: "Professional Consultation"}, + imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-sitting-office-reading-business-reports-there-are-people-background_637285-218.jpg?_wi=2", imageAlt: "Professional Consultation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-insurance-agent-making-calculations-while-signing-agreement-with-client-office_637285-10890.jpg", imageAlt: "Tax Services"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-insurance-agent-making-calculations-while-signing-agreement-with-client-office_637285-10890.jpg?_wi=2", imageAlt: "Tax Services"}, ]} carouselPosition="right" /> @@ -102,16 +102,16 @@ export default function LandingPage() { features={[ { id: 1, - title: "GST Registration & Compliance", description: "Expert GST registration, filing, and compliance management for businesses of all sizes. We ensure timely submissions and penalty-free operations with complete documentation support.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-insurance-agent-making-calculations-while-signing-agreement-with-client-office_637285-10890.jpg", imageAlt: "GST Compliance Services"}, + title: "GST Registration & Compliance", description: "Expert GST registration, filing, and compliance management for businesses of all sizes. We ensure timely submissions and penalty-free operations with complete documentation support.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-insurance-agent-making-calculations-while-signing-agreement-with-client-office_637285-10890.jpg?_wi=3", imageAlt: "GST Compliance Services"}, { id: 2, - title: "Income Tax Planning & Returns", description: "Strategic income tax planning and professional return preparation to maximize your benefits and ensure compliance with all regulatory requirements.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-latest-financial-results-desk_1098-1983.jpg", imageAlt: "Income Tax Planning"}, + title: "Income Tax Planning & Returns", description: "Strategic income tax planning and professional return preparation to maximize your benefits and ensure compliance with all regulatory requirements.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-latest-financial-results-desk_1098-1983.jpg?_wi=3", imageAlt: "Income Tax Planning"}, { id: 3, - title: "CIBIL Correction & Credit Management", description: "Expert CIBIL score correction and credit report management to help you secure loans and achieve your financial goals with confidence.", imageSrc: "http://img.b2bpic.net/free-photo/stethoscope-with-documents_23-2148021449.jpg", imageAlt: "CIBIL Correction Services"}, + title: "CIBIL Correction & Credit Management", description: "Expert CIBIL score correction and credit report management to help you secure loans and achieve your financial goals with confidence.", imageSrc: "http://img.b2bpic.net/free-photo/stethoscope-with-documents_23-2148021449.jpg?_wi=3", imageAlt: "CIBIL Correction Services"}, { id: 4, - title: "Business Financial Advisory", description: "Strategic financial consulting and business advisory services to optimize your operations, reduce costs, and drive sustainable growth.", imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-sitting-office-reading-business-reports-there-are-people-background_637285-218.jpg", imageAlt: "Business Advisory"}, + title: "Business Financial Advisory", description: "Strategic financial consulting and business advisory services to optimize your operations, reduce costs, and drive sustainable growth.", imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-sitting-office-reading-business-reports-there-are-people-background_637285-218.jpg?_wi=3", imageAlt: "Business Advisory"}, ]} /> -- 2.49.1