From caaaeb1bbaffe63ba00ac321ee84c486d318511f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 17:35:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b27c7e..b6fa18a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -168,7 +168,7 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", title: "Is there a trial available?", content: "Yes, we offer a 14-day free trial on all plans."}, + id: "q1", title: "Is there a trial available?", content: "Yes, we offer a 14-day free trial on all plans. [Start your trial now](#contact)"}, { id: "q2", title: "Can I cancel anytime?", content: "Absolutely. You can cancel your subscription at any time."}, { -- 2.49.1