Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 71feed2443 | |||
| ef35ee57da | |||
| b17a5e0a1f | |||
| 46ed476655 |
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
title="Master the Art of Crosswords While Earning Real Money"
|
||||
title="Earn Real Money Playing Crosswords"
|
||||
description="PuzzleVault is your ultimate destination for challenging crossword puzzles. Play daily puzzles, compete with friends, unlock premium themes, and transform your passion into profit through multiple monetization streams."
|
||||
background={{ variant: "downward-rays-animated-grid" }}
|
||||
avatars={[
|
||||
@@ -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"]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user