From 84a71c96bf2033ef07fac45faf8ed1895e1c69f5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:49:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dfa9f16..a498233 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -202,9 +202,9 @@ export default function LandingPage() { tagAnimation="slide-up" faqs={[ { - id: "1", title: "What's included in the free trial?", content: "The 14-day free trial gives you full access to all Premium features. No credit card required. After the trial, you can choose to upgrade or continue with the free plan."}, + id: "1", title: "Can I cancel anytime?", content: "Yes, absolutely. You can cancel your subscription at any time with just one click. No hidden fees, no long-term contracts, and no questions asked."}, { - id: "2", title: "Can I cancel anytime?", content: "Yes, absolutely. You can cancel your subscription at any time with just one click. No hidden fees, no long-term contracts, and no questions asked."}, + id: "2", title: "What's included in the free trial?", content: "The 14-day free trial gives you full access to all Premium features. No credit card required. After the trial, you can choose to upgrade or continue with the free plan."}, { id: "3", title: "How do I migrate from another tool?", content: "We provide built-in import tools for most popular platforms. Our migration team can also assist with enterprise-level migrations. Contact support for personalized help."}, { -- 2.49.1