Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-07 06:18:19 +00:00

View File

@@ -214,17 +214,19 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1", title: "Do I need to know how to code?", content: "No! Kadmus is designed for everyone. Our visual builder lets you create extensions through drag-and-drop without writing any code. However, if you want to customize the generated code, you can export it and edit it directly."},
id: "1", title: "Is Kadmus free to use?", content: "Kadmus offers flexible pricing tiers to suit your needs. Our <strong>Free tier</strong> includes the visual builder, code export, and the ability to build and test up to 3 extensions—perfect for individuals and small projects. Our <strong>Pro tier</strong> ($29/month) unlocks unlimited extensions, real-time team collaboration, advanced deployment features, and priority support. For enterprise needs, we offer custom plans with dedicated support and additional security features. Start with our free tier—no credit card required—and upgrade when you're ready to scale."},
{
id: "2", title: "Can I export my code?", content: "Yes! All extensions built with Kadmus generate clean, production-ready JavaScript code that you can download, modify, and maintain yourself. You're never locked in to our platform."},
id: "2", title: "Do I need to know how to code?", content: "No! Kadmus is designed for everyone. Our visual builder lets you create extensions through drag-and-drop without writing any code. However, if you want to customize the generated code, you can export it and edit it directly."},
{
id: "3", title: "How do I publish to the Chrome Web Store?", content: "Kadmus includes one-click publishing to the Chrome Web Store. We handle all the compliance checks, manifest generation, and packaging. Your extension can go live in minutes."},
id: "3", title: "Can I export my code?", content: "Yes! All extensions built with Kadmus generate clean, production-ready JavaScript code that you can download, modify, and maintain yourself. You're never locked in to our platform."},
{
id: "4", title: "Is my code secure?", content: "Absolutely. We encrypt all your code and data in transit and at rest. Our infrastructure meets enterprise security standards, and we perform regular security audits."},
id: "4", title: "How do I publish to the Chrome Web Store?", content: "Kadmus includes one-click publishing to the Chrome Web Store. We handle all the compliance checks, manifest generation, and packaging. Your extension can go live in minutes."},
{
id: "5", title: "What types of extensions can I build?", content: "With Kadmus, you can build any type of Chrome extension: content scripts, background workers, popup extensions, dev tools, and more. Our builder supports all modern Chrome extension APIs."},
id: "5", title: "Is my code secure?", content: "Absolutely. We encrypt all your code and data in transit and at rest. Our infrastructure meets enterprise security standards, and we perform regular security audits."},
{
id: "6", title: "Can my team collaborate?", content: "Yes! Kadmus includes real-time collaboration features. Multiple team members can work on the same extension simultaneously, with shared editing, commenting, and version control."},
id: "6", title: "What types of extensions can I build?", content: "With Kadmus, you can build any type of Chrome extension: content scripts, background workers, popup extensions, dev tools, and more. Our builder supports all modern Chrome extension APIs."},
{
id: "7", title: "Can my team collaborate?", content: "Yes! Kadmus includes real-time collaboration features. Multiple team members can work on the same extension simultaneously, with shared editing, commenting, and version control."},
]}
faqsAnimation="slide-up"
animationType="smooth"