From 4e7b56c2f73e1f190ac6a00a3172f80e9bb0b45c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:24:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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."