const navBarLinks = [ { name: "Accueil", url: "/" }, { name: "Pièces", url: "/pieces" }, { name: "Piscine", url: "/avec-piscine" }, { name: "Contact", url: "/contact" }, ]; const footerLinks = [ { section: "La maison", links: [ { name: "Pièces", url: "/pieces" }, ], }, { section: "Contact", links: [ { name: "Contact", url: "/contact" }, ], }, ]; export default { navBarLinks, footerLinks, };