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
This commit is contained in:
Javaxman
2026-04-22 17:05:16 +02:00
parent d84163661b
commit 0070671f96
2 changed files with 45 additions and 0 deletions

View File

@ -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 =
</p>
</div>
</div>
<FooterEarthrise />
</footer>