--- import BaseLayout from '../../layouts/BaseLayout.astro'; import Header from '../../components/Header.astro'; import Footer from '../../components/Footer.astro'; import ServiceCard from '../../components/ServiceCard.astro'; import { getDictionary } from '../../i18n'; import { services } from '../../i18n/services'; const locale = 'fr'; const t = getDictionary(locale); ---

{t.hero.title}

{t.hero.subtitle}

{t.services.heading}

{services.map((service) => )}