From 40a5d0581f7f42b762b69c6d2667bbf335b30227 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 13:56:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 97fb4d7..40841f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -160,8 +160,9 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { id: "q1", title: "Can I cancel my subscription?", content: "Yes, you can cancel your monthly or yearly plan at any time." }, - { id: "q2", title: "Is there a limit on image generation?", content: "Basic plans have generous monthly limits, Premium plans provide more." }, - { id: "q3", title: "What video formats are supported?", content: "We support MP4, MOV, and AVI for all your AI video needs." } + { id: "q2", title: "Is there a money-back guarantee?", content: "We offer a 14-day no-questions-asked money-back guarantee on all annual plans so you can try us risk-free." }, + { id: "q3", title: "Is there a limit on image generation?", content: "Basic plans have generous monthly limits, Premium plans provide more." }, + { id: "q4", title: "What video formats are supported?", content: "We support MP4, MOV, and AVI for all your AI video needs." } ]} title="Frequently Asked Questions" description="Get quick answers to all your questions." @@ -200,4 +201,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1