Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 04:36:34 +00:00

View File

@@ -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"},
]}
/>
</div>