Merge version_12 into main #13
@@ -25,22 +25,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Quiz",
|
||||
id: "/quiz",
|
||||
},
|
||||
{
|
||||
name: "Business",
|
||||
id: "/business",
|
||||
},
|
||||
{
|
||||
name: "Offres",
|
||||
id: "/offres",
|
||||
},
|
||||
{ name: "Accueil", id: "/" },
|
||||
{ name: "Quiz", id: "/quiz" },
|
||||
{ name: "Business", id: "/business" },
|
||||
{ name: "Offres", id: "/offres" },
|
||||
]}
|
||||
brandName="LaunchPad"
|
||||
/>
|
||||
@@ -54,20 +42,8 @@ export default function LandingPage() {
|
||||
title="Nos modèles de business favoris"
|
||||
description="Découvre les structures les plus agiles et rentables du moment."
|
||||
features={[
|
||||
{
|
||||
id: "b1",
|
||||
title: "Service B2B",
|
||||
subtitle: "Vente de solutions",
|
||||
category: "Service",
|
||||
value: "Haute rentabilité",
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
title: "Contenu IA",
|
||||
subtitle: "Production automatisée",
|
||||
category: "Tech",
|
||||
value: "Scalabilité forte",
|
||||
},
|
||||
{ id: "b1", title: "Service B2B", subtitle: "Vente de solutions", category: "Service", value: "Haute rentabilité" },
|
||||
{ id: "b2", title: "Contenu IA", subtitle: "Production automatisée", category: "Tech", value: "Scalabilité forte" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -81,25 +57,9 @@ export default function LandingPage() {
|
||||
description="Nos retours d'expérience sur le terrain."
|
||||
blogs={[
|
||||
{
|
||||
id: "bl1",
|
||||
category: "Guide",
|
||||
title: "Comment tester son idée ?",
|
||||
excerpt: "Une méthode simple pour valider sans investir.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/a-clean-icon-representing-professional-d-1775309989310-605863ac.png?_wi=2",
|
||||
authorName: "LaunchPad",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/a-clean-modern-professional-dashboard-in-1775309991068-1f1e5329.png",
|
||||
date: "2025-01-01",
|
||||
},
|
||||
id: "bl1", category: "Guide", title: "Comment tester son idée ?", excerpt: "Une méthode simple pour valider sans investir.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/a-clean-icon-representing-professional-d-1775309989310-605863ac.png?_wi=2", authorName: "LaunchPad", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/a-clean-modern-professional-dashboard-in-1775309991068-1f1e5329.png", date: "2025-01-01"},
|
||||
{
|
||||
id: "bl2",
|
||||
category: "Business",
|
||||
title: "Les erreurs à éviter",
|
||||
excerpt: "Ne perds pas ton temps avec ces points.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/a-clean-icon-representing-customized-bus-1775309989574-97677751.png?_wi=2",
|
||||
authorName: "LaunchPad",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/a-clean-modern-professional-dashboard-in-1775309991068-1f1e5329.png",
|
||||
date: "2025-01-05",
|
||||
},
|
||||
id: "bl2", category: "Business", title: "Les erreurs à éviter", excerpt: "Ne perds pas ton temps avec ces points.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/a-clean-icon-representing-customized-bus-1775309989574-97677751.png?_wi=2", authorName: "LaunchPad", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/a-clean-modern-professional-dashboard-in-1775309991068-1f1e5329.png", date: "2025-01-05"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -109,36 +69,8 @@ export default function LandingPage() {
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/an-abstract-professional-visualization-o-1775309990270-6ddc8007.png?_wi=5"
|
||||
logoText="LaunchPad"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Accueil",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Quiz",
|
||||
href: "/quiz",
|
||||
},
|
||||
{
|
||||
label: "Business",
|
||||
href: "/business",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Légal",
|
||||
items: [
|
||||
{
|
||||
label: "Mentions légales",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Confidentialité",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "Accueil", href: "/" }, { label: "Quiz", href: "/quiz" }, { label: "Business", href: "/business" }] },
|
||||
{ title: "Légal", items: [{ label: "Mentions légales", href: "#" }, { label: "Confidentialité", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2025 | LaunchPad"
|
||||
/>
|
||||
@@ -146,4 +78,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -25,22 +25,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Quiz",
|
||||
id: "/quiz",
|
||||
},
|
||||
{
|
||||
name: "Business",
|
||||
id: "/business",
|
||||
},
|
||||
{
|
||||
name: "Offres",
|
||||
id: "/offres",
|
||||
},
|
||||
{ name: "Accueil", id: "/" },
|
||||
{ name: "Quiz", id: "/quiz" },
|
||||
{ name: "Business", id: "/business" },
|
||||
{ name: "Offres", id: "/offres" },
|
||||
]}
|
||||
brandName="LaunchPad"
|
||||
/>
|
||||
@@ -54,37 +42,8 @@ export default function LandingPage() {
|
||||
title="Nos tarifs"
|
||||
description="Des solutions adaptées à ton besoin d'accompagnement."
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
price: "0€",
|
||||
name: "Découverte",
|
||||
buttons: [
|
||||
{
|
||||
text: "Commencer gratuitement",
|
||||
href: "/quiz",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Accès quiz",
|
||||
"Résumé rapide",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
price: "49€",
|
||||
name: "Expert",
|
||||
buttons: [
|
||||
{
|
||||
text: "Accéder",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Plan complet",
|
||||
"Scripts exclusifs",
|
||||
"Templates",
|
||||
],
|
||||
},
|
||||
{ id: "p1", price: "0€", name: "Découverte", buttons: [{ text: "Commencer gratuitement", href: "/quiz" }], features: ["Accès quiz", "Résumé rapide"] },
|
||||
{ id: "p2", price: "49€", name: "Expert", buttons: [{ text: "Accéder", href: "#" }], features: ["Plan complet", "Scripts exclusifs", "Templates"] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -98,16 +57,8 @@ export default function LandingPage() {
|
||||
title="Pourquoi passer au Premium ?"
|
||||
description="Pour gagner des semaines de tâtonnement en suivant des sentiers battus."
|
||||
metrics={[
|
||||
{
|
||||
id: "o1",
|
||||
value: "100%",
|
||||
description: "Accès illimité aux outils",
|
||||
},
|
||||
{
|
||||
id: "o2",
|
||||
value: "Priorité",
|
||||
description: "Support VIP 24/7",
|
||||
},
|
||||
{ id: "o1", value: "100%", description: "Accès illimité aux outils" },
|
||||
{ id: "o2", value: "Priorité", description: "Support VIP 24/7" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -117,36 +68,8 @@ export default function LandingPage() {
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/an-abstract-professional-visualization-o-1775309990270-6ddc8007.png?_wi=6"
|
||||
logoText="LaunchPad"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Accueil",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Quiz",
|
||||
href: "/quiz",
|
||||
},
|
||||
{
|
||||
label: "Business",
|
||||
href: "/business",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Légal",
|
||||
items: [
|
||||
{
|
||||
label: "Mentions légales",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Confidentialité",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "Accueil", href: "/" }, { label: "Quiz", href: "/quiz" }, { label: "Business", href: "/business" }] },
|
||||
{ title: "Légal", items: [{ label: "Mentions légales", href: "#" }, { label: "Confidentialité", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2025 | LaunchPad"
|
||||
/>
|
||||
@@ -154,4 +77,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -28,14 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil", id: "/"},
|
||||
{
|
||||
name: "Quiz", id: "/quiz"},
|
||||
{
|
||||
name: "Business", id: "/business"},
|
||||
{
|
||||
name: "Offres", id: "/offres"},
|
||||
{ name: "Accueil", id: "/" },
|
||||
{ name: "Quiz", id: "/quiz" },
|
||||
{ name: "Business", id: "/business" },
|
||||
{ name: "Offres", id: "/offres" },
|
||||
]}
|
||||
brandName="LaunchPad"
|
||||
/>
|
||||
@@ -101,18 +97,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "pack", badge: "Recommandé", price: "29€", subtitle: "Pour passer à l'action", features: [
|
||||
"Plan détaillé", "Scripts de vente", "Templates réutilisables", "Checklist de démarrage", "Exemples concrets"],
|
||||
buttons: [
|
||||
{ text: "Lancer mon projet maintenant" },
|
||||
],
|
||||
id: "pack", badge: "Recommandé", price: "29€", subtitle: "Pour passer à l'action", features: ["Plan détaillé", "Scripts de vente", "Templates réutilisables", "Checklist de démarrage", "Exemples concrets"],
|
||||
buttons: [{ text: "Lancer mon projet maintenant" }],
|
||||
},
|
||||
{
|
||||
id: "abonnement", badge: "Pro", price: "19€/mois", subtitle: "Accès illimité", features: [
|
||||
"Nouveaux business", "Ressources en continu", "Outils avancés", "Mises à jour", "Accès à la communauté"],
|
||||
buttons: [
|
||||
{ text: "S'abonner" },
|
||||
],
|
||||
id: "abonnement", badge: "Pro", price: "19€/mois", subtitle: "Accès illimité", features: ["Nouveaux business", "Ressources en continu", "Outils avancés", "Mises à jour", "Accès à la communauté"],
|
||||
buttons: [{ text: "S'abonner" }],
|
||||
},
|
||||
]}
|
||||
title="Aller plus loin"
|
||||
@@ -141,19 +131,8 @@ export default function LandingPage() {
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/an-abstract-professional-visualization-o-1775309990270-6ddc8007.png?_wi=3"
|
||||
logoText="LaunchPad"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{ label: "Accueil", href: "/" },
|
||||
{ label: "Quiz", href: "/quiz" },
|
||||
{ label: "Business", href: "/business" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Légal", items: [
|
||||
{ label: "Mentions légales", href: "#" },
|
||||
{ label: "Confidentialité", href: "#" },
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "Accueil", href: "/" }, { label: "Quiz", href: "/quiz" }, { label: "Business", href: "/business" }] },
|
||||
{ title: "Légal", items: [{ label: "Mentions légales", href: "#" }, { label: "Confidentialité", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2025 | LaunchPad"
|
||||
/>
|
||||
|
||||
@@ -25,22 +25,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Quiz",
|
||||
id: "/quiz",
|
||||
},
|
||||
{
|
||||
name: "Business",
|
||||
id: "/business",
|
||||
},
|
||||
{
|
||||
name: "Offres",
|
||||
id: "/offres",
|
||||
},
|
||||
{ name: "Accueil", id: "/" },
|
||||
{ name: "Quiz", id: "/quiz" },
|
||||
{ name: "Business", id: "/business" },
|
||||
{ name: "Offres", id: "/offres" },
|
||||
]}
|
||||
brandName="LaunchPad"
|
||||
/>
|
||||
@@ -48,39 +36,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Prêt à trouver ta voie ?"
|
||||
description="Réponds à ces 5 questions rapides pour obtenir une recommandation personnalisée."
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/a-clean-modern-professional-dashboard-in-1775309991068-1f1e5329.png",
|
||||
alt: "User 1",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/a-clean-modern-professional-dashboard-in-1775309991068-1f1e5329.png",
|
||||
alt: "User 2",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/a-clean-modern-professional-dashboard-in-1775309991068-1f1e5329.png",
|
||||
alt: "User 3",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/a-clean-modern-professional-dashboard-in-1775309991068-1f1e5329.png",
|
||||
alt: "User 4",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/a-clean-modern-professional-dashboard-in-1775309991068-1f1e5329.png",
|
||||
alt: "User 5",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Commencer le quiz",
|
||||
href: "#start",
|
||||
},
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/a-clean-modern-professional-dashboard-in-1775309991068-1f1e5329.png", alt: "User 1" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/a-clean-modern-professional-dashboard-in-1775309991068-1f1e5329.png", alt: "User 2" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/a-clean-modern-professional-dashboard-in-1775309991068-1f1e5329.png", alt: "User 3" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/a-clean-modern-professional-dashboard-in-1775309991068-1f1e5329.png", alt: "User 4" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/a-clean-modern-professional-dashboard-in-1775309991068-1f1e5329.png", alt: "User 5" },
|
||||
]}
|
||||
buttons={[{ text: "Commencer le quiz", href: "#start" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -93,21 +59,9 @@ export default function LandingPage() {
|
||||
title="Pourquoi le quiz ?"
|
||||
description="Pour éliminer le superflu et se concentrer sur ce qui marche pour TOI."
|
||||
metrics={[
|
||||
{
|
||||
id: "q1",
|
||||
value: "Ciblé",
|
||||
description: "Questions basées sur tes compétences",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
value: "Rapide",
|
||||
description: "Moins de 5 minutes chrono",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
value: "Sur-mesure",
|
||||
description: "Résultat unique par utilisateur",
|
||||
},
|
||||
{ id: "q1", value: "Ciblé", description: "Questions basées sur tes compétences" },
|
||||
{ id: "q2", value: "Rapide", description: "Moins de 5 minutes chrono" },
|
||||
{ id: "q3", value: "Sur-mesure", description: "Résultat unique par utilisateur" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -117,36 +71,8 @@ export default function LandingPage() {
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/an-abstract-professional-visualization-o-1775309990270-6ddc8007.png?_wi=4"
|
||||
logoText="LaunchPad"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Accueil",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Quiz",
|
||||
href: "/quiz",
|
||||
},
|
||||
{
|
||||
label: "Business",
|
||||
href: "/business",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Légal",
|
||||
items: [
|
||||
{
|
||||
label: "Mentions légales",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Confidentialité",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "Accueil", href: "/" }, { label: "Quiz", href: "/quiz" }, { label: "Business", href: "/business" }] },
|
||||
{ title: "Légal", items: [{ label: "Mentions légales", href: "#" }, { label: "Confidentialité", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2025 | LaunchPad"
|
||||
/>
|
||||
@@ -154,4 +80,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user