From 5d25de916645bfa92fe1967241cdcc4602b15427 Mon Sep 17 00:00:00 2001 From: ordinarthur <@arthurbarre.js@gmail.com> Date: Sun, 5 Apr 2026 15:48:45 +0200 Subject: [PATCH] header --- src/components/Header.astro | 137 +++++------------------------------- src/pages/index.astro | 2 +- src/styles/global.css | 1 + 3 files changed, 20 insertions(+), 120 deletions(-) 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 = [ ))} - - - - -