diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3f24cb3..7b7f1da 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,10 +8,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; export default function ContactPage() { const navItems = [ - { name: "À propos", href: "/#about" }, - { name: "Cours", href: "/#services" }, - { name: "Avis", href: "/#testimonials" }, - { name: "Contact", href: "/contact" }, + { name: "Accueil", id: "/" }, + { name: "À propos", id: "/#about" }, + { name: "Cours", id: "/#services" }, + { name: "Avis", id: "/#testimonials" }, + { name: "Contact", id: "/contact" }, ]; return ( @@ -43,6 +44,7 @@ export default function ContactPage() { { text: "Contacter sur WhatsApp", href: "https://wa.me/32400000000" }, ]} background={{ variant: "plain" }} + useInvertedBackground={false} />