Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b17a5e0a1f | |||
| 46ed476655 |
@@ -113,15 +113,15 @@ export default function LandingPage() {
|
|||||||
plans={[
|
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" },
|
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" },
|
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" },
|
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"]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user