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 ( - +
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 ( - +
-
- +
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 ( - +