diff --git a/src/components/Header.astro b/src/components/Header.astro index 6858712..fb7bcad 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -2,7 +2,7 @@ const currentPath = Astro.url.pathname; const isHome = false; // hero is now white bg, no dark variant needed const nav = [ - { label: 'projets', href: '/creations-evenement' }, + { label: 'événement', href: '/creations-evenement' }, { label: 'pérenne', href: '/realisations-perennes' }, { label: 'processus', href: '/processus' }, { label: 'contact', href: 'mailto:contact@aureliebarre.fr' }, @@ -24,44 +24,11 @@ const nav = [ ))} - - - - -