diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 50af677..8f6f984 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -34,9 +34,9 @@ export default function PricingPage() {
@@ -50,54 +50,19 @@ export default function PricingPage() { useInvertedBackground={false} plans={[ { - id: "starter", - title: "Starter", - price: "$2,999", - period: "one-time", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/designer-working-on-responsive-website-m-1772556087273-060ae977.png?_wi=2", - imageAlt: "Starter plan", - button: { text: "Get Started", href: "/contact" }, + id: "starter", title: "Starter", price: "$2,999", period: "one-time", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/designer-working-on-responsive-website-m-1772556087273-060ae977.png?_wi=2", imageAlt: "Starter plan", button: { text: "Get Started", href: "/contact" }, features: [ - "5-page website", - "Responsive design", - "Basic SEO optimization", - "Contact form", - "3 months support", - ], + "5-page website", "Responsive design", "Basic SEO optimization", "Contact form", "3 months support"], }, { - id: "professional", - title: "Professional", - price: "$7,999", - period: "one-time", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/developer-coding-modern-web-applications-1772556086863-87ad7072.png?_wi=2", - imageAlt: "Professional plan", - button: { text: "Get Started", href: "/contact" }, + id: "professional", title: "Professional", price: "$7,999", period: "one-time", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/developer-coding-modern-web-applications-1772556086863-87ad7072.png?_wi=2", imageAlt: "Professional plan", button: { text: "Get Started", href: "/contact" }, features: [ - "Unlimited pages", - "Custom design", - "Advanced SEO", - "E-commerce integration", - "Automation setup", - "12 months support", - ], + "Unlimited pages", "Custom design", "Advanced SEO", "E-commerce integration", "Automation setup", "12 months support"], }, { - id: "enterprise", - title: "Enterprise", - price: "Custom", - period: "quote", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/abstract-visualization-of-website-automa-1772556087854-f79afd8a.png?_wi=2", - imageAlt: "Enterprise plan", - button: { text: "Contact Us", href: "/contact" }, + id: "enterprise", title: "Enterprise", price: "Custom", period: "quote", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/abstract-visualization-of-website-automa-1772556087854-f79afd8a.png?_wi=2", imageAlt: "Enterprise plan", button: { text: "Contact Us", href: "/contact" }, features: [ - "Fully custom solution", - "Complex integrations", - "API development", - "Advanced automation", - "Dedicated support team", - "Ongoing optimization", - ], + "Fully custom solution", "Complex integrations", "API development", "Advanced automation", "Dedicated support team", "Ongoing optimization"], }, ]} /> @@ -110,41 +75,23 @@ export default function PricingPage() { tag="FAQ" faqs={[ { - id: "1", - title: "What payment methods do you accept?", - content: - "We accept all major credit cards (Visa, Mastercard, American Express), bank transfers, and PayPal. We can also set up custom payment plans for enterprise projects.", - }, + id: "1", title: "What payment methods do you accept?", content: + "We accept all major credit cards (Visa, Mastercard, American Express), bank transfers, and PayPal. We can also set up custom payment plans for enterprise projects."}, { - id: "2", - title: "Can you customize a plan for my specific needs?", - content: - "Absolutely! Our pricing plans are starting points. We can customize any plan to include additional features, integrations, or services. Contact us for a personalized quote.", - }, + id: "2", title: "Can you customize a plan for my specific needs?", content: + "Absolutely! Our pricing plans are starting points. We can customize any plan to include additional features, integrations, or services. Contact us for a personalized quote."}, { - id: "3", - title: "What happens after the initial project is complete?", - content: - "All our plans include ongoing support. For the Starter plan, you get 3 months of support. Professional includes 12 months. After that, we offer maintenance packages starting at $299/month.", - }, + id: "3", title: "What happens after the initial project is complete?", content: + "All our plans include ongoing support. For the Starter plan, you get 3 months of support. Professional includes 12 months. After that, we offer maintenance packages starting at $299/month."}, { - id: "4", - title: "Are there any hidden fees?", - content: - "No hidden fees. What we quote is what you pay. The price includes all services mentioned in the plan. Any additional requests beyond the scope will be discussed and quoted separately.", - }, + id: "4", title: "Are there any hidden fees?", content: + "No hidden fees. What we quote is what you pay. The price includes all services mentioned in the plan. Any additional requests beyond the scope will be discussed and quoted separately."}, { - id: "5", - title: "Do you offer discounts for long-term partnerships?", - content: - "Yes! For clients interested in ongoing partnerships and multiple projects, we offer volume discounts and preferential pricing. Let's discuss your long-term goals.", - }, + id: "5", title: "Do you offer discounts for long-term partnerships?", content: + "Yes! For clients interested in ongoing partnerships and multiple projects, we offer volume discounts and preferential pricing. Let's discuss your long-term goals."}, { - id: "6", - title: "What's included in the support period?", - content: - "Support includes bug fixes, security updates, performance monitoring, minor feature enhancements, and technical assistance. Major feature additions may be quoted separately.", - }, + id: "6", title: "What's included in the support period?", content: + "Support includes bug fixes, security updates, performance monitoring, minor feature enhancements, and technical assistance. Major feature additions may be quoted separately."}, ]} faqsAnimation="slide-up" textboxLayout="default" @@ -173,15 +120,15 @@ export default function PricingPage() { ); -} \ No newline at end of file +}