4 Commits

Author SHA1 Message Date
4e7b56c2f7 Update src/app/page.tsx 2026-03-03 12:24:32 +00:00
81d7cc04fb Merge version_1 into main
Merge version_1 into main
2026-03-03 12:23:36 +00:00
35fe6a312b Merge version_1 into main
Merge version_1 into main
2026-03-03 12:22:40 +00:00
82eb3d2bf4 Merge version_1 into main
Merge version_1 into main
2026-03-03 12:21:15 +00:00

View File

@@ -178,16 +178,16 @@ export default function LandingPage() {
faqsAnimation="slide-up"
faqs={[
{
id: "1", title: "How do I get started?", content: "Getting started is easy! Sign up for a free account, choose your plan, and begin creating within minutes. Our onboarding process guides you through everything step-by-step."
id: "1", title: "Is my data secure?", content: "Absolutely. We use enterprise-grade encryption and follow industry best practices for data security. Your information is protected with SSL/TLS encryption."
},
{
id: "2", title: "What payment methods do you accept?", content: "We accept all major credit cards, PayPal, and bank transfers. All payments are processed securely through industry-leading payment processors."
id: "2", title: "How do I get started?", content: "Getting started is easy! Sign up for a free account, choose your plan, and begin creating within minutes. Our onboarding process guides you through everything step-by-step."
},
{
id: "3", title: "Can I cancel my subscription?", content: "Yes, you can cancel anytime. There are no long-term contracts or hidden fees. Your data remains accessible for 30 days after cancellation."
id: "3", title: "What payment methods do you accept?", content: "We accept all major credit cards, PayPal, and bank transfers. All payments are processed securely through industry-leading payment processors."
},
{
id: "4", title: "Is my data secure?", content: "Absolutely. We use enterprise-grade encryption and follow industry best practices for data security. Your information is protected with SSL/TLS encryption."
id: "4", title: "Can I cancel my subscription?", content: "Yes, you can cancel anytime. There are no long-term contracts or hidden fees. Your data remains accessible for 30 days after cancellation."
},
{
id: "5", title: "Do you offer API access?", content: "Yes! We provide comprehensive API documentation and support for enterprise integrations. Contact our team for API access details."