diff --git a/src/app/page.tsx b/src/app/page.tsx index c85248b..9f86721 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { 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" + imageSrc="http://img.b2bpic.net/free-photo/people-bet-soccer-game-match-internet_53876-163244.jpg?_wi=1" 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"}, + "http://img.b2bpic.net/free-photo/people-bet-soccer-game-match-internet_53876-163244.jpg?_wi=2"}, { 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"}, + "http://img.b2bpic.net/free-photo/people-bet-soccer-game-match-internet_53876-163244.jpg?_wi=3"}, { 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"}, + "http://img.b2bpic.net/free-photo/people-bet-soccer-game-match-internet_53876-163244.jpg?_wi=4"}, { 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"}, + "http://img.b2bpic.net/free-photo/people-bet-soccer-game-match-internet_53876-163244.jpg?_wi=5"}, ]} buttons={[ { text: "Start Your Tournament", href: "https://takmicenje.app/signup" }, @@ -212,7 +212,7 @@ export default function LandingPage() {