Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5fff9ce9c1 | |||
| 278a2ce3ed | |||
| bdca2d65a5 |
118
src/app/page.tsx
118
src/app/page.tsx
@@ -30,29 +30,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Accueil", id: "#hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Tarifs",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Tarifs", id: "#pricing"},
|
||||
{
|
||||
name: "Processus",
|
||||
id: "#process",
|
||||
},
|
||||
name: "Processus", id: "#process"},
|
||||
{
|
||||
name: "Confiance",
|
||||
id: "#trust",
|
||||
},
|
||||
name: "Confiance", id: "#trust"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="NovaFlow Automation"
|
||||
/>
|
||||
@@ -61,18 +49,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Automatisation IA pour PME B2B : moins de tâches répétitives, plus de business."
|
||||
description="Nous connectons vos CRM, ERP et outils métiers avec des workflows IA qui éliminent le travail manuel en moins de 90 jours."
|
||||
buttons={[
|
||||
{
|
||||
text: "Réserver un audit d'automatisation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Réserver un audit d'automatisation", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-dashboard_23-2151957114.jpg"
|
||||
imageAlt="AI Automation Dashboard"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/global-network-connection_23-2147775536.jpg"
|
||||
imageAlt="Global Network Connection for Automation"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -92,19 +77,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Cog,
|
||||
title: "Lead Management",
|
||||
description: "De la capture à la qualification, automatisez l'intégralité de votre pipeline de leads pour ne jamais manquer une opportunité.",
|
||||
},
|
||||
title: "Lead Management", description: "De la capture à la qualification, automatisez l'intégralité de votre pipeline de leads pour ne jamais manquer une opportunité."},
|
||||
{
|
||||
icon: Activity,
|
||||
title: "Workflow Automation (Quote-to-Cash)",
|
||||
description: "Optimisez vos processus de devis à encaissement, réduisant les erreurs et accélérant le cycle de vente.",
|
||||
},
|
||||
title: "Workflow Automation (Quote-to-Cash)", description: "Optimisez vos processus de devis à encaissement, réduisant les erreurs et accélérant le cycle de vente."},
|
||||
{
|
||||
icon: BarChart2,
|
||||
title: "Business Reporting & Support",
|
||||
description: "Générez des rapports pertinents automatiquement et offrez un support client amélioré grâce à l'IA.",
|
||||
},
|
||||
title: "Business Reporting & Support", description: "Générez des rapports pertinents automatiquement et offrez un support client amélioré grâce à l'IA."},
|
||||
]}
|
||||
title="Nos Solutions d'Automatisation Clés"
|
||||
description="Découvrez les trois piliers qui propulsent votre entreprise vers une productivité inégalée."
|
||||
@@ -119,43 +98,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "audit-roadmap",
|
||||
badge: "Phase Initiale",
|
||||
badgeIcon: Lightbulb,
|
||||
price: "600–1500 €",
|
||||
subtitle: "Audit & Feuille de Route",
|
||||
features: [
|
||||
"Analyse des systèmes existants",
|
||||
"Identification des goulots d'étranglement",
|
||||
"Définition des objectifs ROI",
|
||||
"Plan d'automatisation personnalisé",
|
||||
],
|
||||
id: "audit-roadmap", badge: "Phase Initiale", badgeIcon: Lightbulb,
|
||||
price: "600–1500 €", subtitle: "Audit & Feuille de Route", features: [
|
||||
"Analyse des systèmes existants", "Identification des goulots d'étranglement", "Définition des objectifs ROI", "Plan d'automatisation personnalisé"],
|
||||
},
|
||||
{
|
||||
id: "implementation-projects",
|
||||
badge: "Projets",
|
||||
badgeIcon: Settings,
|
||||
price: "1.5k–15k €",
|
||||
subtitle: "Projets d'Implémentation",
|
||||
features: [
|
||||
"Développement de workflows IA",
|
||||
"Intégration transparente à vos outils",
|
||||
"Tests et validation",
|
||||
"Formation des équipes",
|
||||
],
|
||||
id: "implementation-projects", badge: "Projets", badgeIcon: Settings,
|
||||
price: "1.5k–15k €", subtitle: "Projets d'Implémentation", features: [
|
||||
"Développement de workflows IA", "Intégration transparente à vos outils", "Tests et validation", "Formation des équipes"],
|
||||
},
|
||||
{
|
||||
id: "retainers",
|
||||
badge: "Continu",
|
||||
badgeIcon: Globe,
|
||||
price: "500–4k € / mois",
|
||||
subtitle: "Support & Optimisation",
|
||||
features: [
|
||||
"Monitoring de la performance",
|
||||
"Ajustements réguliers",
|
||||
"Rapports détaillés",
|
||||
"Support technique prioritaire",
|
||||
],
|
||||
id: "retainers", badge: "Continu", badgeIcon: Globe,
|
||||
price: "500–4k € / mois", subtitle: "Support & Optimisation", features: [
|
||||
"Monitoring de la performance", "Ajustements réguliers", "Rapports détaillés", "Support technique prioritaire"],
|
||||
},
|
||||
]}
|
||||
title="Des Solutions Flexibles pour Chaque Étape"
|
||||
@@ -172,19 +127,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Search,
|
||||
title: "1. Audit Approfondi",
|
||||
description: "Analyse de vos systèmes existants, identification des goulots d'étranglement et définition des objectifs ROI. Image: http://img.b2bpic.net/free-photo/menu-circle-button-front-side-white-background_187299-40323.jpg",
|
||||
},
|
||||
title: "1. Audit Approfondi", description: "Analysez vos systèmes, identifiez les blocages et fixez des objectifs ROI clairs. Image: http://img.b2bpic.net/free-photo/menu-circle-button-front-side-white-background_187299-40323.jpg"},
|
||||
{
|
||||
icon: Package,
|
||||
title: "2. Construction & Intégration",
|
||||
description: "Développement et déploiement des workflows IA, avec une intégration transparente à vos outils métiers. Image: http://img.b2bpic.net/free-photo/man-doing-software-quality-assurance-using-tablet-reading-source-code_482257-82926.jpg",
|
||||
},
|
||||
title: "2. Construction & Intégration", description: "Déployez des workflows IA sur mesure, intégrés à vos outils pour une transition fluide. Image: http://img.b2bpic.net/free-photo/man-doing-software-quality-assurance-using-tablet-reading-source-code_482257-82926.jpg"},
|
||||
{
|
||||
icon: Activity,
|
||||
title: "3. Suivi & Optimisation",
|
||||
description: "Monitoring de la performance, ajustements réguliers et rapports pour maximiser l'impact de l'automatisation. Image: http://img.b2bpic.net/free-photo/gear-front-side-white-background_187299-40157.jpg",
|
||||
},
|
||||
title: "3. Suivi & Optimisation", description: "Surveillez la performance, ajustez et optimisez pour maximiser votre retour sur investissement. Image: http://img.b2bpic.net/free-photo/gear-front-side-white-background_187299-40157.jpg"},
|
||||
]}
|
||||
title="Notre Processus en 3 Étapes pour Votre Succès"
|
||||
description="De l'analyse initiale à l'optimisation continue, nous vous accompagnons à chaque phase de votre transformation digitale."
|
||||
@@ -204,8 +153,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Contactez-nous"
|
||||
title="Prêt à Transformer Votre Entreprise ?"
|
||||
description="Réservez dès maintenant votre audit d'automatisation gratuit et découvrez comment l'IA peut libérer votre potentiel."
|
||||
@@ -222,23 +170,17 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/novaflow",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "https://linkedin.com/novaflow", ariaLabel: "LinkedIn"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/novaflow",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com/novaflow", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/novaflow",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/novaflow", ariaLabel: "Facebook"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user