Update src/app/contact/page.tsx
This commit is contained in:
@@ -25,8 +25,8 @@ export default function ContactPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Accueil", id: "/" },
|
||||
{ name: "Atelier", id: "/#about" },
|
||||
{ name: "Services", id: "/#services" },
|
||||
{ name: "Atelier", id: "/atelier" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Dyez Motor"
|
||||
@@ -51,7 +51,7 @@ export default function ContactPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Atelier", items: [{ label: "Services", href: "/#services" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Atelier", items: [{ label: "Services", href: "/services" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Légal", items: [{ label: "Mentions Légales", href: "#" }, { label: "CGV", href: "#" }] },
|
||||
]}
|
||||
logoText="Dyez Motor"
|
||||
|
||||
Reference in New Issue
Block a user