From 8577d32f5f3f8c71610fe890ef177e0a499ec978 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:41:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f60e583..f1afe1c 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: "plain" }} - 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() {