Update src/app/page.tsx
This commit is contained in:
125
src/app/page.tsx
125
src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Accueil", id: "hero"},
|
||||
{
|
||||
name: "Bestiaire",
|
||||
id: "bestiaire",
|
||||
},
|
||||
name: "Bestiaire", id: "bestiaire"},
|
||||
{
|
||||
name: "Guide",
|
||||
id: "guide",
|
||||
},
|
||||
name: "Guide", id: "guide"},
|
||||
{
|
||||
name: "Médias",
|
||||
id: "medias",
|
||||
},
|
||||
name: "Médias", id: "medias"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Zelda BOTW Wiki"
|
||||
/>
|
||||
@@ -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() {
|
||||
|
||||
<div id="guide" data-section="guide">
|
||||
<FeatureCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
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?_wi=1",
|
||||
},
|
||||
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: "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: "k2", title: "Sanctuaires", description: "Soluces et labyrinthes complets.", 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",
|
||||
},
|
||||
id: "k3", title: "Équipements", description: "Stats, sets et localisations.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-woman-shelter_23-2148456453.jpg"},
|
||||
]}
|
||||
title="Guide Expert"
|
||||
description="Optimisez votre aventure avec nos guides techniques."
|
||||
@@ -149,31 +106,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "120",
|
||||
title: "Sanctuaires",
|
||||
items: [
|
||||
"Hyrule",
|
||||
"DLC",
|
||||
],
|
||||
id: "m1", value: "120", title: "Sanctuaires", items: [
|
||||
"Hyrule", "DLC"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "900",
|
||||
title: "Noïa Seeds",
|
||||
items: [
|
||||
"Noïa",
|
||||
"Inventaire",
|
||||
],
|
||||
id: "m2", value: "900", title: "Noïa Seeds", items: [
|
||||
"Noïa", "Inventaire"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Complétion",
|
||||
items: [
|
||||
"Speedrun",
|
||||
"100%",
|
||||
],
|
||||
id: "m3", value: "100%", title: "Complétion", items: [
|
||||
"Speedrun", "100%"],
|
||||
},
|
||||
]}
|
||||
title="Statistiques de Jeu"
|
||||
@@ -185,8 +127,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
variant: "canvas-reveal"}}
|
||||
tag="Contact"
|
||||
title="Rejoignez la communauté"
|
||||
description="Restez informés des nouveaux glitchs et stratégies."
|
||||
@@ -200,29 +141,19 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-mountain-with-dreamy-aesthetic_23-2151700208.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Wiki",
|
||||
items: [
|
||||
title: "Wiki", items: [
|
||||
{
|
||||
label: "Bestiaire",
|
||||
href: "#bestiaire",
|
||||
},
|
||||
label: "Bestiaire", href: "#bestiaire"},
|
||||
{
|
||||
label: "Guides",
|
||||
href: "#guide",
|
||||
},
|
||||
label: "Guides", href: "#guide"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Communauté",
|
||||
items: [
|
||||
title: "Communauté", items: [
|
||||
{
|
||||
label: "Quiz",
|
||||
href: "#",
|
||||
},
|
||||
label: "Quiz", href: "#"},
|
||||
{
|
||||
label: "Crédits",
|
||||
href: "#",
|
||||
},
|
||||
label: "Crédits", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user