5 Commits

Author SHA1 Message Date
1ab0ff8b3c Merge version_2 into main
Merge version_2 into main
2026-05-09 19:17:24 +00:00
0309df6689 Update src/app/page.tsx 2026-05-09 19:17:20 +00:00
d2df407967 Merge version_1 into main
Merge version_1 into main
2026-05-09 19:16:52 +00:00
b85bb79e47 Merge version_1 into main
Merge version_1 into main
2026-05-09 19:16:22 +00:00
53c8592644 Merge version_1 into main
Merge version_1 into main
2026-05-09 19:15:51 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}