From cf94936fa568351b994a6a8e3f15bcf98301ef68 Mon Sep 17 00:00:00 2001 From: Fernando Date: Mon, 13 Jul 2026 12:54:02 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20update=20nav=20with=20Formaci=C3=B3n,?= =?UTF-8?q?=20Comunidad,=20Sobre=20nosotros?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add Formación and Sobre nosotros pages - Update Header nav with full menu items - Breakpoint changed to lg for nav to fit all items - Mobile menu updated with all items --- src/components/Header.astro | 14 +++++++----- src/pages/formacion/index.astro | 33 ++++++++++++++++++++++++++++ src/pages/sobre-nosotros/index.astro | 33 ++++++++++++++++++++++++++++ 3 files changed, 75 insertions(+), 5 deletions(-) create mode 100644 src/pages/formacion/index.astro create mode 100644 src/pages/sobre-nosotros/index.astro diff --git a/src/components/Header.astro b/src/components/Header.astro index 178068d..ef9db12 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -16,10 +16,12 @@ const currentPath = Astro.url.pathname; -