From dff830b386646a0713ce5bd321c7cffcca463f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mauricio=20L=C3=B3pez=20Coria?= Date: Thu, 2 Jul 2026 15:50:07 -0300 Subject: [PATCH] Hero light mode: cloud opacity 70%, floating shapes more opaque, badges darker for legibility --- src/components/Hero.astro | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 390a0f7..3b7c626 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -41,7 +41,7 @@ const { t, whatsappUrl } = Astro.props;