4 Commits

Author SHA1 Message Date
4773ec1da2 Update src/app/page.tsx 2026-03-03 13:49:24 +00:00
8d39225761 Merge version_2 into main
Merge version_2 into main
2026-03-03 13:45:01 +00:00
aa04328cbc Update src/app/page.tsx 2026-03-03 13:44:55 +00:00
e89c7442e5 Merge version_1 into main
Merge version_1 into main
2026-03-03 13:39:09 +00:00

View File

@@ -52,8 +52,8 @@ export default function LandingPage() {
mediaAnimation="slide-up"
background={{ variant: "glowing-orb" }}
buttons={[
{ text: "Start Learning Now", href: "contact" },
{ text: "Explore Games", href: "games" }
{ text: "Explore Games", href: "games" },
{ text: "Try Free Today", href: "contact" }
]}
buttonAnimation="slide-up"
testimonials={[
@@ -188,7 +188,7 @@ export default function LandingPage() {
plans={[
{
id: "1", badge: "Starter", badgeIcon: Play,
price: "Free", subtitle: "Perfect for trying it out", buttons: [{ text: "Get Started", href: "contact" }],
price: "Free", subtitle: "Full access, no commitment required", buttons: [{ text: "Get Started", href: "contact" }],
features: [
"Access to 5 core games", "Basic progress tracking", "Weekly learning challenges", "Community access"
]