Merge version_1 into main #2
139
src/app/page.tsx
139
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Accueil", id: "hero"},
|
||||
{
|
||||
name: "Produits",
|
||||
id: "products",
|
||||
},
|
||||
name: "Produits", id: "products"},
|
||||
{
|
||||
name: "Avantages",
|
||||
id: "features",
|
||||
},
|
||||
name: "Avantages", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="RC Speed"
|
||||
/>
|
||||
@@ -52,31 +44,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background="circleGradient"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="La Vitesse Entre Tes Mains"
|
||||
description="Découvrez notre sélection exclusive de voitures télécommandées de haute précision. Performance, durabilité et design à portée de main."
|
||||
tag="Performance RC"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcKIzULwDLe5w9T0bS8ngTI6Wp/professional-rc-race-car-speed-action-sh-1774785482350-28dfde4c.png",
|
||||
imageAlt: "RC Racing Track Action",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcKIzULwDLe5w9T0bS8ngTI6Wp/professional-rc-race-car-speed-action-sh-1774785482350-28dfde4c.png", imageAlt: "RC Racing Track Action"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcKIzULwDLe5w9T0bS8ngTI6Wp/close-up-professional-photography-of-a-h-1774785481648-4d0c5ea9.png",
|
||||
imageAlt: "RC Chassis Detail",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcKIzULwDLe5w9T0bS8ngTI6Wp/a-top-tier-rc-buggy-car-model-on-a-studi-1774785480894-95e438b4.png?_wi=1",
|
||||
imageAlt: "RC Buggy Pro",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcKIzULwDLe5w9T0bS8ngTI6Wp/a-fast-rc-drift-car-neon-lighting-indoor-1774785481096-08c75f80.png?_wi=1",
|
||||
imageAlt: "RC Drift King",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcKIzULwDLe5w9T0bS8ngTI6Wp/a-durable-off-road-truck-rc-vehicle-on-r-1774785483976-45d950b6.png?_wi=1",
|
||||
imageAlt: "RC Off-road Truck",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcKIzULwDLe5w9T0bS8ngTI6Wp/close-up-professional-photography-of-a-h-1774785481648-4d0c5ea9.png", imageAlt: "RC Chassis Detail"}
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -93,26 +69,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Speed Buggy Pro",
|
||||
price: "199 €",
|
||||
variant: "Course",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcKIzULwDLe5w9T0bS8ngTI6Wp/a-top-tier-rc-buggy-car-model-on-a-studi-1774785480894-95e438b4.png?_wi=2",
|
||||
},
|
||||
id: "1", name: "Speed Buggy Pro", price: "199 €", variant: "Course", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcKIzULwDLe5w9T0bS8ngTI6Wp/a-top-tier-rc-buggy-car-model-on-a-studi-1774785480894-95e438b4.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Drift King V2",
|
||||
price: "249 €",
|
||||
variant: "Drift",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcKIzULwDLe5w9T0bS8ngTI6Wp/a-fast-rc-drift-car-neon-lighting-indoor-1774785481096-08c75f80.png?_wi=2",
|
||||
},
|
||||
id: "2", name: "Drift King V2", price: "249 €", variant: "Drift", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcKIzULwDLe5w9T0bS8ngTI6Wp/a-fast-rc-drift-car-neon-lighting-indoor-1774785481096-08c75f80.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mountain Climber X",
|
||||
price: "179 €",
|
||||
variant: "Off-road",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcKIzULwDLe5w9T0bS8ngTI6Wp/a-durable-off-road-truck-rc-vehicle-on-r-1774785483976-45d950b6.png?_wi=2",
|
||||
},
|
||||
id: "3", name: "Mountain Climber X", price: "179 €", variant: "Off-road", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcKIzULwDLe5w9T0bS8ngTI6Wp/a-durable-off-road-truck-rc-vehicle-on-r-1774785483976-45d950b6.png"},
|
||||
]}
|
||||
title="Nos Meilleurs Modèles"
|
||||
description="Choisissez la puissance adaptée à votre style de pilotage."
|
||||
@@ -126,21 +87,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Modèles bas de gamme",
|
||||
"Pièces fragiles",
|
||||
"Service client limité",
|
||||
"Délais de livraison longs",
|
||||
"Manque de documentation",
|
||||
],
|
||||
"Modèles bas de gamme", "Pièces fragiles", "Service client limité", "Délais de livraison longs", "Manque de documentation"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Performance compétition",
|
||||
"Conception robuste",
|
||||
"Expertise dédiée",
|
||||
"Support technique réactif",
|
||||
"Garantie 2 ans",
|
||||
],
|
||||
"Performance compétition", "Conception robuste", "Expertise dédiée", "Support technique réactif", "Garantie 2 ans"],
|
||||
}}
|
||||
title="Pourquoi Choisir RC Speed?"
|
||||
description="L'excellence technique pour tous les niveaux de pilotes."
|
||||
@@ -152,30 +103,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex P.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcKIzULwDLe5w9T0bS8ngTI6Wp/smiling-rc-enthusiast-holding-a-modern-r-1774785481817-abbe8c5d.png?_wi=1",
|
||||
},
|
||||
id: "1", name: "Alex P.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcKIzULwDLe5w9T0bS8ngTI6Wp/smiling-rc-enthusiast-holding-a-modern-r-1774785481817-abbe8c5d.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Thomas L.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcKIzULwDLe5w9T0bS8ngTI6Wp/young-teenager-playing-with-high-tech-rc-1774785481926-871fc343.png",
|
||||
},
|
||||
id: "2", name: "Thomas L.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcKIzULwDLe5w9T0bS8ngTI6Wp/young-teenager-playing-with-high-tech-rc-1774785481926-871fc343.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah M.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcKIzULwDLe5w9T0bS8ngTI6Wp/adult-professional-pilot-using-advanced--1774785480916-69b9b882.png",
|
||||
},
|
||||
id: "3", name: "Sarah M.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcKIzULwDLe5w9T0bS8ngTI6Wp/adult-professional-pilot-using-advanced--1774785480916-69b9b882.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Julien B.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcKIzULwDLe5w9T0bS8ngTI6Wp/casual-hobbyist-showing-off-his-rc-racin-1774785483769-1df21784.png",
|
||||
},
|
||||
id: "4", name: "Julien B.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcKIzULwDLe5w9T0bS8ngTI6Wp/casual-hobbyist-showing-off-his-rc-racin-1774785483769-1df21784.png"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Marc D.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcKIzULwDLe5w9T0bS8ngTI6Wp/smiling-rc-enthusiast-holding-a-modern-r-1774785481817-abbe8c5d.png?_wi=2",
|
||||
},
|
||||
id: "5", name: "Marc D.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcKIzULwDLe5w9T0bS8ngTI6Wp/smiling-rc-enthusiast-holding-a-modern-r-1774785481817-abbe8c5d.png"},
|
||||
]}
|
||||
cardTitle="Ils nous font confiance"
|
||||
cardTag="Communauté"
|
||||
@@ -189,27 +125,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Quelle voiture choisir pour débuter ?",
|
||||
content: "Nous recommandons nos modèles off-road pour leur grande durabilité.",
|
||||
},
|
||||
id: "f1", title: "Quelle voiture choisir pour débuter ?", content: "Nous recommandons nos modèles off-road pour leur grande durabilité."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Les pièces sont-elles remplaçables ?",
|
||||
content: "Oui, nous proposons toutes les pièces détachées pour vos modèles.",
|
||||
},
|
||||
id: "f2", title: "Les pièces sont-elles remplaçables ?", content: "Oui, nous proposons toutes les pièces détachées pour vos modèles."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Quelle est la garantie ?",
|
||||
content: "Tous nos modèles bénéficient d'une garantie constructeur de 2 ans.",
|
||||
},
|
||||
id: "f3", title: "Quelle est la garantie ?", content: "Tous nos modèles bénéficient d'une garantie constructeur de 2 ans."},
|
||||
]}
|
||||
ctaTitle="Des Questions sur Nos Modèles?"
|
||||
ctaDescription="Notre équipe technique est là pour vous guider dans votre choix de voiture télécommandée."
|
||||
ctaButton={{
|
||||
text: "Contactez le support",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Contactez le support", href: "#contact"}}
|
||||
ctaIcon={MessageCircle}
|
||||
/>
|
||||
</div>
|
||||
@@ -218,29 +143,19 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Boutique",
|
||||
items: [
|
||||
title: "Boutique", items: [
|
||||
{
|
||||
label: "Nos Voitures",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Nos Voitures", href: "#products"},
|
||||
{
|
||||
label: "À Propos",
|
||||
href: "#",
|
||||
},
|
||||
label: "À Propos", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQ", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user