From fd6eaac03aa1fd51b656862f80c8473be2faf8df Mon Sep 17 00:00:00 2001 From: Javaxman Date: Wed, 22 Apr 2026 21:48:46 +0200 Subject: [PATCH] Allinea il repo allo stato corrente del footer. Rimuove i tentativi grafici Earthrise dal footer e i relativi file, mantenendo il layout senza elementi aggiuntivi in fondo pagina come da stato locale attuale. Made-with: Cursor --- public/images/cta-comet.svg | 106 --------------------------- src/components/FooterEarthrise.astro | 43 ----------- src/components/SiteFooter.astro | 2 - 3 files changed, 151 deletions(-) delete mode 100644 public/images/cta-comet.svg delete mode 100644 src/components/FooterEarthrise.astro diff --git a/public/images/cta-comet.svg b/public/images/cta-comet.svg deleted file mode 100644 index d0684d7..0000000 --- a/public/images/cta-comet.svg +++ /dev/null @@ -1,106 +0,0 @@ - - - diff --git a/src/components/FooterEarthrise.astro b/src/components/FooterEarthrise.astro deleted file mode 100644 index 3b851d9..0000000 --- a/src/components/FooterEarthrise.astro +++ /dev/null @@ -1,43 +0,0 @@ - diff --git a/src/components/SiteFooter.astro b/src/components/SiteFooter.astro index 27b9a7b..a0f57c1 100644 --- a/src/components/SiteFooter.astro +++ b/src/components/SiteFooter.astro @@ -1,6 +1,5 @@ --- import { footer } from '../data/home'; -import FooterEarthrise from './FooterEarthrise.astro'; const hasNewsletterAction = typeof footer.newsletter.actionUrl === 'string' && @@ -217,5 +216,4 @@ const linkClass =

-