7 Commits

Author SHA1 Message Date
82a9965976 Update src/app/page.tsx 2026-03-04 04:41:19 +00:00
ad0fcd51c6 Update src/app/layout.tsx 2026-03-04 04:41:19 +00:00
062eea3223 Update registry/components/MetricSplitMediaAbout.json 2026-03-04 04:41:18 +00:00
ac529f4b26 Update registry/components/HeroSplitKpi.json 2026-03-04 04:41:18 +00:00
c7c51df240 Update src/app/page.tsx 2026-03-04 04:38:15 +00:00
afbcb73ccd Update src/app/layout.tsx 2026-03-04 04:38:14 +00:00
a7aa5ba290 Merge version_1 into main
Merge version_1 into main
2026-03-04 04:36:33 +00:00
4 changed files with 1431 additions and 38 deletions

View File

@@ -18,7 +18,7 @@
}, },
"tag": { "tag": {
"required": false, "required": false,
"example": "Trusted by 150+ Brands", "example": "Trusted by 199+ Brands",
"minChars": 2, "minChars": 2,
"maxChars": 30 "maxChars": 30
} }

View File

@@ -27,7 +27,7 @@
"minMetrics": 1, "minMetrics": 1,
"maxMetrics": 2, "maxMetrics": 2,
"structure": { "structure": {
"value": "string - Large metric value (required, e.g., '50+', '40%', '10x')", "value": "string - Large metric value (required, e.g., '99+', '40%', '10x')",
"title": "string - Metric label/title (required, e.g., 'Hours saved every month')" "title": "string - Metric label/title (required, e.g., 'Hours saved every month')"
}, },
"note": "Provide 1-2 metrics for optimal layout. Grid displays 1 metric as single column, 2 metrics as 2 columns on desktop." "note": "Provide 1-2 metrics for optimal layout. Grid displays 1 metric as single column, 2 metrics as 2 columns on desktop."
@@ -64,7 +64,7 @@
"mediaWrapperClassName?": "string", "mediaWrapperClassName?": "string",
"imageClassName?": "string" "imageClassName?": "string"
}, },
"usageExample": "// Wrap in ThemeProvider\nimport { Sparkles } from 'lucide-react';\n\n<ThemeProvider defaultButtonVariant=\"text-stagger\" defaultTextAnimation=\"entrance-slide\" borderRadius=\"rounded\" cardStyle=\"solid\" primaryButtonStyle=\"gradient\" secondaryButtonStyle=\"glass\">\n <MetricSplitMediaAbout\n tag=\"Case study\"\n tagIcon={Sparkles}\n title=\"We help automate what matters most\"\n description=\"Hamilton, a growing e-commerce business, was overwhelmed by repetitive order processing. We built custom automation that integrated seamlessly with their existing tools.\"\n metrics={[{ value: '50+', title: 'Hours saved every month' }, { value: '40%', title: 'Reduction in manual work' }]}\n imageSrc=\"/placeholders/placeholder.jpg\"\n imageAlt=\"Case study image\"\n useInvertedBackground={false}\n />\n</ThemeProvider>", "usageExample": "// Wrap in ThemeProvider\nimport { Sparkles } from 'lucide-react';\n\n<ThemeProvider defaultButtonVariant=\"text-stagger\" defaultTextAnimation=\"entrance-slide\" borderRadius=\"rounded\" cardStyle=\"solid\" primaryButtonStyle=\"gradient\" secondaryButtonStyle=\"glass\">\n <MetricSplitMediaAbout\n tag=\"Case study\"\n tagIcon={Sparkles}\n title=\"We help automate what matters most\"\n description=\"Hamilton, a growing e-commerce business, was overwhelmed by repetitive order processing. We built custom automation that integrated seamlessly with their existing tools.\"\n metrics={[{ value: '99+', title: 'Hours saved every month' }, { value: '40%', title: 'Reduction in manual work' }]}\n imageSrc=\"/placeholders/placeholder.jpg\"\n imageAlt=\"Case study image\"\n useInvertedBackground={false}\n />\n</ThemeProvider>",
"do": [ "do": [
"Use for about pages", "Use for about pages",
"Use for company information", "Use for company information",

File diff suppressed because it is too large Load Diff

View File

@@ -54,23 +54,31 @@ export default function LandingPage() {
background={{ variant: "glowing-orb" }} background={{ variant: "glowing-orb" }}
leftCarouselItems={[ 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={[ 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" carouselPosition="right"
/> />
@@ -102,16 +110,20 @@ export default function LandingPage() {
features={[ features={[
{ {
id: 1, 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, 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, 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, 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"
},
]} ]}
/> />
</div> </div>
@@ -128,20 +140,24 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
metrics={[ metrics={[
{ {
id: "1", value: "105+", title: "Happy Clients Served", items: [ id: "1", value: "99+", 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: [ id: "2", value: "99+", 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: [ 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: [ 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" animationType="slide-up"
testimonials={[ 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"
},
]} ]}
/> />
</div> </div>
@@ -184,9 +206,11 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
logos={[ 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={[ 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} speed={40}
showCard={true} showCard={true}
/> />
@@ -197,13 +221,13 @@ export default function LandingPage() {
tag="Get In Touch" tag="Get In Touch"
tagIcon={Mail} tagIcon={Mail}
tagAnimation="slide-up" 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." 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" }} background={{ variant: "radial-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
inputPlaceholder="Your email address" inputPlaceholder="Your email address"
buttonText="Book Consultation" 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."
/> />
</div> </div>