From d04307e02abf3fb0e90dc6c46f8f4e9976c89e2c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 16:29:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 127 +++++++++++++---------------------------------- 1 file changed, 34 insertions(+), 93 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 59f2538..402c116 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; @@ -42,60 +42,20 @@ export default function LandingPage() {
-
@@ -107,12 +67,9 @@ export default function LandingPage() { title="Un système simple pour t’aider à avancer" description="Nous avons éliminé le bruit pour te proposer uniquement des chemins réalistes. Pas d'automatisation magique, juste du travail structuré." bulletPoints={[ - { - title: "Analyse de ton profil", description: "Réponds à quelques questions sur tes contraintes et envies."}, - { - title: "Recommandation personnalisée", description: "Découvre le business le plus adapté à ta situation unique."}, - { - title: "Plan concret", description: "Reçois les premières étapes, outils et actions prioritaires."}, + { title: "Analyse de ton profil", description: "Réponds à quelques questions sur tes contraintes et envies." }, + { title: "Recommandation personnalisée", description: "Découvre le business le plus adapté à ta situation unique." }, + { title: "Plan concret", description: "Reçois les premières étapes, outils et actions prioritaires." }, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/an-abstract-professional-visualization-o-1775309990270-6ddc8007.png?_wi=2" mediaAnimation="slide-up" @@ -125,18 +82,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - 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", buttons: [{ text: "Explorer", href: "/business/agence-contenu" }]}, - { - 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", buttons: [{ text: "Explorer", href: "/business/landing-pages" }]}, - { - 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", buttons: [{ text: "Explorer", href: "/business/sites-locaux" }]}, + { 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", buttons: [{ text: "Explorer", href: "/business/agence-contenu" }] }, + { 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", buttons: [{ text: "Explorer", href: "/business/landing-pages" }] }, + { 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", 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." @@ -150,19 +101,17 @@ 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"], + 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"}, + { 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é"], + 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"}, + { text: "S'abonner" }, ], }, ]} @@ -180,12 +129,9 @@ export default function LandingPage() { title="Des résultats concrets" description="Notre approche a déjà aidé de nombreux entrepreneurs à clarifier leur projet." metrics={[ - { - id: "m1", value: "500+", description: "Business lancés"}, - { - id: "m2", value: "15 min", description: "Temps pour ton plan"}, - { - id: "m3", value: "98%", description: "Satisfaction client"}, + { id: "m1", value: "500+", description: "Business lancés" }, + { id: "m2", value: "15 min", description: "Temps pour ton plan" }, + { id: "m3", value: "98%", description: "Satisfaction client" }, ]} /> @@ -196,21 +142,16 @@ export default function LandingPage() { logoText="LaunchPad" columns={[ { - title: "Navigation", items: [ - { - label: "Accueil", href: "/"}, - { - label: "Quiz", href: "/quiz"}, - { - label: "Business", href: "/business"}, + 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: "Légal", items: [ + { label: "Mentions légales", href: "#" }, + { label: "Confidentialité", href: "#" }, ], }, ]} @@ -220,4 +161,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file