diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f86721..f60e583 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,7 +27,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -54,8 +54,8 @@ export default function LandingPage() { description="Takmicenje is a private multiplayer platform where you and your friends track daily sports predictions, compete on a live leaderboard, and prove who the ultimate sports predictor is. No public betting—just pure competition among your crew." tag="Friends Only Competition" tagIcon={Trophy} - background={{ variant: "noise" }} - imageSrc="http://img.b2bpic.net/free-photo/people-bet-soccer-game-match-internet_53876-163244.jpg?_wi=1" + background={{ variant: "plain" }} + imageSrc="http://img.b2bpic.net/free-photo/people-bet-soccer-game-match-internet_53876-163244.jpg" imageAlt="Takmicenje Dashboard" imagePosition="right" mediaAnimation="slide-up" @@ -65,22 +65,22 @@ export default function LandingPage() { name: "Marco V.", handle: "Betting Enthusiast", testimonial: "Finally a way to track predictions with my friends seriously. The leaderboard is addictive!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/people-bet-soccer-game-match-internet_53876-163244.jpg?_wi=2"}, + "http://img.b2bpic.net/free-photo/people-bet-soccer-game-match-internet_53876-163244.jpg"}, { name: "Nikola S.", handle: "Season Commissioner", testimonial: "Perfect for our friend group. No house involvement, just us competing fairly all season.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/people-bet-soccer-game-match-internet_53876-163244.jpg?_wi=3"}, + "http://img.b2bpic.net/free-photo/people-bet-soccer-game-match-internet_53876-163244.jpg"}, { name: "Dejan L.", handle: "Data-Driven Predictor", testimonial: "The analytics and hit rate tracking are exactly what we needed. Best season yet!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/people-bet-soccer-game-match-internet_53876-163244.jpg?_wi=4"}, + "http://img.b2bpic.net/free-photo/people-bet-soccer-game-match-internet_53876-163244.jpg"}, { name: "Aleksandra M.", handle: "First-Time Player", testimonial: "Easy to use and genuinely fun. I'm already bragging about leading the leaderboard!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/people-bet-soccer-game-match-internet_53876-163244.jpg?_wi=5"}, + "http://img.b2bpic.net/free-photo/people-bet-soccer-game-match-internet_53876-163244.jpg"}, ]} buttons={[ { text: "Start Your Tournament", href: "https://takmicenje.app/signup" }, @@ -185,7 +185,7 @@ export default function LandingPage() { "Yes! Export your full season stats, player profiles, and leaderboard history as CSV or PDF. Perfect for bragging rights or season-end analysis."}, { id: "6", title: "What if I want to start a new season?", content: - "Simply create a new tournament. Your historical data is preserved in an archive, so you can always compare seasons and track improvements over time."}, + "Simply create a new tournament. Your historical data is preserved in an archive, so you can always compare seasons and track improvements over time."} ]} textPosition="left" faqsAnimation="slide-up" @@ -200,7 +200,7 @@ export default function LandingPage() { tagIcon={Zap} title="Start Your Tournament Season Today" description="Join thousands of friends already competing. Create your private group, invite your crew, and start tracking predictions today. No sign-up fees, no hidden costs—just pure competition." - background={{ variant: "noise" }} + background={{ variant: "plain" }} buttons={[ { text: "Create Free Tournament", href: "https://takmicenje.app/create" }, { text: "Browse Public Tournaments", href: "https://takmicenje.app/tournaments" }, @@ -212,7 +212,7 @@ export default function LandingPage() {