Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| af79646d98 | |||
| 5eabfd9c31 | |||
| de49225483 | |||
| d45c39c00a | |||
| f747438efa | |||
| bede8c8968 | |||
| 3330937ff3 | |||
| eefffd8867 | |||
| 56144141e3 | |||
| faccf195a0 | |||
| faa7ef184d | |||
| 2b9205624e |
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Lance un business rentable adapté à ton profil en quelques minutes"
|
||||
title="Lance un business rentable adapté à ton profil en 15 minutes"
|
||||
description="Réponds à quelques questions et découvre une voie concrète que tu peux réellement lancer, avec un plan clair et les bons outils."
|
||||
testimonials={[
|
||||
{
|
||||
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Trouver mon business", href: "/quiz"},
|
||||
text: "Générer mon plan business", href: "/quiz"},
|
||||
{
|
||||
text: "Voir comment ça marche", href: "#comment"},
|
||||
]}
|
||||
@@ -126,17 +126,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
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"
|
||||
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"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Débloquer le pack"},
|
||||
text: "Lancer mon projet maintenant"},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user