mirror of
https://github.com/chaoming/hugo-saasify-theme.git
synced 2025-04-23 21:41:52 +02:00
152 lines
5.1 KiB
Markdown
152 lines
5.1 KiB
Markdown
---
|
|
title: "Pricing"
|
|
description: "Choose the perfect plan for your needs"
|
|
layout: "pricing"
|
|
---
|
|
|
|
{{< pricing-table-1 >}}
|
|
{
|
|
"title": "Designed for business teams like yours",
|
|
"description": "Here at Flowbite we focus on markets where technology, innovation, and capital can unlock long-term value and drive economic growth.",
|
|
"plans": [
|
|
{
|
|
"name": "Starter",
|
|
"price": "29",
|
|
"description": "Best option for personal use & for your next project.",
|
|
"features": [
|
|
"Individual configuration",
|
|
"No setup, or hidden fees",
|
|
"Team size: 1 developer",
|
|
"Premium support: 6 months",
|
|
"Free updates: 6 months"
|
|
],
|
|
"button": {
|
|
"text": "Get started",
|
|
"url": "#"
|
|
}
|
|
},
|
|
{
|
|
"name": "Company",
|
|
"price": "99",
|
|
"description": "Relevant for multiple users, extended & premium support.",
|
|
"featured": true,
|
|
"features": [
|
|
"Individual configuration",
|
|
"No setup, or hidden fees",
|
|
"Team size: 10 developers",
|
|
"Premium support: 24 months",
|
|
"Free updates: 24 months"
|
|
],
|
|
"button": {
|
|
"text": "Get started",
|
|
"url": "#"
|
|
}
|
|
},
|
|
{
|
|
"name": "Enterprise",
|
|
"price": "499",
|
|
"description": "Best for large scale uses and extended redistribution rights.",
|
|
"features": [
|
|
"Individual configuration",
|
|
"No setup, or hidden fees",
|
|
"Team size: 100+ developers",
|
|
"Premium support: 36 months",
|
|
"Free updates: 36 months"
|
|
],
|
|
"button": {
|
|
"text": "Get started",
|
|
"url": "#"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
{{< /pricing-table-1 >}}
|
|
|
|
<div class="mt-16"></div>
|
|
|
|
{{< pricing-table-2 >}}
|
|
{
|
|
"title": "Alternative Pricing Options",
|
|
"description": "Choose a plan that best suits your business needs with our flexible pricing options.",
|
|
"plans": [
|
|
{
|
|
"name": "Basic",
|
|
"price": "19",
|
|
"description": "Perfect for freelancers and solo developers.",
|
|
"features": [
|
|
"Core features included",
|
|
"Community support",
|
|
"Team size: 1 developer",
|
|
"Basic analytics",
|
|
"Monthly updates"
|
|
],
|
|
"button": {
|
|
"text": "Choose Basic",
|
|
"url": "#"
|
|
}
|
|
},
|
|
{
|
|
"name": "Professional",
|
|
"price": "79",
|
|
"description": "Ideal for growing development teams.",
|
|
"featured": true,
|
|
"features": [
|
|
"All Basic features",
|
|
"Priority support",
|
|
"Team size: up to 5 developers",
|
|
"Advanced analytics",
|
|
"CI/CD integration"
|
|
],
|
|
"button": {
|
|
"text": "Choose Pro",
|
|
"url": "#"
|
|
}
|
|
},
|
|
{
|
|
"name": "Business",
|
|
"price": "299",
|
|
"description": "For large organizations and enterprises.",
|
|
"features": [
|
|
"All Pro features",
|
|
"24/7 dedicated support",
|
|
"Unlimited team size",
|
|
"Custom integrations",
|
|
"SLA guarantee"
|
|
],
|
|
"button": {
|
|
"text": "Choose Business",
|
|
"url": "#"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
{{< /pricing-table-2 >}}
|
|
|
|
{{< faq >}}
|
|
{
|
|
"title": "Common Questions",
|
|
"description": "Find answers to frequently asked questions about our pricing plans and features.",
|
|
"questions": [
|
|
{
|
|
"question": "What type of payment do you accept?",
|
|
"answer": "We accept all major credit cards, PayPal, and bank transfers. All payments are processed securely through our payment providers."
|
|
},
|
|
{
|
|
"question": "Do you offer custom pricing for larger teams?",
|
|
"answer": "Yes! If you have specific needs or a larger team, please contact our sales team for custom pricing tailored to your requirements."
|
|
},
|
|
{
|
|
"question": "What's included in the free updates?",
|
|
"answer": "Free updates include all new features, improvements, and bug fixes released during your subscription period. You'll always have access to the latest version."
|
|
},
|
|
{
|
|
"question": "What kind of support is included?",
|
|
"answer": "All plans include technical support, with varying response times based on your plan level. Enterprise customers get priority support with dedicated account managers."
|
|
},
|
|
{
|
|
"question": "Can I upgrade or downgrade my plan?",
|
|
"answer": "Yes, you can change your plan at any time. When upgrading, you'll be prorated for the remainder of your billing period. When downgrading, changes take effect at the next billing cycle."
|
|
}
|
|
]
|
|
}
|
|
{{< /faq >}}
|