From c6cda77aafdd8488397d937f89c2f332c0e6c51a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 16:05:09 +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 50e6b01..909eefd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -224,7 +224,7 @@ export default function LandingPage() { id: "5", title: "What's the investment?", content: "Partnerships start at $5,000/month for 4 premium reels + full distribution. Think of it as a content manager and editor combined, but with zero hiring overhead and celebrity-level production quality." }, { - id: "6", title: "Can I cancel anytime?", content: "Yes. We work on 90-day agreements. If we're not delivering results by week 8, we refund the full month. But based on our track record, you won't want to." + id: "6", title: "Can I cancel anytime?", content: "Yes. We work on 90-day agreements. If we don't deliver results by week 8, we refund your first month—no questions asked. But based on our track record, you won't want to." } ]} faqsAnimation="slide-up" @@ -242,7 +242,7 @@ export default function LandingPage() { useInvertedBackground={true} buttonText="Apply for Brute Partnership" inputPlaceholder="your-email@coaching.com" - termsText="By applying, you agree to a discovery call with our team. We respect your privacy. No spam, ever." + termsText="Apply now. If we don't deliver results by week 8, we refund your first month—no questions asked." tagAnimation="slide-up" /> -- 2.49.1