Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 763ce297e6 | |||
| 74d40a079e | |||
| 3761d6c022 | |||
| 4773ec1da2 | |||
| 8d39225761 |
@@ -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: "Start Free Now", href: "contact" }],
|
||||
features: [
|
||||
"Access to 5 core games", "Basic progress tracking", "Weekly learning challenges", "Community access"
|
||||
]
|
||||
@@ -196,7 +196,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "2", badge: "Premium", badgeIcon: Star,
|
||||
price: "$9.99/mo", subtitle: "Best for serious learners", buttons: [
|
||||
{ text: "Start Free Trial", href: "contact" },
|
||||
{ text: "Try 7 Days Free", href: "contact" },
|
||||
{ text: "Learn More", href: "#" }
|
||||
],
|
||||
features: [
|
||||
|
||||
Reference in New Issue
Block a user