Merge version_1 into main #3
@@ -65,15 +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"},
|
||||
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: "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: "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: "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: "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: "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: "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: "5", name: "Gardien", price: "500 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"},
|
||||
]}
|
||||
title="Bestiaire & Ennemis"
|
||||
description="Base de données complète sur les créatures d'Hyrule, leurs PV et leur butin."
|
||||
@@ -88,11 +88,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "k1", title: "Korogus", description: "Localisation par région pour Noïa.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-woman-shelter_23-2148456453.jpg"},
|
||||
id: "k1", title: "Korogus", description: "Localisation par région pour Noïa.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-woman-shelter_23-2148456453.jpg?_wi=1"},
|
||||
{
|
||||
id: "k2", title: "Sanctuaires", description: "Soluces et labyrinthes complets.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-woman-shelter_23-2148456453.jpg"},
|
||||
id: "k2", title: "Sanctuaires", description: "Soluces et labyrinthes complets.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-woman-shelter_23-2148456453.jpg?_wi=2"},
|
||||
{
|
||||
id: "k3", title: "Équipements", description: "Stats, sets et localisations.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-woman-shelter_23-2148456453.jpg"},
|
||||
id: "k3", title: "Équipements", description: "Stats, sets et localisations.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-woman-shelter_23-2148456453.jpg?_wi=3"},
|
||||
]}
|
||||
title="Guide Expert"
|
||||
description="Optimisez votre aventure avec nos guides techniques."
|
||||
|
||||
Reference in New Issue
Block a user