immowelt
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
import { PRICES } from "#lib/constants";
|
||||
export let bullets;
|
||||
export let title;
|
||||
export let ref = "";
|
||||
import { Enums } from "#lib/client/prisma";
|
||||
|
||||
bullets = [
|
||||
@@ -51,9 +52,9 @@
|
||||
|
||||
<div class="zeile grid grid-cols-subgrid col-span-4 py-4 border-b-[0px] justify-items-center items-center">
|
||||
<div class="justify-self-start pl-2"></div>
|
||||
<button class="bestellbutton" type="button">jetzt<br>anfragen</button>
|
||||
<button class="bestellbutton" type="button">jetzt<br>anfragen</button>
|
||||
<button class="bestellbutton" type="button">jetzt<br>anfragen</button>
|
||||
<a href="{ref}/angebot-anfragen/bedarfsausweis-gewerbe-anfragen"><button class="bestellbutton" type="button">jetzt<br>anfragen</button></a>
|
||||
<a href="{ref}/angebot-anfragen/bedarfsausweis-gewerbe-anfragen"><button class="bestellbutton" type="button">jetzt<br>anfragen</button></a>
|
||||
<a href="{ref}/angebot-anfragen/bedarfsausweis-gewerbe-anfragen"><button class="bestellbutton" type="button">jetzt<br>anfragen</button></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
import { PRICES } from "#lib/constants";
|
||||
export let bullets;
|
||||
export let title;
|
||||
import { Enums } from "#lib/client/prisma";
|
||||
export let ref = "";
|
||||
import { Enums } from "#lib/client/prisma";
|
||||
|
||||
bullets = [
|
||||
["Prüfung durch Dipl. Ing.<br>Registrierung beim DiBt<br>rechtssicher nach GEG",true, true, true],
|
||||
@@ -51,9 +52,9 @@
|
||||
|
||||
<div class="zeile grid grid-cols-subgrid col-span-4 py-4 border-b-[0px] justify-items-center items-center">
|
||||
<div class="justify-self-start pl-2"></div>
|
||||
<button class="bestellbutton" type="button">sofort<br>bestellen</button>
|
||||
<button class="bestellbutton" type="button">sofort<br>bestellen</button>
|
||||
<button class="bestellbutton" type="button">sofort<br>bestellen</button>
|
||||
<a href="{ref}/energieausweis-erstellen/bedarfsausweis-wohngebaeude/"><button class="bestellbutton" type="button">sofort<br>bestellen</button></a>
|
||||
<a href="{ref}/energieausweis-erstellen/bedarfsausweis-wohngebaeude/"><button class="bestellbutton" type="button">sofort<br>bestellen</button></a>
|
||||
<a href="{ref}/energieausweis-erstellen/bedarfsausweis-wohngebaeude/"><button class="bestellbutton" type="button">sofort<br>bestellen</button></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
import { Enums } from "#lib/client/prisma";
|
||||
export let bullets;
|
||||
export let title;
|
||||
export let ref = "";
|
||||
|
||||
bullets = [
|
||||
["Prüfung durch Dipl. Ing.<br>Registrierung beim DiBt<br>rechtssicher nach GEG",true, true, true],
|
||||
@@ -51,9 +52,9 @@
|
||||
|
||||
<div class="zeile grid grid-cols-subgrid col-span-4 py-4 border-b-[0px] justify-items-center items-center">
|
||||
<div class="justify-self-start pl-2"></div>
|
||||
<button class="bestellbutton" type="button">sofort<br>bestellen</button>
|
||||
<button class="bestellbutton" type="button">sofort<br>bestellen</button>
|
||||
<button class="bestellbutton" type="button">sofort<br>bestellen</button>
|
||||
<a href="{ref}/energieausweis-erstellen/verbrauchsausweis-gewerbe/"><button class="bestellbutton" type="button">sofort<br>bestellen</button></a>
|
||||
<a href="{ref}/energieausweis-erstellen/verbrauchsausweis-gewerbe/"><button class="bestellbutton" type="button">sofort<br>bestellen</button></a>
|
||||
<a href="{ref}/energieausweis-erstellen/verbrauchsausweis-gewerbe/"><button class="bestellbutton" type="button">sofort<br>bestellen</button></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
import { Enums } from "#lib/client/prisma";
|
||||
export let bullets;
|
||||
export let title;
|
||||
export let ref = "";
|
||||
|
||||
|
||||
bullets = [
|
||||
["Prüfung durch Dipl. Ing.<br>Registrierung beim DiBt<br>rechtssicher nach GEG",true, true, true],
|
||||
@@ -51,9 +53,9 @@ bullets = [
|
||||
|
||||
<div class="zeile grid grid-cols-subgrid col-span-4 py-4 border-b-[0px] justify-items-center items-center">
|
||||
<div class="justify-self-start pl-2"></div>
|
||||
<button class="bestellbutton" type="button">sofort<br>bestellen</button>
|
||||
<button class="bestellbutton" type="button">sofort<br>bestellen</button>
|
||||
<button class="bestellbutton" type="button">sofort<br>bestellen</button>
|
||||
<a href="{ref}/energieausweis-erstellen/verbrauchsausweis-wohngebaeude/" ><button class="bestellbutton" type="button">sofort<br>bestellen</button></a>
|
||||
<a href="{ref}/energieausweis-erstellen/verbrauchsausweis-wohngebaeude/" ><button class="bestellbutton" type="button">sofort<br>bestellen</button></a>
|
||||
<a href="{ref}/energieausweis-erstellen/verbrauchsausweis-wohngebaeude/" ><button class="bestellbutton" type="button">sofort<br>bestellen</button></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user