From e13d77bc9af6b0ba78378d40ddf9ff539cde24c8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 13:49:50 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1c94159..24df14f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -9,15 +9,16 @@ export default function AboutPage() { const navItems = [{ name: "Accueil", id: "/" }, { name: "Fonctionnalités", id: "/fonctionnalites" }, { name: "Tarifs", id: "/tarifs" }, { name: "FAQ", id: "/faq" }, { name: "Contact", id: "/contact" }, { name: "Blog", id: "/blog" }, { name: "Mentions Légales", id: "/legal" }, { name: "À propos", id: "/about" }, { name: "Équipe", id: "/team" }]; return ( - +
-- 2.49.1 From 928642644ef7ac372316f1f409eb5cc5eeebff52 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 13:49:50 +0000 Subject: [PATCH 2/3] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 8e34719..f2db685 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -1,7 +1,7 @@ "use client"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import BlogCardOne from "@/components/sections/blog/BlogCardOne"; +import BlogCardThree from "@/components/sections/blog/BlogCardThree"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; @@ -10,14 +10,15 @@ export default function BlogPage() { const navItems = [{ name: "Accueil", id: "/" }, { name: "Fonctionnalités", id: "/fonctionnalites" }, { name: "Tarifs", id: "/tarifs" }, { name: "FAQ", id: "/faq" }, { name: "Contact", id: "/contact" }, { name: "Blog", id: "/blog" }, { name: "Mentions Légales", id: "/legal" }, { name: "À propos", id: "/about" }, { name: "Équipe", id: "/team" }]; return ( - +
-
- +
-- 2.49.1 From ee3b972e31063d09eebb9d119b41bb224b3f795f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 13:49:51 +0000 Subject: [PATCH 3/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a72ce6d..c2af05b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -9,7 +9,7 @@ export default function ContactPage() { const navItems = [{ name: "Accueil", id: "/" }, { name: "Fonctionnalités", id: "/fonctionnalites" }, { name: "Tarifs", id: "/tarifs" }, { name: "FAQ", id: "/faq" }, { name: "Contact", id: "/contact" }, { name: "Blog", id: "/blog" }, { name: "Mentions Légales", id: "/legal" }, { name: "À propos", id: "/about" }, { name: "Équipe", id: "/team" }]; return ( - +
-- 2.49.1