From f9cc6947319cabcccb7762652b587d2bcd91e3da Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 10:20:04 +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 9c46121..4dd5e0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -184,7 +184,7 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { id: "q1", title: "How do I enroll?", content: "Enrollment is simple, just choose a course on our catalog page and checkout." }, - { id: "q2", title: "Is there a refund policy?", content: "Yes, we offer a 14-day money-back guarantee for all course enrollments." }, + { id: "q2", title: "Is there a refund policy?", content: "We offer a 14-day money-back guarantee with no questions asked" }, { id: "q3", title: "Can I get consultation separately?", content: "Absolutely, feel free to reach out via our contact page." }, ]} title="Frequently Asked Questions" -- 2.49.1