From 5f2e9abf333865e26092b18a30e4541aba222b42 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 14:44:39 +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 a59f798..a4ab7ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -257,7 +257,7 @@ export default function HomePage() { faqs={[ { id: "1", title: "What is included in the free trial?", content: - "Our free trial includes full access to all features for 14 days. You'll get unlimited automations, analytics, and integrations to fully evaluate the platform before committing to a plan."}, + "Our free trial includes full access to all features for 14 days. You will get unlimited automations, analytics, and integrations to fully evaluate the platform before committing to a plan."}, { id: "2", title: "How does billing work?", content: "We offer flexible billing options with monthly or annual plans. Annual subscriptions come with a 20% discount. You can cancel anytime without penalties."}, @@ -313,7 +313,7 @@ export default function HomePage() { id: "2", title: "Do you offer custom training?", content: "Yes. We provide customized training sessions for your team, detailed documentation, video tutorials, and ongoing support to ensure successful adoption."}, { - id: "3", title: "What's your SLA guarantee?", content: + id: "3", title: "What is your SLA guarantee?", content: "We guarantee 99.95% uptime for all Enterprise plans with dedicated support. Full SLA terms are available in our Service Level Agreement documentation."}, { id: "4", title: "Can we integrate with our existing systems?", content: -- 2.49.1