Wire up CMS for Biodiversity section and add Impressum & Datenschutz subpages
This commit is contained in:
@@ -13,6 +13,8 @@ import Footer from '../components/Footer.astro';
|
||||
import SubpageMauer from '../components/SubpageMauer.astro';
|
||||
import SubpageGewerbe from '../components/SubpageGewerbe.astro';
|
||||
import SubpageContact from '../components/SubpageContact.astro';
|
||||
import SubpageImpressum from '../components/SubpageImpressum.astro';
|
||||
import SubpageDatenschutz from '../components/SubpageDatenschutz.astro';
|
||||
---
|
||||
|
||||
<Layout title="Gebrüder Brabetz GmbH - Premium GaLaBau">
|
||||
@@ -34,6 +36,8 @@ import SubpageContact from '../components/SubpageContact.astro';
|
||||
<SubpageMauer />
|
||||
<SubpageGewerbe />
|
||||
<SubpageContact />
|
||||
<SubpageImpressum />
|
||||
<SubpageDatenschutz />
|
||||
|
||||
<!-- CHARTS INIT -->
|
||||
<script is:inline>
|
||||
|
||||
Reference in New Issue
Block a user