test?
Some checks failed
/ deploy (push) Failing after 1s

This commit is contained in:
Dariusz Niemczyk 2025-02-11 16:49:22 +01:00
parent f5d3866b4f
commit 5bdd5bca41
No known key found for this signature in database

View file

@ -167,6 +167,7 @@ export default function LandingPage(
</div>
</section>
<Section id="about" title={t.about.title} paragraphs={<p>{t.about.description}</p>} />
<Section id="where" title={t.where.title} paragraphs={<p>{t.where.location}</p>} after={<LazyLeafletMap t={t} />} />