feat: tag contenuti home hero, info, feature, quote
This commit is contained in:
@@ -10,17 +10,19 @@ import Agenda from '../components/Agenda.astro';
|
||||
import TeamSection from '../components/home/TeamSection.astro';
|
||||
import MethodSteps from '../components/home/MethodSteps.astro';
|
||||
import PartnersStrip from '../components/home/PartnersStrip.astro';
|
||||
import T from '../components/content/T.astro';
|
||||
import { t } from '../lib/content';
|
||||
export const prerender = true;
|
||||
---
|
||||
<Base title="Performance. Balance. Longevity.">
|
||||
<Base title={t('home.meta.title')}>
|
||||
<HeroSlider />
|
||||
<InfoColumns />
|
||||
<FeatureBlocks />
|
||||
<QuoteBanner />
|
||||
<section class="section" style="padding-bottom:0">
|
||||
<div class="section-heading">
|
||||
<h2>Training</h2>
|
||||
<p>Porta i tuoi allenamenti al livello successivo: trova il percorso più adatto alle tue esigenze.</p>
|
||||
<T tag="home.training.title" as="h2" />
|
||||
<T tag="home.training.subtitle" as="p" />
|
||||
</div>
|
||||
</section>
|
||||
<TrainingCards />
|
||||
|
||||
Reference in New Issue
Block a user