From 007764ab49a017845ac561e2fa731ead8e98e60d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 18:32:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0be38ba..81cfa86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Explorer l'équipement", href: "#equipment"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/tennis-girl-professional-tennis-court_654080-129.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tennis-girl-professional-tennis-court_654080-129.jpg?_wi=1" imageAlt="Tennis action" mediaAnimation="slide-up" /> @@ -65,13 +65,13 @@ export default function LandingPage() { products={[ { id: "r1", brand: "Wilson", name: "Pro Staff RF", price: "299 €", rating: 5, - reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-pallet-blurry-lights_23-2149459023.jpg"}, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-pallet-blurry-lights_23-2149459023.jpg?_wi=1"}, { id: "r2", brand: "Babolat", name: "Pure Aero", price: "259 €", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/badminton-concept-with-racket-shuttlecock_23-2149940920.jpg"}, { id: "s1", brand: "Head", name: "Speed Pro", price: "180 €", rating: 4, - reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers-presentation_23-2151005715.jpg"}, + reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers-presentation_23-2151005715.jpg?_wi=1"}, { id: "s2", brand: "Yonex", name: "Ezone 98", price: "220 €", rating: 5, reviewCount: "96", imageSrc: "http://img.b2bpic.net/free-photo/tennis-racquet-is-standing-near-tennis-net-outside-bright-sunny-day_613910-15295.jpg"}, @@ -95,7 +95,7 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "p1", name: "Novak D.", role: "Champion", description: "24 Grand Chelem", imageSrc: "http://img.b2bpic.net/free-photo/tennis-player-with-her-racket_23-2148208277.jpg"}, + id: "p1", name: "Novak D.", role: "Champion", description: "24 Grand Chelem", imageSrc: "http://img.b2bpic.net/free-photo/tennis-player-with-her-racket_23-2148208277.jpg?_wi=1"}, { id: "p2", name: "Rafael N.", role: "Légende", description: "22 Grand Chelem", imageSrc: "http://img.b2bpic.net/free-photo/young-powerful-sportsman-white-clothing-black-wall_176420-543.jpg"}, { @@ -144,16 +144,16 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/fit-squash-player-posing-with-her-racket_23-2147601800.jpg", imageAlt: "Fit squash player posing with her racket"}, { id: "t2", name: "Marie Curie", handle: "@marie", testimonial: "Très précis pour choisir son cordage.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tennis-girl-professional-tennis-court_654080-129.jpg", imageAlt: "Fit squash player posing with her racket"}, + imageSrc: "http://img.b2bpic.net/free-photo/tennis-girl-professional-tennis-court_654080-129.jpg?_wi=2", imageAlt: "Fit squash player posing with her racket"}, { id: "t3", name: "Paul Durand", handle: "@paul", testimonial: "Les stats sont vraiment poussées.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-pallet-blurry-lights_23-2149459023.jpg", imageAlt: "Fit squash player posing with her racket"}, + imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-pallet-blurry-lights_23-2149459023.jpg?_wi=2", imageAlt: "Fit squash player posing with her racket"}, { id: "t4", name: "Alice M.", handle: "@alice", testimonial: "Enfin une plateforme moderne.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers-presentation_23-2151005715.jpg", imageAlt: "Fit squash player posing with her racket"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers-presentation_23-2151005715.jpg?_wi=2", imageAlt: "Fit squash player posing with her racket"}, { id: "t5", name: "Lucie V.", handle: "@lucie", testimonial: "Parfait pour les fans de stats.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tennis-player-with-her-racket_23-2148208277.jpg", imageAlt: "Fit squash player posing with her racket"}, + imageSrc: "http://img.b2bpic.net/free-photo/tennis-player-with-her-racket_23-2148208277.jpg?_wi=2", imageAlt: "Fit squash player posing with her racket"}, ]} title="Avis Communauté" description="Ce que disent les experts." -- 2.49.1