diff --git a/src/app/page.tsx b/src/app/page.tsx index b9e125e..4cab7af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,15 +113,15 @@ export default function LandingPage() { plans={[ { id: "basic", title: "Free Player", price: "€0", period: "/forever", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARMgvKRI01eZ97NC9ebHVzYJif/a-professional-headshot-photo-of-a-smili-1772551172920-2fe1cd43.png?_wi=1", imageAlt: "Basic free player plan", button: { text: "Get Started", href: "#contact" }, - features: ["Daily puzzle access", "Standard themes", "Limited hints", "Basic multiplayer", "Standard ads included"] + features: ["Daily puzzle access", "Standard themes", "Limited hints", "Basic multiplayer", "Standard ads included", "Earnings: €0-50/mo"] }, { id: "premium", title: "Premium Player", price: "€5.99", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARMgvKRI01eZ97NC9ebHVzYJif/a-professional-headshot-photo-of-a-smili-1772551173309-966c6216.png?_wi=1", imageAlt: "Premium player plan", button: { text: "Unlock Premium", href: "#contact" }, - features: ["All Free features", "Ad-free experience", "Unlimited hints", "Exclusive theme packs", "Priority leaderboard", "Early access to new puzzles"] + features: ["All Free features", "Ad-free experience", "Unlimited hints", "Exclusive theme packs", "Priority leaderboard", "Early access to new puzzles", "Earnings: €300-800/mo"] }, { id: "elite", title: "Elite Master", price: "€9.99", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARMgvKRI01eZ97NC9ebHVzYJif/a-professional-headshot-photo-of-a-woman-1772551173098-09b185d4.png?_wi=1", imageAlt: "Elite master plan", button: { text: "Become Elite", href: "#contact" }, - features: ["All Premium features", "VIP badge and perks", "Weekly exclusive puzzles", "Personal coach tips", "10% cash-out bonus", "Premium tournament access"] + features: ["All Premium features", "VIP badge and perks", "Weekly exclusive puzzles", "Personal coach tips", "10% cash-out bonus", "Premium tournament access", "Earnings: €800-2000+/mo"] } ]} />