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
This commit is contained in:
Javaxman
2026-04-22 21:48:46 +02:00
parent 0070671f96
commit fd6eaac03a
3 changed files with 0 additions and 151 deletions

View File

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