edit index

This commit is contained in:
Robert Jagtiani
2024-12-01 19:39:58 +01:00
parent 29f4cdf228
commit 368611188c
3 changed files with 4 additions and 4 deletions

View File

@@ -23,4 +23,4 @@ jobs:
git clean -f -d
git pull origin main
git status
bash build.sh
make prod

View File

@@ -8,7 +8,7 @@ import BannerPrice from "#content/banner-saeule.svelte";
<h1>Unsere Ausweise im Detail:</h1>
<BannerPrice client:load />
<!-- <BannerPrice client:load /> -->
</Layout>

View File

@@ -6,7 +6,7 @@ import BannerPrice from "#content/banner-saeule.svelte";
<Layout title="Energieausweis online erstellen - Online Energieausweis">
<h1>Energieausweis online erstellen</h1>
<BannerPrice client:load />
<!-- <BannerPrice client:load /> -->
</Layout>