Update src/app/contact/page.tsx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user