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:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user