--- import HeaderLogin from "#components/design/header/HeaderLogin.svelte"; const { tabHover1 } = Astro.props; const { tabHover2 } = Astro.props; const { tabHover3 } = Astro.props; const { tabHover4 } = Astro.props; const { tabHover5 } = Astro.props; const { tabHover6 } = Astro.props; const { tabHover7 } = Astro.props; const { params, url } = Astro; const partner = params.partner; const url1 = new URL(Astro.request.url); const urlPath = url1.pathname; const isVA = urlPath.includes("verbrauchsausweis-wohngebaeude"); const isVAG = urlPath.includes("verbrauchsausweis-gewerbe"); const isBA = urlPath.includes("bedarfsausweis-wohngebaeude"); const isBAG = urlPath.includes("bedarfsausweis-gewerbe-anfragen"); const isGGW = urlPath.includes("geg-nachweis-wohnen-anfragen"); const isGGG = urlPath.includes("geg-nachweis-gewerbe-anfragen"); const isWEA = urlPath.includes("welcher-ausweis"); const isWelt = urlPath.includes("immowelt"); const isNET = urlPath.includes("immonet"); ---
{isVA ?
Hier komfortabel und einfach online den Verbrauchsausweis Wohngebäude bestellen
: ""} {isVAG ?
Hier komfortabel und einfach online den Verbrauchsausweis Gewerbe bestellen
: ""} {isBA ?
Hier komfortabel und einfach online den Bedarfsausweis Wohngebäude bestellen
: ""} {isBAG ?
Hier komfortabel und einfach online den Bedarfsausweis Gewerbe anfragen
: ""} {isGGW ?
Hier komfortabel und einfach online den GEG Nachweis Wohngebäude anfragen
: ""} {isGGG ?
Hier komfortabel und einfach online den GEG Nachweis Gewerbe anfragen
: ""} {isWEA ?
Hier komfortabel und einfach online den richtigen Ausweis finden
: ""}