From 7865851b9ad2d40355e2ef4ad7c84f47561c772a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 14:42:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5877a90..d0f14e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function LandingPage() { id: "screen", title: "Écran Tactile Capacitif", description: "Écran tactile capacitif de 5,5 pouces offrant une réactivité exceptionnelle et une qualité d'affichage cristalline pour tous vos jeux.", tag: "Affichage", imageSrc: "http://img.b2bpic.net/free-photo/man-with-augmented-reality_1134-137.jpg", imageAlt: "touchscreen display 5.5 inch digital" }, { - id: "battery", title: "Batterie Haute Performance", description: "La batterie assure l'apport énergétique stable de la console, permettant des sessions de jeu prolongées sans interruption.", tag: "Énergie", imageSrc: "http://img.b2bpic.net/free-vector/battery-accumulator-set_74855-422.jpg", imageAlt: "lithium battery power cell technology" + id: "battery", title: "Batterie Haute Performance", description: "La batterie assure l'apport énergétique stable de la console, permettant des sessions de jeu prolongées sans interruption.", tag: "Énergie", imageSrc: "http://img.b2bpic.net/free-vector/battery-accumulator-set_74855-422.jpg?_wi=1", imageAlt: "lithium battery power cell technology" }, { id: "controllers", title: "Contrôleurs Intuitifs", description: "Boutons L, -, +, R et A, B, X, Y configurés pour une ergonomie optimale. Le stick gauche et droit offrent un contrôle précis avec fonction bouton.", tag: "Contrôle", imageSrc: "http://img.b2bpic.net/free-vector/flat-neon-gaming-twitter-header-template_23-2149886820.jpg", imageAlt: "game controller buttons ABXY layout" @@ -109,7 +109,7 @@ export default function LandingPage() { }, { id: "joystick-left", brand: "Entrée Utilisateur", name: "Stick Gauche", price: "Analogique", rating: 5, - reviewCount: "Bouton", imageSrc: "http://img.b2bpic.net/free-photo/competitive-friends-enjoying-videogame-party_23-2147745122.jpg", imageAlt: "analog joystick game controller input" + reviewCount: "Bouton", imageSrc: "http://img.b2bpic.net/free-photo/competitive-friends-enjoying-videogame-party_23-2147745122.jpg?_wi=1", imageAlt: "analog joystick game controller input" }, { id: "game-reader", brand: "Lecteur", name: "Lecteur de Jeux", price: "Cartouche", rating: 5, @@ -117,7 +117,7 @@ export default function LandingPage() { }, { id: "joystick-right", brand: "Entrée Utilisateur", name: "Stick Droit", price: "Analogique", rating: 5, - reviewCount: "Bouton", imageSrc: "http://img.b2bpic.net/free-photo/competitive-friends-enjoying-videogame-party_23-2147745122.jpg", imageAlt: "analog joystick game controller input" + reviewCount: "Bouton", imageSrc: "http://img.b2bpic.net/free-photo/competitive-friends-enjoying-videogame-party_23-2147745122.jpg?_wi=2", imageAlt: "analog joystick game controller input" }, { id: "speaker", brand: "Sortie Audio", name: "Haut-Parleur", price: "Stéréo", rating: 5, @@ -125,7 +125,7 @@ export default function LandingPage() { }, { id: "battery-component", brand: "Alimentation", name: "Batterie", price: "Rechargeable", rating: 5, - reviewCount: "Énergie", imageSrc: "http://img.b2bpic.net/free-vector/battery-accumulator-set_74855-422.jpg", imageAlt: "lithium battery power cell technology" + reviewCount: "Énergie", imageSrc: "http://img.b2bpic.net/free-vector/battery-accumulator-set_74855-422.jpg?_wi=2", imageAlt: "lithium battery power cell technology" } ]} /> -- 2.49.1