Add interactive Plant Quiz component in cooperation with Plantlix.de

This commit is contained in:
Felix Brabetz
2026-05-16 04:21:45 +02:00
parent 1ec938651d
commit 7f32dd9440
2 changed files with 48 additions and 0 deletions
+2
View File
@@ -8,6 +8,7 @@ import Projects from '../components/Projects.astro';
import Events from '../components/Events.astro';
import Biodiversity from '../components/Biodiversity.astro';
import PlantOfTheWeek from '../components/PlantOfTheWeek.astro';
import PlantQuiz from '../components/PlantQuiz.astro';
import FAQ from '../components/FAQ.astro';
import Footer from '../components/Footer.astro';
import SubpageMauer from '../components/SubpageMauer.astro';
@@ -28,6 +29,7 @@ import SubpageDatenschutz from '../components/SubpageDatenschutz.astro';
<Events />
<Biodiversity />
<PlantOfTheWeek />
<PlantQuiz />
<FAQ />
<Footer />
</div>