From 0070671f968a2e2efab0163715f193e3a7e157fb Mon Sep 17 00:00:00 2001
From: Javaxman
Date: Wed, 22 Apr 2026 17:05:16 +0200
Subject: [PATCH] Aggiunge un'illustrazione SVG earthrise nel footer.
Inserisce in fondo pagina un elemento grafico full-width con orizzonte terrestre, bagliore centrale e fasci luminosi per rafforzare la chiusura visiva della homepage.
Made-with: Cursor
---
src/components/FooterEarthrise.astro | 43 ++++++++++++++++++++++++++++
src/components/SiteFooter.astro | 2 ++
2 files changed, 45 insertions(+)
create mode 100644 src/components/FooterEarthrise.astro
diff --git a/src/components/FooterEarthrise.astro b/src/components/FooterEarthrise.astro
new file mode 100644
index 0000000..3b851d9
--- /dev/null
+++ b/src/components/FooterEarthrise.astro
@@ -0,0 +1,43 @@
+
+
+
diff --git a/src/components/SiteFooter.astro b/src/components/SiteFooter.astro
index a0f57c1..27b9a7b 100644
--- a/src/components/SiteFooter.astro
+++ b/src/components/SiteFooter.astro
@@ -1,5 +1,6 @@
---
import { footer } from '../data/home';
+import FooterEarthrise from './FooterEarthrise.astro';
const hasNewsletterAction =
typeof footer.newsletter.actionUrl === 'string' &&
@@ -216,4 +217,5 @@ const linkClass =
+