From afbcb73ccd4ef4665db96d31da40936cc5b81da0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:38:14 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 02a9748..fd5534c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,20 +22,22 @@ const nunito = Nunito({ export const metadata: Metadata = { title: "CA Chamber - Tax & Financial Experts in Dausa, Rajasthan", description: "Trusted Chartered Accountant firm offering GST compliance, income tax returns, CIBIL correction, and financial advisory services in Dausa. 105+ happy clients, certified expertise.", keywords: "chartered accountant, GST compliance, tax planning, CIBIL correction, financial advisory, Dausa, Rajasthan", metadataBase: new URL("https://www.cachamber.com"), alternates: { - canonical: "https://www.cachamber.com"}, + canonical: "https://www.cachamber.com" + }, openGraph: { title: "CA Chamber - Expert Tax & Financial Solutions", description: "Professional tax and financial services from certified experts. GST, Income Tax, CIBIL Correction, Business Advisory.", url: "https://www.cachamber.com", siteName: "CA Chamber", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/serious-businessman-sitting-office-reading-business-reports-there-are-people-background_637285-218.jpg", alt: "CA Chamber Professional Services"}, - ], + url: "http://img.b2bpic.net/free-photo/serious-businessman-sitting-office-reading-business-reports-there-are-people-background_637285-218.jpg", alt: "CA Chamber Professional Services" + } + ] }, twitter: { - card: "summary_large_image", title: "CA Chamber - Tax & Financial Experts", description: "Trusted financial and tax solutions for businesses and individuals in Dausa.", images: ["http://img.b2bpic.net/free-photo/serious-businessman-sitting-office-reading-business-reports-there-are-people-background_637285-218.jpg"], + card: "summary_large_image", title: "CA Chamber - Tax & Financial Experts", description: "Trusted financial and tax solutions for businesses and individuals in Dausa.", images: ["http://img.b2bpic.net/free-photo/serious-businessman-sitting-office-reading-business-reports-there-are-people-background_637285-218.jpg"] }, robots: { index: true, - follow: true, - }, + follow: true + } }; export default function RootLayout({ -- 2.49.1 From c7c51df240434626afaed8b47ae4a916c2fa0495 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:38:15 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 76 +++++++++++++++++++++++++++++++----------------- 1 file changed, 50 insertions(+), 26 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80a7a38..f466e03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,23 +54,31 @@ 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?_wi=1", 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?_wi=1", 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?_wi=1", 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?_wi=1", 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?_wi=2", 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?_wi=2", 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?_wi=2", 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?_wi=2", 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 +110,20 @@ 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?_wi=3", 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?_wi=3", 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?_wi=3", 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?_wi=3", 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" + }, ]} /> @@ -129,19 +141,23 @@ export default function LandingPage() { metrics={[ { id: "1", value: "105+", title: "Happy Clients Served", items: [ - "Diverse industry experience", "Consistent client retention", "High satisfaction rates"], + "Diverse industry experience", "Consistent client retention", "High satisfaction rates" + ] }, { id: "2", value: "50+", title: "5-Star Ratings", items: [ - "Trusted testimonials", "Professional excellence", "Reliable service delivery"], + "Trusted testimonials", "Professional excellence", "Reliable service delivery" + ] }, { id: "3", value: "100%", title: "Compliance Success Rate", items: [ - "Zero penalty filings", "Timely submissions", "Regulatory adherence"], + "Zero penalty filings", "Timely submissions", "Regulatory adherence" + ] }, { id: "4", value: "24/7", title: "Available Support", items: [ - "Quick response time", "Expert consultation", "Dedicated assistance"], + "Quick response time", "Expert consultation", "Dedicated assistance" + ] }, ]} /> @@ -159,17 +175,23 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Rajesh Kumar", role: "Retail Business Owner", testimonial: "CA Chamber transformed how I manage my GST compliance. Their timely guidance and professional approach have saved me countless hours and potential penalties. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2075.jpg", imageAlt: "Rajesh Kumar"}, + id: "1", name: "Rajesh Kumar", role: "Retail Business Owner", testimonial: "CA Chamber transformed how I manage my GST compliance. Their timely guidance and professional approach have saved me countless hours and potential penalties. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2075.jpg", imageAlt: "Rajesh Kumar" + }, { - id: "2", name: "Priya Singh", role: "Startup Founder", testimonial: "The financial advisory from CA Chamber was instrumental in securing our business loan. Their expertise in CIBIL correction and project reporting made all the difference.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", imageAlt: "Priya Singh"}, + id: "2", name: "Priya Singh", role: "Startup Founder", testimonial: "The financial advisory from CA Chamber was instrumental in securing our business loan. Their expertise in CIBIL correction and project reporting made all the difference.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", imageAlt: "Priya Singh" + }, { - id: "3", name: "Vikram Patel", role: "Trading Business Operator", testimonial: "Outstanding service quality and deep tax knowledge. CA Chamber understands the complexities of trading businesses and delivers solutions that actually work.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg", imageAlt: "Vikram Patel"}, + id: "3", name: "Vikram Patel", role: "Trading Business Operator", testimonial: "Outstanding service quality and deep tax knowledge. CA Chamber understands the complexities of trading businesses and delivers solutions that actually work.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg", imageAlt: "Vikram Patel" + }, { - id: "4", name: "Neha Desai", role: "Corporate Professional", testimonial: "Their income tax planning strategies have consistently helped me optimize my finances. Professional, reliable, and always available when I need guidance.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg", imageAlt: "Neha Desai"}, + id: "4", name: "Neha Desai", role: "Corporate Professional", testimonial: "Their income tax planning strategies have consistently helped me optimize my finances. Professional, reliable, and always available when I need guidance.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg", imageAlt: "Neha Desai" + }, { - id: "5", name: "Arun Verma", role: "Manufacturing Business Owner", testimonial: "As someone running a manufacturing unit, I needed comprehensive financial solutions. CA Chamber delivered exactly what I needed with expert consultation and clear guidance.", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg", imageAlt: "Arun Verma"}, + id: "5", name: "Arun Verma", role: "Manufacturing Business Owner", testimonial: "As someone running a manufacturing unit, I needed comprehensive financial solutions. CA Chamber delivered exactly what I needed with expert consultation and clear guidance.", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg", imageAlt: "Arun Verma" + }, { - id: "6", name: "Meera Sharma", role: "Financial Professional", testimonial: "Working with CA Chamber has been a game-changer for my clients. Their expertise in GST, tax planning, and CIBIL correction is unmatched in the region.", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Meera Sharma"}, + id: "6", name: "Meera Sharma", role: "Financial Professional", testimonial: "Working with CA Chamber has been a game-changer for my clients. Their expertise in GST, tax planning, and CIBIL correction is unmatched in the region.", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Meera Sharma" + }, ]} /> @@ -184,9 +206,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} logos={[ - "http://img.b2bpic.net/free-vector/modern-outlet-badge-collection-with-flat-design_23-2147962941.jpg", "http://img.b2bpic.net/free-vector/data-update-logo_1071-70.jpg", "http://img.b2bpic.net/free-vector/hub-logo-design-template_23-2149883953.jpg", "http://img.b2bpic.net/free-vector/gradient-industry-4-0-logo-design_23-2151320676.jpg", "http://img.b2bpic.net/free-vector/professional-coworking-space-logo_23-2149455584.jpg", "http://img.b2bpic.net/free-vector/universal-logo-geometric-abstract-shape-design-template_126523-489.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1289-177.jpg", "http://img.b2bpic.net/free-vector/modern-money-logo-concept_23-2147880106.jpg"]} + "http://img.b2bpic.net/free-vector/modern-outlet-badge-collection-with-flat-design_23-2147962941.jpg", "http://img.b2bpic.net/free-vector/data-update-logo_1071-70.jpg", "http://img.b2bpic.net/free-vector/hub-logo-design-template_23-2149883953.jpg", "http://img.b2bpic.net/free-vector/gradient-industry-4-0-logo-design_23-2151320676.jpg", "http://img.b2bpic.net/free-vector/professional-coworking-space-logo_23-2149455584.jpg", "http://img.b2bpic.net/free-vector/universal-logo-geometric-abstract-shape-design-template_126523-489.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1289-177.jpg", "http://img.b2bpic.net/free-vector/modern-money-logo-concept_23-2147880106.jpg" + ]} names={[ - "Retail Enterprises", "Trading Networks", "Tech Startups", "Manufacturing Units", "Service Providers", "Corporate Houses", "Business Partnerships", "Financial Organizations"]} + "Retail Enterprises", "Trading Networks", "Tech Startups", "Manufacturing Units", "Service Providers", "Corporate Houses", "Business Partnerships", "Financial Organizations" + ]} speed={40} showCard={true} /> @@ -197,13 +221,13 @@ export default function LandingPage() { tag="Get In Touch" tagIcon={Mail} tagAnimation="slide-up" - title="Ready to Transform Your Financial Future?" + title="Schedule Your Free Consultation Today" description="Book your consultation today and discover how CA Chamber can help you achieve your financial goals with expert guidance and professional excellence." background={{ variant: "radial-gradient" }} useInvertedBackground={false} inputPlaceholder="Your email address" buttonText="Book Consultation" - termsText="By submitting, you agree to our Terms and Conditions. We respect your privacy and will never share your information." + termsText="We respond within 24 hours. By submitting, you agree to our Terms and Conditions. We respect your privacy and will never share your information." /> -- 2.49.1