5 Commits

Author SHA1 Message Date
31eb10af9a Merge version_4 into main
Merge version_4 into main
2026-03-03 15:27:22 +00:00
71feed2443 Update src/app/page.tsx 2026-03-03 15:27:17 +00:00
ef35ee57da Merge version_3 into main
Merge version_3 into main
2026-03-03 15:24:20 +00:00
b17a5e0a1f Update src/app/page.tsx 2026-03-03 15:24:14 +00:00
46ed476655 Merge version_2 into main
Merge version_2 into main
2026-03-03 15:22:09 +00:00

View File

@@ -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"]
}
]}
/>