Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-01 11:55:29 +00:00

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Accueil",
id: "hero",
},
name: "Accueil", id: "hero"},
{
name: "Boutique",
id: "products",
},
name: "Boutique", id: "products"},
{
name: "Personnalisation",
id: "features",
},
name: "Personnalisation", id: "features"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="AXL"
/>
@@ -56,11 +48,9 @@ export default function LandingPage() {
description="AXL redéfinit vos sessions de jeu avec des manettes et consoles custom uniques. Performance et design sur-mesure."
buttons={[
{
text: "Explorer la boutique",
href: "#products",
},
text: "Explorer la boutique", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172440.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172440.jpg"
imageAlt="AXL Gaming Studio Custom Controller"
/>
</div>
@@ -73,23 +63,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "AXL Pro Controller",
price: "149€",
imageSrc: "http://img.b2bpic.net/free-photo/technology-specialist-filming-technology-review-v-mount-battery_482257-124194.jpg?_wi=1",
},
id: "p1", name: "AXL Pro Controller", price: "149€", imageSrc: "http://img.b2bpic.net/free-photo/technology-specialist-filming-technology-review-v-mount-battery_482257-124194.jpg"},
{
id: "p2",
name: "Custom Gameboy Retro",
price: "199€",
imageSrc: "http://img.b2bpic.net/free-photo/party-space-ready-online-celebration_23-2149347238.jpg?_wi=1",
},
id: "p2", name: "Custom Gameboy Retro", price: "199€", imageSrc: "http://img.b2bpic.net/free-photo/party-space-ready-online-celebration_23-2149347238.jpg"},
{
id: "p3",
name: "Elite Gaming Pad",
price: "129€",
imageSrc: "http://img.b2bpic.net/free-photo/gaming-controllers-chair-indoors_23-2149829128.jpg",
},
id: "p3", name: "Elite Gaming Pad", price: "129€", imageSrc: "http://img.b2bpic.net/free-photo/gaming-controllers-chair-indoors_23-2149829128.jpg"},
]}
title="Nos Créations"
description="Découvrez nos modèles exclusifs, testés pour les pros."
@@ -103,49 +81,31 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Customisation Totale",
description: "Choisissez vos couleurs, boutons et finitions.",
icon: Palette,
title: "Customisation Totale", description: "Choisissez vos couleurs, boutons et finitions.", icon: Palette,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-vector/six-color-spinners-flat-design_23-2147639125.jpg?_wi=1",
},
imageSrc: "http://img.b2bpic.net/free-vector/six-color-spinners-flat-design_23-2147639125.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/professional-esports-gamer-back-side-view-rejoices-victory-generative-ai_191095-2007.jpg?_wi=1",
},
imageSrc: "http://img.b2bpic.net/free-photo/professional-esports-gamer-back-side-view-rejoices-victory-generative-ai_191095-2007.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172440.jpg?_wi=2",
imageAlt: "custom gaming controller dark desk",
},
{
title: "Performance Pro",
description: "Paddles réactifs et ergonomie améliorée.",
icon: Zap,
title: "Performance Pro", description: "Paddles réactifs et ergonomie améliorée.", icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-vector/six-color-spinners-flat-design_23-2147639125.jpg?_wi=2",
},
imageSrc: "http://img.b2bpic.net/free-vector/six-color-spinners-flat-design_23-2147639125.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/professional-esports-gamer-back-side-view-rejoices-victory-generative-ai_191095-2007.jpg?_wi=2",
},
imageSrc: "http://img.b2bpic.net/free-photo/professional-esports-gamer-back-side-view-rejoices-victory-generative-ai_191095-2007.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/technology-specialist-filming-technology-review-v-mount-battery_482257-124194.jpg?_wi=2",
imageAlt: "custom controller close up",
},
{
title: "Pièces Originales",
description: "Composants certifiés pour une durabilité maximale.",
icon: Shield,
title: "Pièces Originales", description: "Composants certifiés pour une durabilité maximale.", icon: Shield,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-vector/six-color-spinners-flat-design_23-2147639125.jpg?_wi=3",
},
imageSrc: "http://img.b2bpic.net/free-vector/six-color-spinners-flat-design_23-2147639125.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/professional-esports-gamer-back-side-view-rejoices-victory-generative-ai_191095-2007.jpg?_wi=3",
},
imageSrc: "http://img.b2bpic.net/free-photo/professional-esports-gamer-back-side-view-rejoices-victory-generative-ai_191095-2007.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/party-space-ready-online-celebration_23-2149347238.jpg?_wi=2",
imageAlt: "custom retro game console",
},
]}
title="Pourquoi choisir AXL ?"
@@ -160,40 +120,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Lucas D.",
handle: "@lucasg",
testimonial: "Ma manette custom est incroyable. Design unique et très réactive !",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-young-man-white-t-shirt-with-headphones-playing-games-using-smartphone-happy-excited_141793-108888.jpg?_wi=1",
},
id: "1", name: "Lucas D.", handle: "@lucasg", testimonial: "Ma manette custom est incroyable. Design unique et très réactive !", imageSrc: "http://img.b2bpic.net/free-photo/african-american-young-man-white-t-shirt-with-headphones-playing-games-using-smartphone-happy-excited_141793-108888.jpg"},
{
id: "2",
name: "Sarah M.",
handle: "@sarah_pro",
testimonial: "Le service client est au top. La qualité de finition est impressionnante.",
imageSrc: "http://img.b2bpic.net/free-photo/gamer-chair-with-multicolored-neon-lights_52683-99742.jpg",
},
id: "2", name: "Sarah M.", handle: "@sarah_pro", testimonial: "Le service client est au top. La qualité de finition est impressionnante.", imageSrc: "http://img.b2bpic.net/free-photo/gamer-chair-with-multicolored-neon-lights_52683-99742.jpg"},
{
id: "3",
name: "Thomas V.",
handle: "@tvgaming",
testimonial: "La Gameboy custom est une œuvre d'art qui fonctionne parfaitement.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-playing-video-games_1157-34567.jpg",
},
id: "3", name: "Thomas V.", handle: "@tvgaming", testimonial: "La Gameboy custom est une œuvre d'art qui fonctionne parfaitement.", imageSrc: "http://img.b2bpic.net/free-photo/couple-home-playing-video-games_1157-34567.jpg"},
{
id: "4",
name: "Julie K.",
handle: "@juliek",
testimonial: "Indispensable pour mes streams, merci AXL !",
imageSrc: "http://img.b2bpic.net/free-photo/christmas-valentine-s-day-new-year-happy-beautiful-girl-enjoying-christmas-morning-while-sitting-couch-with-gift-boxes-decorated-room-with-loft-interior_613910-18138.jpg",
},
id: "4", name: "Julie K.", handle: "@juliek", testimonial: "Indispensable pour mes streams, merci AXL !", imageSrc: "http://img.b2bpic.net/free-photo/christmas-valentine-s-day-new-year-happy-beautiful-girl-enjoying-christmas-morning-while-sitting-couch-with-gift-boxes-decorated-room-with-loft-interior_613910-18138.jpg"},
{
id: "5",
name: "Marc L.",
handle: "@marclgaming",
testimonial: "Une expérience de jeu transfigurée par leur manette ergonomique.",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-young-man-white-t-shirt-with-headphones-playing-games-using-smartphone-happy-excited_141793-108888.jpg?_wi=2",
},
id: "5", name: "Marc L.", handle: "@marclgaming", testimonial: "Une expérience de jeu transfigurée par leur manette ergonomique.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-young-man-white-t-shirt-with-headphones-playing-games-using-smartphone-happy-excited_141793-108888.jpg"},
]}
title="Ce qu'ils pensent d'AXL"
description="Rejoignez la communauté des gamers exigeants."
@@ -204,14 +139,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "canvas-reveal",
}}
variant: "canvas-reveal"}}
text="Vous avez un projet de customisation spécifique ? Contactez notre atelier."
buttons={[
{
text: "Nous contacter",
href: "mailto:hello@axl.com",
},
text: "Nous contacter", href: "mailto:hello@axl.com"},
]}
/>
</div>
@@ -221,29 +153,19 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-late-night_23-2150171105.jpg"
columns={[
{
title: "AXL",
items: [
title: "AXL", items: [
{
label: "Boutique",
href: "#products",
},
label: "Boutique", href: "#products"},
{
label: "Studio",
href: "#",
},
label: "Studio", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "#",
},
label: "FAQ", href: "#"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
]}