test #12

Closed
palid wants to merge 2 commits from test into main
2 changed files with 1689 additions and 90 deletions

1778
package-lock.json generated

File diff suppressed because it is too large Load diff

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