diff --git a/src/app/page.tsx b/src/app/page.tsx index 20d617a..94ec6d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; 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 FooterCard from '@/components/sections/footer/FooterCard'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; 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 { 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() { return ( @@ -120,20 +122,40 @@ export default function LandingPage() {
Analysez vos systèmes, identifiez les blocages et fixez des objectifs ROI clairs.
+
,
+ reverse: false,
+ },
{
- icon: Package,
- 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"},
+ content: (
+ Déployez des workflows IA sur mesure, intégrés à vos outils pour une transition fluide.
+
,
+ reverse: true,
+ },
{
- icon: Activity,
- 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"},
+ content: (
+ Surveillez la performance, ajustez et optimisez pour maximiser votre retour sur investissement.
+
,
+ reverse: false,
+ },
]}
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."
@@ -142,15 +164,21 @@ export default function LandingPage() {