diff --git a/src/app/page.tsx b/src/app/page.tsx index 03dc506..d48309f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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."