From c888ffcb806188f8096f4c3cf7cf822cac14258d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 17:23:17 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 82 +++++++++++++++++++++++++++++++----------------- 1 file changed, 53 insertions(+), 29 deletions(-) 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() {
- +

1. Audit Approfondi

+

Analysez vos systèmes, identifiez les blocages et fixez des objectifs ROI clairs.

+
+ ), + media: Audit Approfondi, + 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: ( +
+

2. Construction & Intégration

+

Déployez des workflows IA sur mesure, intégrés à vos outils pour une transition fluide.

+
+ ), + media: Construction & Intégration, + 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: ( +
+

3. Suivi & Optimisation

+

Surveillez la performance, ajustez et optimisez pour maximiser votre retour sur investissement.

+
+ ), + media: Suivi & Optimisation, + 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() {
-
-
); -} \ No newline at end of file +} -- 2.49.1 From e97bedc9b9c2cd6e86c86c42a684b5c8145b3aa6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 17:23:17 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 08318e7..571f6aa 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #ffffff; - --primary-cta: #00BFFF; - --primary-cta-text: #0a0a0a; - --secondary-cta: #6A0DAD; - --secondary-cta-text: #ffffff; - --accent: #00BFFF; - --background-accent: #6A0DAD; + --background: #020617; + --card: #0f172a; + --foreground: #e2e8f0; + --primary-cta: #c4d8f9; + --primary-cta-text: #020617; + --secondary-cta: #041633; + --secondary-cta-text: #e2e8f0; + --accent: #2d30f3; + --background-accent: #1d4ed8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1