diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index cfdd6bb..6608056 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -73,7 +73,8 @@ export default function PricingPage() { navItems={navItems} brandName="Galaktika" button={{ - text: "Book Consultation", href: "/consultation"}} + text: "Book Consultation", href: "/consultation" + }} className="bg-gradient-to-r from-teal-50 to-emerald-50" buttonClassName="bg-teal-700 hover:bg-teal-800 text-white rounded-lg" buttonTextClassName="font-semibold" @@ -86,16 +87,20 @@ export default function PricingPage() { metrics={[ { icon: CheckCircle, - label: "Transparent Pricing", value: "No Hidden Fees"}, + label: "Transparent Pricing", value: "No Hidden Fees" + }, { icon: CheckCircle, - label: "Flexible Plans", value: "Customized Packages"}, + label: "Flexible Plans", value: "Customized Packages" + }, { icon: CheckCircle, - label: "ROI Guaranteed", value: "Value Driven"}, + label: "ROI Guaranteed", value: "Value Driven" + }, { icon: CheckCircle, - label: "Expert Team", value: "20+ Years Combined"}, + label: "Expert Team", value: "20+ Years Combined" + }, ]} metricsAnimation="slide-up" useInvertedBackground={false} @@ -116,15 +121,20 @@ export default function PricingPage() { description="Choose the plan that best fits your business requirements and budget" features={[ { - id: "starter-package", title: "Starter Package", description: "Perfect for new businesses. Includes basic accounting setup, company registration assistance, and monthly financial reporting. Ideal for startups and small enterprises.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c2eiok", imageAlt: "Starter accounting package"}, + id: "starter-package", title: "Starter Package", description: "Perfect for new businesses. Includes basic accounting setup, company registration assistance, and monthly financial reporting. Ideal for startups and small enterprises.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c2eiok", imageAlt: "Starter accounting package" + }, { - id: "professional-package", title: "Professional Package", description: "Comprehensive solution for growing businesses. Full accounting services, payroll management, tax advisory, and quarterly compliance reviews included.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lrvmrh", imageAlt: "Professional consulting package"}, + id: "professional-package", title: "Professional Package", description: "Comprehensive solution for growing businesses. Full accounting services, payroll management, tax advisory, and quarterly compliance reviews included.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lrvmrh", imageAlt: "Professional consulting package" + }, { - id: "enterprise-package", title: "Enterprise Package", description: "Complete business solutions for established companies. Dedicated account manager, custom integration, multi-jurisdictional support, and 24/7 advisory access.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9edyqa", imageAlt: "Enterprise consulting services"}, + id: "enterprise-package", title: "Enterprise Package", description: "Complete business solutions for established companies. Dedicated account manager, custom integration, multi-jurisdictional support, and 24/7 advisory access.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9edyqa", imageAlt: "Enterprise consulting services" + }, { - id: "legal-package", title: "Legal Services Package", description: "Specialized legal solutions including contract review, compliance audits, corporate governance setup, and ongoing legal advisory services.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c2xbk6", imageAlt: "Legal consulting package"}, + id: "legal-package", title: "Legal Services Package", description: "Specialized legal solutions including contract review, compliance audits, corporate governance setup, and ongoing legal advisory services.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c2xbk6", imageAlt: "Legal consulting package" + }, { - id: "tax-optimization", title: "Tax Optimization Package", description: "Strategic tax planning to maximize savings while maintaining compliance. Includes annual tax strategy review, documentation optimization, and filing support.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lrvmrh", imageAlt: "Tax optimization services"}, + id: "tax-optimization", title: "Tax Optimization Package", description: "Strategic tax planning to maximize savings while maintaining compliance. Includes annual tax strategy review, documentation optimization, and filing support.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lrvmrh", imageAlt: "Tax optimization services" + }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -144,20 +154,25 @@ export default function PricingPage() { ctaTitle="Ready to Get Started?" ctaDescription="Get a personalized quote and consultation for your business needs. Our pricing experts will work with you to find the perfect package." ctaButton={{ - text: "Request Custom Quote", href: "/consultation"}} + text: "Request Custom Quote", href: "/consultation" + }} ctaIcon={Calendar} animationType="slide-up" accordionAnimationType="smooth" showCard={true} faqs={[ { - id: "pricing-faq-1", title: "Can packages be customized?", content: "Absolutely. All our packages are starting points. We customize services based on your specific business requirements, size, and budget."}, + id: "pricing-faq-1", title: "Can packages be customized?", content: "Absolutely. All our packages are starting points. We customize services based on your specific business requirements, size, and budget." + }, { - id: "pricing-faq-2", title: "What's included in the consultation?", content: "Our initial consultation includes a comprehensive business assessment, service recommendations, pricing options, and a customized proposal for your specific needs."}, + id: "pricing-faq-2", title: "What's included in the consultation?", content: "Our initial consultation includes a comprehensive business assessment, service recommendations, pricing options, and a customized proposal for your specific needs." + }, { - id: "pricing-faq-3", title: "Do you offer monthly or annual billing?", content: "We offer flexible billing options. Monthly subscriptions for most services, with volume discounts available for annual commitments."}, + id: "pricing-faq-3", title: "Do you offer monthly or annual billing?", content: "We offer flexible billing options. Monthly subscriptions for most services, with volume discounts available for annual commitments." + }, { - id: "pricing-faq-4", title: "Are there any setup or onboarding fees?", content: "We keep our pricing transparent. Some services have one-time setup fees, but we clearly itemize all costs upfront. No hidden charges."}, + id: "pricing-faq-4", title: "Are there any setup or onboarding fees?", content: "We keep our pricing transparent. Some services have one-time setup fees, but we clearly itemize all costs upfront. No hidden charges." + }, ]} useInvertedBackground={false} ariaLabel="Pricing contact and FAQ section"