test #12

Closed
palid wants to merge 2 commits from test into main
Showing only changes of commit 5bdd5bca41 - Show all commits

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} />} />