|
|
|
@@ -2,14 +2,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
|
|
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
|
|
|
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
|
|
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
|
|
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|
|
|
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
|
|
|
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
|
|
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
|
|
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
|
|
|
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
|
|
|
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
|
|
|
|
|
|
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
|
|
|
|
|
|
import TimelineProcessFlow from '@/components/cardStack/layouts/timelines/TimelineProcessFlow';
|
|
|
|
import TextAbout from '@/components/sections/about/TextAbout';
|
|
|
|
import TextAbout from '@/components/sections/about/TextAbout';
|
|
|
|
import { Activity, BarChart2, Cog, Facebook, Globe, Lightbulb, Linkedin, Package, Search, Settings, Twitter } from "lucide-react";
|
|
|
|
import { Activity, BarChart2, Cog, Globe, Lightbulb, Package, Search, Settings } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
export default function LandingPage() {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
@@ -120,20 +122,40 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="process" data-section="process">
|
|
|
|
<div id="process" data-section="process">
|
|
|
|
<FeatureBorderGlow
|
|
|
|
<TimelineProcessFlow
|
|
|
|
animationType="scale-rotate"
|
|
|
|
animationType="slide-up"
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="default"
|
|
|
|
useInvertedBackground={true}
|
|
|
|
items={[
|
|
|
|
features={[
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
icon: Search,
|
|
|
|
content: (
|
|
|
|
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"},
|
|
|
|
<div>
|
|
|
|
|
|
|
|
<h3>1. Audit Approfondi</h3>
|
|
|
|
|
|
|
|
<p>Analysez vos systèmes, identifiez les blocages et fixez des objectifs ROI clairs.</p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
),
|
|
|
|
|
|
|
|
media: <img src="http://img.b2bpic.net/free-photo/menu-circle-button-front-side-white-background_187299-40323.jpg" alt="Audit Approfondi" className="h-full w-full object-cover rounded-xl" />,
|
|
|
|
|
|
|
|
reverse: false,
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
icon: Package,
|
|
|
|
content: (
|
|
|
|
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"},
|
|
|
|
<div>
|
|
|
|
|
|
|
|
<h3>2. Construction & Intégration</h3>
|
|
|
|
|
|
|
|
<p>Déployez des workflows IA sur mesure, intégrés à vos outils pour une transition fluide.</p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
),
|
|
|
|
|
|
|
|
media: <img src="http://img.b2bpic.net/free-photo/man-doing-software-quality-assurance-using-tablet-reading-source-code_482257-82926.jpg" alt="Construction & Intégration" className="h-full w-full object-cover rounded-xl" />,
|
|
|
|
|
|
|
|
reverse: true,
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
icon: Activity,
|
|
|
|
content: (
|
|
|
|
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"},
|
|
|
|
<div>
|
|
|
|
|
|
|
|
<h3>3. Suivi & Optimisation</h3>
|
|
|
|
|
|
|
|
<p>Surveillez la performance, ajustez et optimisez pour maximiser votre retour sur investissement.</p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
),
|
|
|
|
|
|
|
|
media: <img src="http://img.b2bpic.net/free-photo/gear-front-side-white-background_187299-40157.jpg" alt="Suivi & Optimisation" className="h-full w-full object-cover rounded-xl" />,
|
|
|
|
|
|
|
|
reverse: false,
|
|
|
|
|
|
|
|
},
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
title="Notre Processus en 3 Étapes pour Votre Succès"
|
|
|
|
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."
|
|
|
|
description="De l'analyse initiale à l'optimisation continue, nous vous accompagnons à chaque phase de votre transformation digitale."
|
|
|
|
@@ -142,15 +164,21 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="trust" data-section="trust">
|
|
|
|
<div id="trust" data-section="trust">
|
|
|
|
<TextAbout
|
|
|
|
<SocialProofOne
|
|
|
|
|
|
|
|
textboxLayout="default"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
tag="Confiance"
|
|
|
|
tag="Confiance"
|
|
|
|
title="NovaFlow Automation : Votre Partenaire de Confiance"
|
|
|
|
title="NovaFlow Automation : Votre Partenaire de Confiance"
|
|
|
|
|
|
|
|
description="Nous nous engageons à offrir l'excellence, soutenue par nos certifications et l'approbation de l'industrie."
|
|
|
|
|
|
|
|
names={[
|
|
|
|
|
|
|
|
"ISO 27001 Certified", "GDPR Compliant", "AI Ethics Accredited", "Certified Automation Specialist", "Data Security Standard"
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
showCard={true}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<ContactCenter
|
|
|
|
<ContactSplit
|
|
|
|
useInvertedBackground={true}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
background={{
|
|
|
|
background={{
|
|
|
|
variant: "radial-gradient"}}
|
|
|
|
variant: "radial-gradient"}}
|
|
|
|
@@ -160,27 +188,23 @@ export default function LandingPage() {
|
|
|
|
inputPlaceholder="Votre adresse e-mail"
|
|
|
|
inputPlaceholder="Votre adresse e-mail"
|
|
|
|
buttonText="Demander un audit gratuit"
|
|
|
|
buttonText="Demander un audit gratuit"
|
|
|
|
termsText="En cliquant sur 'Demander un audit gratuit', vous confirmez que vous acceptez nos Conditions Générales."
|
|
|
|
termsText="En cliquant sur 'Demander un audit gratuit', vous confirmez que vous acceptez nos Conditions Générales."
|
|
|
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/modern-office-business-district_1074-6330.jpg"
|
|
|
|
|
|
|
|
imageAlt="Modern Office Business District for Contact"
|
|
|
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
|
|
|
mediaPosition="right"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<FooterCard
|
|
|
|
<FooterLogoReveal
|
|
|
|
logoText="NovaFlow Automation"
|
|
|
|
logoText="NovaFlow Automation"
|
|
|
|
copyrightText="© 2024 NovaFlow Automation. Tous droits réservés."
|
|
|
|
leftLink={{
|
|
|
|
socialLinks={[
|
|
|
|
text: "Politique de Confidentialité", href: "/privacy-policy"}}
|
|
|
|
{
|
|
|
|
rightLink={{
|
|
|
|
icon: Linkedin,
|
|
|
|
text: "Conditions Générales", href: "/terms-of-service"}}
|
|
|
|
href: "https://linkedin.com/novaflow", ariaLabel: "LinkedIn"},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
icon: Twitter,
|
|
|
|
|
|
|
|
href: "https://twitter.com/novaflow", ariaLabel: "Twitter"},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
icon: Facebook,
|
|
|
|
|
|
|
|
href: "https://facebook.com/novaflow", ariaLabel: "Facebook"},
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ReactLenis>
|
|
|
|
</ReactLenis>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|