Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4773ec1da2 | |||
| 8d39225761 | |||
| aa04328cbc | |||
| e89c7442e5 |
@@ -52,8 +52,8 @@ export default function LandingPage() {
|
|||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
background={{ variant: "glowing-orb" }}
|
background={{ variant: "glowing-orb" }}
|
||||||
buttons={[
|
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"
|
buttonAnimation="slide-up"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
@@ -188,7 +188,7 @@ export default function LandingPage() {
|
|||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "1", badge: "Starter", badgeIcon: Play,
|
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: [
|
features: [
|
||||||
"Access to 5 core games", "Basic progress tracking", "Weekly learning challenges", "Community access"
|
"Access to 5 core games", "Basic progress tracking", "Weekly learning challenges", "Community access"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user