Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| af79646d98 | |||
| 5eabfd9c31 | |||
| de49225483 | |||
| d45c39c00a | |||
| f747438efa | |||
| bede8c8968 |
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Trouver mon business", href: "/quiz"},
|
text: "Générer mon plan business", href: "/quiz"},
|
||||||
{
|
{
|
||||||
text: "Voir comment ça marche", href: "#comment"},
|
text: "Voir comment ça marche", href: "#comment"},
|
||||||
]}
|
]}
|
||||||
@@ -126,17 +126,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "1", title: "Ghostwriting avec IA", subtitle: "Rédaction pour LinkedIn", category: "Écriture", value: "Budget : Faible"},
|
id: "1", title: "Ghostwriting avec IA", subtitle: "Rédaction pour LinkedIn", category: "Écriture", value: "Budget : Faible", buttons: [{ text: "Explorer", href: "/business/ghostwriting" }]},
|
||||||
{
|
{
|
||||||
id: "2", title: "Agence de contenu", subtitle: "Gestion de réseaux", category: "Service", value: "Difficulté : Moyenne"},
|
id: "2", title: "Agence de contenu", subtitle: "Gestion de réseaux", category: "Service", value: "Difficulté : Moyenne", buttons: [{ text: "Explorer", href: "/business/agence-contenu" }]},
|
||||||
{
|
{
|
||||||
id: "3", title: "Montage vidéo IA", subtitle: "Contenu court", category: "Création", value: "Budget : Faible"},
|
id: "3", title: "Montage vidéo IA", subtitle: "Contenu court", category: "Création", value: "Budget : Faible", buttons: [{ text: "Explorer", href: "/business/montage-ia" }]},
|
||||||
{
|
{
|
||||||
id: "4", title: "Landing Pages", subtitle: "Conception web", category: "Web", value: "Difficulté : Moyenne"},
|
id: "4", title: "Landing Pages", subtitle: "Conception web", category: "Web", value: "Difficulté : Moyenne", buttons: [{ text: "Explorer", href: "/business/landing-pages" }]},
|
||||||
{
|
{
|
||||||
id: "5", title: "Lead Generation", subtitle: "Prospection ciblée", category: "Business", value: "Budget : Très faible"},
|
id: "5", title: "Lead Generation", subtitle: "Prospection ciblée", category: "Business", value: "Budget : Très faible", buttons: [{ text: "Explorer", href: "/business/lead-gen" }]},
|
||||||
{
|
{
|
||||||
id: "6", title: "Sites locaux", subtitle: "Presence web", category: "Service", value: "Difficulté : Simple"},
|
id: "6", title: "Sites locaux", subtitle: "Presence web", category: "Service", value: "Difficulté : Simple", buttons: [{ text: "Explorer", href: "/business/sites-locaux" }]},
|
||||||
]}
|
]}
|
||||||
title="Des business simples et réalistes"
|
title="Des business simples et réalistes"
|
||||||
description="On ne te propose pas 50 idées inutiles. On sélectionne des modèles testables, compréhensibles et accessibles dès maintenant."
|
description="On ne te propose pas 50 idées inutiles. On sélectionne des modèles testables, compréhensibles et accessibles dès maintenant."
|
||||||
@@ -154,7 +154,7 @@ export default function LandingPage() {
|
|||||||
"Plan détaillé", "Scripts de vente", "Templates réutilisables", "Checklist de démarrage", "Exemples concrets"],
|
"Plan détaillé", "Scripts de vente", "Templates réutilisables", "Checklist de démarrage", "Exemples concrets"],
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: "Get Started - Risk-Free Start"},
|
text: "Lancer mon projet maintenant"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -220,4 +220,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user