From f69cc5799ee2882297511fa7a4dcf401402efeb2 Mon Sep 17 00:00:00 2001 From: "EPAZZ\\estpp" Date: Thu, 12 Feb 2026 19:03:51 -0500 Subject: [PATCH] added hamburger menu and fixed swiper button --- src/components/Header.astro | 26 ++++++++++++++- src/components/section/CarouselSection.astro | 33 ++++++++++---------- 2 files changed, 41 insertions(+), 18 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 796a3e1..23e0c93 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -17,7 +17,31 @@ import Button from "./ui/Button.astro"; Programas Noticias -
+
+ +
+ + +
+ +
+ diff --git a/src/components/section/CarouselSection.astro b/src/components/section/CarouselSection.astro index ea1d433..cad35e5 100644 --- a/src/components/section/CarouselSection.astro +++ b/src/components/section/CarouselSection.astro @@ -42,24 +42,23 @@ const { images } = Astro.props;