Add 'Plant of the Week' section in cooperation with Plantlix.de

This commit is contained in:
Felix Brabetz
2026-05-16 03:48:44 +02:00
parent 2689b54c65
commit ee614af5e1
2 changed files with 57 additions and 0 deletions
+2
View File
@@ -7,6 +7,7 @@ import Standards from '../components/Standards.astro';
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 FAQ from '../components/FAQ.astro';
import Footer from '../components/Footer.astro';
import SubpageMauer from '../components/SubpageMauer.astro';
@@ -24,6 +25,7 @@ import SubpageContact from '../components/SubpageContact.astro';
<Projects />
<Events />
<Biodiversity />
<PlantOfTheWeek />
<FAQ />
<Footer />
</div>