From 0309df6689b8dc612b85a806e167ce6b194dbae5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 19:17:20 +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 c7f9b46..ea1cab6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -141,7 +141,7 @@ export default function LandingPage() { useInvertedBackground={false} description="Have questions? Find answers to our most common queries below." faqs={[ - { id: "f1", title: "Is MathPlay free?", content: "Yes, all basic games are 100% free." }, + { id: "f1", title: "Is MathPlay free?", content: "MathPlay offers a variety of free games, while our premium subscription unlocks full access to our entire library of advanced puzzles and educational challenges." }, { id: "f2", title: "Do I need to sign up?", content: "No, just dive straight in and start playing." }, { id: "f3", title: "Can I play on my tablet?", content: "Our platform is optimized for all devices." } ]} @@ -188,4 +188,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1