Merge version_1 into main #2
@@ -19,8 +19,7 @@ export default function ForChartereredAccountantsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "For Individuals", href: "/" },
|
||||
{ label: "For Businesses", href: "/" },
|
||||
{ label: "For CAs", href: "/for-chartered-accountants" },
|
||||
@@ -28,8 +27,7 @@ export default function ForChartereredAccountantsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "How It Works", href: "/" },
|
||||
{ label: "Blog", href: "/" },
|
||||
@@ -37,8 +35,7 @@ export default function ForChartereredAccountantsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "contact" },
|
||||
{ label: "Help Center", href: "/" },
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
@@ -78,27 +75,19 @@ export default function ForChartereredAccountantsPage() {
|
||||
useInvertedBackground={false}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Qualified Client Leads",
|
||||
description: "Receive verified client requests matched to your expertise—no cold calling, no bidding wars.",
|
||||
icon: Users,
|
||||
title: "Qualified Client Leads", description: "Receive verified client requests matched to your expertise—no cold calling, no bidding wars.", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Predictable Income",
|
||||
description: "Set your service fees transparently. Clients commit upfront, ensuring reliable revenue streams.",
|
||||
icon: TrendingUp,
|
||||
title: "Predictable Income", description: "Set your service fees transparently. Clients commit upfront, ensuring reliable revenue streams.", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
title: "Operational Efficiency",
|
||||
description: "Use our integrated tools for client communication, document sharing, and compliance tracking.",
|
||||
icon: Zap,
|
||||
title: "Operational Efficiency", description: "Use our integrated tools for client communication, document sharing, and compliance tracking.", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Reputation & Growth",
|
||||
description: "Build your professional brand through verified client reviews and data-driven performance metrics.",
|
||||
icon: BarChart3,
|
||||
title: "Reputation & Growth", description: "Build your professional brand through verified client reviews and data-driven performance metrics.", icon: BarChart3,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/serious-business-colleagues-with-computer-documents_74855-1229.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/serious-business-colleagues-with-computer-documents_74855-1229.jpg"
|
||||
imageAlt="Professional CA practice growth"
|
||||
imagePosition="right"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -116,34 +105,16 @@ export default function ForChartereredAccountantsPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Opportunity",
|
||||
title: "Access to Vetted Clients",
|
||||
subtitle: "Build your client base efficiently",
|
||||
description: "Receive pre-qualified client requests matched to your expertise, location, and service offerings. Focus on serving clients instead of chasing leads.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-center-engineer-greeting-colleague-examining-system-diagnostics-paperwork_482257-120629.jpg?_wi=2",
|
||||
imageAlt: "Client matching system",
|
||||
},
|
||||
tag: "Opportunity", title: "Access to Vetted Clients", subtitle: "Build your client base efficiently", description: "Receive pre-qualified client requests matched to your expertise, location, and service offerings. Focus on serving clients instead of chasing leads.", imageSrc: "http://img.b2bpic.net/free-photo/data-center-engineer-greeting-colleague-examining-system-diagnostics-paperwork_482257-120629.jpg", imageAlt: "Client matching system"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Tools",
|
||||
title: "Integrated Practice Management",
|
||||
subtitle: "Streamline your operations",
|
||||
description: "Manage client communication, document uploads, compliance deadlines, and payment receipts all in one secure platform. Reduce administrative overhead and focus on advisory work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-working-desk_273609-12805.jpg?_wi=2",
|
||||
imageAlt: "Practice management dashboard",
|
||||
},
|
||||
tag: "Tools", title: "Integrated Practice Management", subtitle: "Streamline your operations", description: "Manage client communication, document uploads, compliance deadlines, and payment receipts all in one secure platform. Reduce administrative overhead and focus on advisory work.", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-working-desk_273609-12805.jpg", imageAlt: "Practice management dashboard"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Growth",
|
||||
title: "Data-Driven Business Insights",
|
||||
subtitle: "Optimize your practice performance",
|
||||
description: "Analyze client satisfaction metrics, track service delivery efficiency, and identify growth opportunities. Use data to refine your service offerings and improve profitability.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teleworker-home-office-gathering-information-from-internet-seminar_482257-119301.jpg?_wi=2",
|
||||
imageAlt: "Business analytics dashboard",
|
||||
},
|
||||
tag: "Growth", title: "Data-Driven Business Insights", subtitle: "Optimize your practice performance", description: "Analyze client satisfaction metrics, track service delivery efficiency, and identify growth opportunities. Use data to refine your service offerings and improve profitability.", imageSrc: "http://img.b2bpic.net/free-photo/teleworker-home-office-gathering-information-from-internet-seminar_482257-119301.jpg", imageAlt: "Business analytics dashboard"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -158,13 +129,11 @@ export default function ForChartereredAccountantsPage() {
|
||||
{ name: "specialization", type: "text", placeholder: "Your Specialization (e.g., ITR, Company Law, GST)", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "firmDescription",
|
||||
placeholder: "Tell us about your firm, years of experience, and service areas...",
|
||||
rows: 5,
|
||||
name: "firmDescription", placeholder: "Tell us about your firm, years of experience, and service areas...", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/positive-business-colleagues-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-business-communication-concept_74855-11908.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/positive-business-colleagues-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-business-communication-concept_74855-11908.jpg"
|
||||
imageAlt="Professional partnership discussion"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="blur-reveal"
|
||||
|
||||
253
src/app/page.tsx
253
src/app/page.tsx
@@ -24,8 +24,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "For Individuals", href: "/" },
|
||||
{ label: "For Businesses", href: "/" },
|
||||
{ label: "For CAs", href: "/for-chartered-accountants" },
|
||||
@@ -33,8 +32,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "about" },
|
||||
{ label: "How It Works", href: "features" },
|
||||
{ label: "Blog", href: "/" },
|
||||
@@ -42,8 +40,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "contact" },
|
||||
{ label: "Help Center", href: "/" },
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
@@ -101,27 +98,19 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Verified Expertise",
|
||||
description: "Every CA is thoroughly vetted and qualified to handle your specific financial needs with professionalism.",
|
||||
icon: CheckCircle,
|
||||
title: "Verified Expertise", description: "Every CA is thoroughly vetted and qualified to handle your specific financial needs with professionalism.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Transparent Pricing",
|
||||
description: "No hidden fees. See exactly what you'll pay before engaging with any chartered accountant.",
|
||||
icon: DollarSign,
|
||||
title: "Transparent Pricing", description: "No hidden fees. See exactly what you'll pay before engaging with any chartered accountant.", icon: DollarSign,
|
||||
},
|
||||
{
|
||||
title: "Real-Time Matching",
|
||||
description: "AI-powered expertise matching connects you with the perfect CA for your requirements.",
|
||||
icon: Zap,
|
||||
title: "Real-Time Matching", description: "AI-powered expertise matching connects you with the perfect CA for your requirements.", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Complete Peace of Mind",
|
||||
description: "Reduce compliance burden and focus on growing your business or managing your finances with confidence.",
|
||||
icon: Shield,
|
||||
title: "Complete Peace of Mind", description: "Reduce compliance burden and focus on growing your business or managing your finances with confidence.", icon: Shield,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/serious-business-colleagues-with-computer-documents_74855-1229.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/serious-business-colleagues-with-computer-documents_74855-1229.jpg"
|
||||
imageAlt="Professional CA consultation"
|
||||
imagePosition="right"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -139,43 +128,19 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Step 1",
|
||||
title: "Expertise-Based Matching",
|
||||
subtitle: "Find the right CA instantly",
|
||||
description: "Tell us your requirements—ITR filing, company registration, tax planning, or ongoing bookkeeping. Our AI matches you with vetted Chartered Accountants whose expertise perfectly aligns with your needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-center-engineer-greeting-colleague-examining-system-diagnostics-paperwork_482257-120629.jpg?_wi=1",
|
||||
imageAlt: "Expertise matching process",
|
||||
},
|
||||
tag: "Step 1", title: "Expertise-Based Matching", subtitle: "Find the right CA instantly", description: "Tell us your requirements—ITR filing, company registration, tax planning, or ongoing bookkeeping. Our AI matches you with vetted Chartered Accountants whose expertise perfectly aligns with your needs.", imageSrc: "http://img.b2bpic.net/free-photo/data-center-engineer-greeting-colleague-examining-system-diagnostics-paperwork_482257-120629.jpg", imageAlt: "Expertise matching process"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Step 2",
|
||||
title: "Transparent Pricing & Booking",
|
||||
subtitle: "Know your costs upfront",
|
||||
description: "View CA profiles, qualifications, ratings, and fixed pricing for each service. Book directly through the platform with complete transparency—no negotiations, no surprises.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-working-desk_273609-12805.jpg?_wi=1",
|
||||
imageAlt: "Secure payment gateway",
|
||||
},
|
||||
tag: "Step 2", title: "Transparent Pricing & Booking", subtitle: "Know your costs upfront", description: "View CA profiles, qualifications, ratings, and fixed pricing for each service. Book directly through the platform with complete transparency—no negotiations, no surprises.", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-working-desk_273609-12805.jpg", imageAlt: "Secure payment gateway"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Step 3",
|
||||
title: "AI-Powered Support",
|
||||
subtitle: "24/7 assistance at your fingertips",
|
||||
description: "Our intelligent chatbot answers common questions, tracks your filing status, and escalates complex issues to our support team instantly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288219.jpg",
|
||||
imageAlt: "AI chatbot support system",
|
||||
},
|
||||
tag: "Step 3", title: "AI-Powered Support", subtitle: "24/7 assistance at your fingertips", description: "Our intelligent chatbot answers common questions, tracks your filing status, and escalates complex issues to our support team instantly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288219.jpg", imageAlt: "AI chatbot support system"},
|
||||
{
|
||||
id: 4,
|
||||
tag: "Step 4",
|
||||
title: "Professional Reputation Management",
|
||||
subtitle: "Build trust through verified reviews",
|
||||
description: "Rate and review your CA after service completion. CAs build reputation through client feedback, ensuring continuous quality improvement and accountability.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teleworker-home-office-gathering-information-from-internet-seminar_482257-119301.jpg?_wi=1",
|
||||
imageAlt: "Reputation management dashboard",
|
||||
},
|
||||
tag: "Step 4", title: "Professional Reputation Management", subtitle: "Build trust through verified reviews", description: "Rate and review your CA after service completion. CAs build reputation through client feedback, ensuring continuous quality improvement and accountability.", imageSrc: "http://img.b2bpic.net/free-photo/teleworker-home-office-gathering-information-from-internet-seminar_482257-119301.jpg", imageAlt: "Reputation management dashboard"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -189,70 +154,32 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "itr-filing",
|
||||
badge: "Popular",
|
||||
badgeIcon: FileText,
|
||||
price: "₹2,999",
|
||||
subtitle: "For individual taxpayers",
|
||||
buttons: [{ text: "Get Started", href: "#contact" }],
|
||||
id: "itr-filing", badge: "Popular", badgeIcon: FileText,
|
||||
price: "₹2,999", subtitle: "For individual taxpayers", buttons: [{ text: "Get Started", href: "#contact" }],
|
||||
features: [
|
||||
"Complete ITR preparation",
|
||||
"Form-by-form guidance",
|
||||
"Tax optimization advice",
|
||||
"Filing assistance",
|
||||
"6-month support",
|
||||
],
|
||||
"Complete ITR preparation", "Form-by-form guidance", "Tax optimization advice", "Filing assistance", "6-month support"],
|
||||
},
|
||||
{
|
||||
id: "company-registration",
|
||||
badge: "Essential",
|
||||
badgeIcon: Building2,
|
||||
price: "₹12,999",
|
||||
subtitle: "For new entrepreneurs",
|
||||
buttons: [{ text: "Get Started", href: "#contact" }],
|
||||
id: "company-registration", badge: "Essential", badgeIcon: Building2,
|
||||
price: "₹12,999", subtitle: "For new entrepreneurs", buttons: [{ text: "Get Started", href: "#contact" }],
|
||||
features: [
|
||||
"Company registration guidance",
|
||||
"PAN & GST registration",
|
||||
"Bank account setup assistance",
|
||||
"Compliance documents",
|
||||
"3-month ongoing support",
|
||||
],
|
||||
"Company registration guidance", "PAN & GST registration", "Bank account setup assistance", "Compliance documents", "3-month ongoing support"],
|
||||
},
|
||||
{
|
||||
id: "ongoing-financial",
|
||||
badge: "Best Value",
|
||||
badgeIcon: TrendingUp,
|
||||
price: "Starting ₹9,999/mo",
|
||||
subtitle: "For business owners",
|
||||
buttons: [{ text: "Get Started", href: "#contact" }],
|
||||
id: "ongoing-financial", badge: "Best Value", badgeIcon: TrendingUp,
|
||||
price: "Starting ₹9,999/mo", subtitle: "For business owners", buttons: [{ text: "Get Started", href: "#contact" }],
|
||||
features: [
|
||||
"Monthly bookkeeping",
|
||||
"Payroll management",
|
||||
"GST returns",
|
||||
"Financial reports",
|
||||
"Quarterly tax planning",
|
||||
"Priority support",
|
||||
],
|
||||
"Monthly bookkeeping", "Payroll management", "GST returns", "Financial reports", "Quarterly tax planning", "Priority support"],
|
||||
},
|
||||
{
|
||||
id: "custom-services",
|
||||
badge: "Enterprise",
|
||||
badgeIcon: Briefcase,
|
||||
price: "Custom Quote",
|
||||
subtitle: "For complex needs",
|
||||
buttons: [{ text: "Contact Us", href: "#contact" }],
|
||||
id: "custom-services", badge: "Enterprise", badgeIcon: Briefcase,
|
||||
price: "Custom Quote", subtitle: "For complex needs", buttons: [{ text: "Contact Us", href: "#contact" }],
|
||||
features: [
|
||||
"Audit assistance",
|
||||
"Compliance reviews",
|
||||
"Strategic tax planning",
|
||||
"Multi-entity management",
|
||||
"Dedicated account manager",
|
||||
"Custom SLA",
|
||||
],
|
||||
"Audit assistance", "Compliance reviews", "Strategic tax planning", "Multi-entity management", "Dedicated account manager", "Custom SLA"],
|
||||
},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -262,25 +189,13 @@ export default function HomePage() {
|
||||
tag="Our Impact"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "10,000+",
|
||||
description: "Successful clients matched with verified Chartered Accountants across India",
|
||||
},
|
||||
id: "1", value: "10,000+", description: "Successful clients matched with verified Chartered Accountants across India"},
|
||||
{
|
||||
id: "2",
|
||||
value: "₹50 Cr+",
|
||||
description: "Tax optimization and financial savings delivered to our users annually",
|
||||
},
|
||||
id: "2", value: "₹50 Cr+", description: "Tax optimization and financial savings delivered to our users annually"},
|
||||
{
|
||||
id: "3",
|
||||
value: "500+",
|
||||
description: "Vetted Chartered Accountants ready to assist you with specialized expertise",
|
||||
},
|
||||
id: "3", value: "500+", description: "Vetted Chartered Accountants ready to assist you with specialized expertise"},
|
||||
{
|
||||
id: "4",
|
||||
value: "99.2%",
|
||||
description: "Customer satisfaction rate and on-time service delivery",
|
||||
},
|
||||
id: "4", value: "99.2%", description: "Customer satisfaction rate and on-time service delivery"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -298,61 +213,25 @@ export default function HomePage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
role: "CEO",
|
||||
company: "TechStartup India",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg",
|
||||
imageAlt: "Priya Sharma testimonial",
|
||||
},
|
||||
id: "1", name: "Priya Sharma", role: "CEO", company: "TechStartup India", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg", imageAlt: "Priya Sharma testimonial"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rajesh Kumar",
|
||||
role: "Entrepreneur",
|
||||
company: "RK Manufacturing",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg",
|
||||
imageAlt: "Rajesh Kumar testimonial",
|
||||
},
|
||||
id: "2", name: "Rajesh Kumar", role: "Entrepreneur", company: "RK Manufacturing", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg", imageAlt: "Rajesh Kumar testimonial"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Isha Patel",
|
||||
role: "Founder",
|
||||
company: "Digital Consulting Co",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dream-about-working-corporation-became-true_329181-15186.jpg",
|
||||
imageAlt: "Isha Patel testimonial",
|
||||
},
|
||||
id: "3", name: "Isha Patel", role: "Founder", company: "Digital Consulting Co", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dream-about-working-corporation-became-true_329181-15186.jpg", imageAlt: "Isha Patel testimonial"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Arjun Singh",
|
||||
role: "Business Owner",
|
||||
company: "Singh & Associates",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-corrects-belt-fees-groom-man-s-hands-dressing-man-buttons-pants-jeans_8353-5893.jpg",
|
||||
imageAlt: "Arjun Singh testimonial",
|
||||
},
|
||||
id: "4", name: "Arjun Singh", role: "Business Owner", company: "Singh & Associates", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-corrects-belt-fees-groom-man-s-hands-dressing-man-buttons-pants-jeans_8353-5893.jpg", imageAlt: "Arjun Singh testimonial"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Meera Desai",
|
||||
role: "Consultant",
|
||||
company: "Management Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-businesswoman-looking-camera-with-arms-crossed-portrait_1163-4337.jpg",
|
||||
imageAlt: "Meera Desai testimonial",
|
||||
},
|
||||
id: "5", name: "Meera Desai", role: "Consultant", company: "Management Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-businesswoman-looking-camera-with-arms-crossed-portrait_1163-4337.jpg", imageAlt: "Meera Desai testimonial"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Vikram Reddy",
|
||||
role: "Director",
|
||||
company: "Trade Networks Ltd",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg",
|
||||
imageAlt: "Vikram Reddy testimonial",
|
||||
},
|
||||
id: "6", name: "Vikram Reddy", role: "Director", company: "Trade Networks Ltd", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg", imageAlt: "Vikram Reddy testimonial"},
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="opacity"
|
||||
tagAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
@@ -367,45 +246,21 @@ export default function HomePage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How does CA matching work on LedgerX?",
|
||||
content: "Our AI-powered expertise matching engine analyzes your specific requirements (ITR filing, company registration, tax planning, etc.) and matches you with qualified Chartered Accountants who have verified expertise in those areas. You can review their profiles, qualifications, experience, client ratings, and fixed pricing before choosing.",
|
||||
},
|
||||
id: "1", title: "How does CA matching work on LedgerX?", content: "Our AI-powered expertise matching engine analyzes your specific requirements (ITR filing, company registration, tax planning, etc.) and matches you with qualified Chartered Accountants who have verified expertise in those areas. You can review their profiles, qualifications, experience, client ratings, and fixed pricing before choosing."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are all CAs on LedgerX verified?",
|
||||
content: "Yes, every Chartered Accountant on our platform undergoes thorough verification of their credentials, certifications, experience, and compliance history. We maintain high standards to ensure only qualified professionals are listed, protecting both individual and business clients.",
|
||||
},
|
||||
id: "2", title: "Are all CAs on LedgerX verified?", content: "Yes, every Chartered Accountant on our platform undergoes thorough verification of their credentials, certifications, experience, and compliance history. We maintain high standards to ensure only qualified professionals are listed, protecting both individual and business clients."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What if I'm not satisfied with the service?",
|
||||
content: "We have a comprehensive support system. If you're unsatisfied, our AI chatbot can address immediate concerns, and our support team can mediate or facilitate re-matching with another CA. Customer satisfaction is our priority, and we work to resolve issues quickly.",
|
||||
},
|
||||
id: "3", title: "What if I'm not satisfied with the service?", content: "We have a comprehensive support system. If you're unsatisfied, our AI chatbot can address immediate concerns, and our support team can mediate or facilitate re-matching with another CA. Customer satisfaction is our priority, and we work to resolve issues quickly."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Is my financial information secure on LedgerX?",
|
||||
content: "Absolutely. We use bank-level encryption, secure document handling, and comply with all Indian data protection laws. Financial documents are stored securely and only shared with your matched CA. We never share your data with third parties without consent.",
|
||||
},
|
||||
id: "4", title: "Is my financial information secure on LedgerX?", content: "Absolutely. We use bank-level encryption, secure document handling, and comply with all Indian data protection laws. Financial documents are stored securely and only shared with your matched CA. We never share your data with third parties without consent."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Can I switch CAs if needed?",
|
||||
content: "Yes, you can switch Chartered Accountants at any time through our platform. We facilitate smooth transitions and ensure your historical records and documents are properly transferred to your new CA.",
|
||||
},
|
||||
id: "5", title: "Can I switch CAs if needed?", content: "Yes, you can switch Chartered Accountants at any time through our platform. We facilitate smooth transitions and ensure your historical records and documents are properly transferred to your new CA."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What payment methods does LedgerX accept?",
|
||||
content: "We accept all major payment methods including credit/debit cards, UPI, net banking, and digital wallets. All payments are processed through a secure, PCI-compliant payment gateway. You can pay per service or set up recurring payments for ongoing services.",
|
||||
},
|
||||
id: "6", title: "What payment methods does LedgerX accept?", content: "We accept all major payment methods including credit/debit cards, UPI, net banking, and digital wallets. All payments are processed through a secure, PCI-compliant payment gateway. You can pay per service or set up recurring payments for ongoing services."},
|
||||
{
|
||||
id: "7",
|
||||
title: "How quickly can I get matched with a CA?",
|
||||
content: "Most users are matched within 24-48 hours of submitting their requirements. You'll receive profiles of matched CAs immediately, and can book within minutes. For urgent needs, we have expedited matching available.",
|
||||
},
|
||||
id: "7", title: "How quickly can I get matched with a CA?", content: "Most users are matched within 24-48 hours of submitting their requirements. You'll receive profiles of matched CAs immediately, and can book within minutes. For urgent needs, we have expedited matching available."},
|
||||
{
|
||||
id: "8",
|
||||
title: "Is there an annual contract required?",
|
||||
content: "No contracts required. LedgerX operates on a per-service or monthly subscription basis for ongoing services. You have complete flexibility to book individual services or subscribe to monthly plans, and can cancel anytime with 30 days notice.",
|
||||
},
|
||||
id: "8", title: "Is there an annual contract required?", content: "No contracts required. LedgerX operates on a per-service or monthly subscription basis for ongoing services. You have complete flexibility to book individual services or subscribe to monthly plans, and can cancel anytime with 30 days notice."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -421,13 +276,11 @@ export default function HomePage() {
|
||||
{ name: "serviceType", type: "text", placeholder: "Service Type (e.g., ITR Filing, Company Registration)", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "requirements",
|
||||
placeholder: "Tell us about your specific requirements and financial situation...",
|
||||
rows: 5,
|
||||
name: "requirements", placeholder: "Tell us about your specific requirements and financial situation...", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/positive-business-colleagues-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-business-communication-concept_74855-11908.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/positive-business-colleagues-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-business-communication-concept_74855-11908.jpg"
|
||||
imageAlt="Professional financial consultation"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="blur-reveal"
|
||||
|
||||
@@ -17,8 +17,7 @@ export default function PricingPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "For Individuals", href: "#" },
|
||||
{ label: "For Businesses", href: "#" },
|
||||
{ label: "For CAs", href: "#for-cas" },
|
||||
@@ -26,8 +25,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "How It Works", href: "#features" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
@@ -35,8 +33,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Help Center", href: "/help" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
@@ -71,86 +68,40 @@ export default function PricingPage() {
|
||||
<PricingCardEight
|
||||
plans={[
|
||||
{
|
||||
id: "itr-filing",
|
||||
badge: "Popular",
|
||||
badgeIcon: FileText,
|
||||
price: "₹2,999",
|
||||
subtitle: "For individual taxpayers",
|
||||
buttons: [
|
||||
id: "itr-filing", badge: "Popular", badgeIcon: FileText,
|
||||
price: "₹2,999", subtitle: "For individual taxpayers", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get Started", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Complete ITR preparation",
|
||||
"Form-by-form guidance",
|
||||
"Tax optimization advice",
|
||||
"Filing assistance",
|
||||
"6-month support",
|
||||
],
|
||||
"Complete ITR preparation", "Form-by-form guidance", "Tax optimization advice", "Filing assistance", "6-month support"],
|
||||
},
|
||||
{
|
||||
id: "company-registration",
|
||||
badge: "Essential",
|
||||
badgeIcon: Building2,
|
||||
price: "₹12,999",
|
||||
subtitle: "For new entrepreneurs",
|
||||
buttons: [
|
||||
id: "company-registration", badge: "Essential", badgeIcon: Building2,
|
||||
price: "₹12,999", subtitle: "For new entrepreneurs", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get Started", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Company registration guidance",
|
||||
"PAN & GST registration",
|
||||
"Bank account setup assistance",
|
||||
"Compliance documents",
|
||||
"3-month ongoing support",
|
||||
],
|
||||
"Company registration guidance", "PAN & GST registration", "Bank account setup assistance", "Compliance documents", "3-month ongoing support"],
|
||||
},
|
||||
{
|
||||
id: "ongoing-financial",
|
||||
badge: "Best Value",
|
||||
badgeIcon: TrendingUp,
|
||||
price: "Starting ₹9,999/mo",
|
||||
subtitle: "For business owners",
|
||||
buttons: [
|
||||
id: "ongoing-financial", badge: "Best Value", badgeIcon: TrendingUp,
|
||||
price: "Starting ₹9,999/mo", subtitle: "For business owners", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get Started", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Monthly bookkeeping",
|
||||
"Payroll management",
|
||||
"GST returns",
|
||||
"Financial reports",
|
||||
"Quarterly tax planning",
|
||||
"Priority support",
|
||||
],
|
||||
"Monthly bookkeeping", "Payroll management", "GST returns", "Financial reports", "Quarterly tax planning", "Priority support"],
|
||||
},
|
||||
{
|
||||
id: "custom-services",
|
||||
badge: "Enterprise",
|
||||
badgeIcon: Briefcase,
|
||||
price: "Custom Quote",
|
||||
subtitle: "For complex needs",
|
||||
buttons: [
|
||||
id: "custom-services", badge: "Enterprise", badgeIcon: Briefcase,
|
||||
price: "Custom Quote", subtitle: "For complex needs", buttons: [
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact Us", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Audit assistance",
|
||||
"Compliance reviews",
|
||||
"Strategic tax planning",
|
||||
"Multi-entity management",
|
||||
"Dedicated account manager",
|
||||
"Custom SLA",
|
||||
],
|
||||
"Audit assistance", "Compliance reviews", "Strategic tax planning", "Multi-entity management", "Dedicated account manager", "Custom SLA"],
|
||||
},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
@@ -158,7 +109,7 @@ export default function PricingPage() {
|
||||
title="Choose the Right Service for Your Needs"
|
||||
description="Fixed pricing for all services. Pay only for what you need. No retainers, no surprises."
|
||||
tag="Transparent Pricing"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="opacity"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttonAnimation="opacity"
|
||||
|
||||
@@ -1,51 +1,56 @@
|
||||
"use client";
|
||||
import React, { forwardRef, Ref } from 'react';
|
||||
|
||||
import { memo } from "react";
|
||||
import useSvgTextLogo from "./useSvgTextLogo";
|
||||
import { cls } from "@/lib/utils";
|
||||
|
||||
interface SvgTextLogoProps {
|
||||
logoText: string;
|
||||
adjustHeightFactor?: number;
|
||||
verticalAlign?: "top" | "center";
|
||||
export interface SvgTextLogoProps {
|
||||
text: string;
|
||||
fontSize?: number;
|
||||
fontWeight?: 'normal' | 'bold' | '400' | '700';
|
||||
letterSpacing?: number;
|
||||
className?: string;
|
||||
style?: React.CSSProperties;
|
||||
}
|
||||
|
||||
const SvgTextLogo = memo<SvgTextLogoProps>(function SvgTextLogo({
|
||||
logoText,
|
||||
adjustHeightFactor,
|
||||
verticalAlign = "top",
|
||||
className = "",
|
||||
}) {
|
||||
const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor);
|
||||
const SvgTextLogo = forwardRef<SVGSVGElement, SvgTextLogoProps>(
|
||||
(
|
||||
{
|
||||
text,
|
||||
fontSize = 48,
|
||||
fontWeight = 'bold',
|
||||
letterSpacing = 2,
|
||||
className = '',
|
||||
style,
|
||||
},
|
||||
ref: Ref<SVGSVGElement>
|
||||
) => {
|
||||
const textLength = text.length;
|
||||
const charWidth = fontSize * 0.6;
|
||||
const viewBoxWidth = textLength * charWidth + letterSpacing * (textLength - 1) + 40;
|
||||
const viewBoxHeight = fontSize + 20;
|
||||
|
||||
return (
|
||||
<svg
|
||||
ref={svgRef}
|
||||
viewBox={viewBox}
|
||||
className={cls("w-full", className)}
|
||||
style={{ aspectRatio: aspectRatio }}
|
||||
preserveAspectRatio="none"
|
||||
role="img"
|
||||
aria-label={`${logoText} logo`}
|
||||
>
|
||||
<text
|
||||
ref={textRef}
|
||||
x="0"
|
||||
y={verticalAlign === "center" ? "50%" : "0"}
|
||||
className="font-bold fill-current"
|
||||
style={{
|
||||
fontSize: "20px",
|
||||
letterSpacing: "-0.02em",
|
||||
dominantBaseline: verticalAlign === "center" ? "middle" : "text-before-edge"
|
||||
}}
|
||||
return (
|
||||
<svg
|
||||
ref={ref}
|
||||
viewBox={`0 0 ${viewBoxWidth} ${viewBoxHeight}`}
|
||||
preserveAspectRatio="xMidYMid meet"
|
||||
className={`w-full h-auto ${className}`}
|
||||
style={style}
|
||||
>
|
||||
{logoText}
|
||||
</text>
|
||||
</svg>
|
||||
);
|
||||
});
|
||||
<text
|
||||
x="50%"
|
||||
y="50%"
|
||||
dominantBaseline="middle"
|
||||
textAnchor="middle"
|
||||
fontSize={fontSize}
|
||||
fontWeight={fontWeight}
|
||||
letterSpacing={letterSpacing}
|
||||
fill="currentColor"
|
||||
>
|
||||
{text}
|
||||
</text>
|
||||
</svg>
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
SvgTextLogo.displayName = "SvgTextLogo";
|
||||
SvgTextLogo.displayName = 'SvgTextLogo';
|
||||
|
||||
export default SvgTextLogo;
|
||||
export default SvgTextLogo;
|
||||
Reference in New Issue
Block a user