feat: tag contenuti training, contact e 404
This commit is contained in:
+7
-5
@@ -1,14 +1,16 @@
|
||||
---
|
||||
import Base from '../layouts/Base.astro';
|
||||
import T from '../components/content/T.astro';
|
||||
import { t } from '../lib/content';
|
||||
export const prerender = true;
|
||||
---
|
||||
<Base title="Pagina non trovata">
|
||||
<Base title={t('notfound.meta.title')}>
|
||||
<section class="section" style="text-align:center; padding-block:140px;">
|
||||
<div class="container">
|
||||
<p class="eyebrow">Errore 404</p>
|
||||
<h1>Pagina non trovata</h1>
|
||||
<p>La pagina che cerchi non esiste o è stata spostata.</p>
|
||||
<a class="btn" href="/">Torna alla home</a>
|
||||
<T tag="notfound.eyebrow" as="p" class="eyebrow" />
|
||||
<T tag="notfound.title" as="h1" />
|
||||
<T tag="notfound.body" as="p" />
|
||||
<a class="btn" href="/">{t('notfound.cta')}</a>
|
||||
</div>
|
||||
</section>
|
||||
</Base>
|
||||
|
||||
Reference in New Issue
Block a user