This commit is contained in:
Robert Jagtiani
2025-02-20 00:57:27 +01:00
parent 850a51569f
commit dd60f42d7b
6 changed files with 8 additions and 9 deletions

View File

@@ -312,7 +312,7 @@ threeBOX = ((ausnahme === true) && (gebaeudetyp === "Mischgebäude") && (twoBo
>
<WidgetCardTemplate
name="GEG-Nachweis Wohngebäude"
price=500
price={PRICES.GEGNachweisWohnen[0]}
src="/images/immowelt/wohngebaeude_immowelt.svg"
alt="Gewerbe Bedarfsausweis"
variant="Bauvorlage"
@@ -341,7 +341,7 @@ threeBOX = ((ausnahme === true) && (gebaeudetyp === "Mischgebäude") && (twoBo
>
<WidgetCardTemplate
name="GEG-Nachweis Gewerbegebäude"
price=800
price={PRICES.GEGNachweisGewerbe[0]}
src="/images/immowelt/gewerbegebaeude_immowelt.svg"
alt="Gewerbe Bedarfsausweis"
variant="Bauvorlage"