Update src/app/contact/page.tsx

This commit is contained in:
2026-04-08 23:29:27 +00:00
parent ac6d849c93
commit 738f0c8b2f

View File

@@ -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}
/>
</div>
<FooterLogoEmphasis