diff --git a/src/app/page.tsx b/src/app/page.tsx
index c210dee..d1bf5f0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
@@ -59,9 +49,7 @@ export default function LandingPage() {
description="L'encyclopédie ultime pour les aventuriers d'Hyrule. Données expertes, localisations précises et guides complets."
buttons={[
{
- text: "Explorer le Wiki",
- href: "#guide",
- },
+ text: "Explorer le Wiki", href: "#guide"},
]}
imageSrc="http://img.b2bpic.net/free-photo/surreal-easter-egg-with-fantasy-world-landscape_23-2151199959.jpg"
imageAlt="Ecran titre BOTW"
@@ -77,35 +65,15 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Bokoblin",
- price: "13 PV",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-objects-with-role-playing-game-sheet_23-2149352299.jpg?_wi=1",
- },
+ id: "1", name: "Bokoblin", price: "13 PV", imageSrc: "http://img.b2bpic.net/free-photo/still-life-objects-with-role-playing-game-sheet_23-2149352299.jpg"},
{
- id: "2",
- name: "Moblin",
- price: "24 PV",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-objects-with-role-playing-game-sheet_23-2149352299.jpg?_wi=2",
- },
+ id: "2", name: "Moblin", price: "24 PV", imageSrc: "http://img.b2bpic.net/free-photo/still-life-objects-with-role-playing-game-sheet_23-2149352299.jpg"},
{
- id: "3",
- name: "Lézalfos",
- price: "20 PV",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-objects-with-role-playing-game-sheet_23-2149352299.jpg?_wi=3",
- },
+ id: "3", name: "Lézalfos", price: "20 PV", imageSrc: "http://img.b2bpic.net/free-photo/still-life-objects-with-role-playing-game-sheet_23-2149352299.jpg"},
{
- id: "4",
- name: "Lynel",
- price: "1000 PV",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-objects-with-role-playing-game-sheet_23-2149352299.jpg?_wi=4",
- },
+ id: "4", name: "Lynel", price: "1000 PV", imageSrc: "http://img.b2bpic.net/free-photo/still-life-objects-with-role-playing-game-sheet_23-2149352299.jpg"},
{
- id: "5",
- name: "Gardien",
- price: "500 PV",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-objects-with-role-playing-game-sheet_23-2149352299.jpg?_wi=5",
- },
+ id: "5", name: "Gardien", price: "500 PV", imageSrc: "http://img.b2bpic.net/free-photo/still-life-objects-with-role-playing-game-sheet_23-2149352299.jpg"},
]}
title="Bestiaire & Ennemis"
description="Base de données complète sur les créatures d'Hyrule, leurs PV et leur butin."
@@ -114,28 +82,17 @@ export default function LandingPage() {