From 6c4ac504da3f1d1871aff55b4cd48f4fef04a736 Mon Sep 17 00:00:00 2001 From: Jeffrey Hales Date: Tue, 9 Jun 2026 18:23:01 -0700 Subject: [PATCH] feat(footer): restyle site footer contact and social sections - replace plain contact text with icon-backed contact rows - swap social glyphs for SVG social icons with external links - tighten footer spacing and hover states to match the live design --- www/src/components/Footer.astro | 35 ++++++++++++++++++++++++++------- www/src/styles/components.css | 17 +++++++++++----- 2 files changed, 40 insertions(+), 12 deletions(-) diff --git a/www/src/components/Footer.astro b/www/src/components/Footer.astro index e2ead42..16b7cf2 100644 --- a/www/src/components/Footer.astro +++ b/www/src/components/Footer.astro @@ -28,13 +28,34 @@ const labels = lang === 'es'

{labels.contact}

-

{site.phone}
{site.email}
{site.address}

- + +