This commit is contained in:
@@ -199,14 +199,14 @@ export default function RauchwarnmelderProductPage() {
|
||||
actions={
|
||||
<>
|
||||
<Button asChild size="lg">
|
||||
<Link to="/konfigurator">Preis für mein Gebäude berechnen</Link>
|
||||
<Link to="/konfigurator">Konfiguration für mein Gebäude starten</Link>
|
||||
</Button>
|
||||
<Button asChild variant="outline" size="lg">
|
||||
<Link to="/klarpreis">Preise ansehen</Link>
|
||||
<Link to="/klarpreis">Gesamtangebot ansehen</Link>
|
||||
</Button>
|
||||
</>
|
||||
}
|
||||
note="Wenige Angaben · unverbindliche Kostenschätzung"
|
||||
note="Wenige Angaben · vollständige Prüfung im Folgeprozess"
|
||||
visual={<SmokeAlarmHeroArt />}
|
||||
features={[
|
||||
{
|
||||
@@ -239,7 +239,7 @@ export default function RauchwarnmelderProductPage() {
|
||||
actions={
|
||||
<>
|
||||
<Button asChild variant="inverse" size="lg">
|
||||
<Link to="/konfigurator">Preis berechnen</Link>
|
||||
<Link to="/konfigurator">Konfiguration starten</Link>
|
||||
</Button>
|
||||
<Button asChild variant="inverseOutline" size="lg">
|
||||
<Link to="/kontakt">Kontakt aufnehmen</Link>
|
||||
@@ -283,29 +283,24 @@ export default function RauchwarnmelderProductPage() {
|
||||
|
||||
<Section className="pt-0 sm:pt-0 lg:pt-0">
|
||||
<SectionHeading
|
||||
eyebrow="Preis"
|
||||
title="Hardware einmalig, Betrieb monatlich"
|
||||
lead="Die Rauchwarnmelder werden einmalig abgerechnet und gehen in Ihr Eigentum über. Die laufende Ferninspektion wird monatlich je Wohnung berechnet."
|
||||
eyebrow="Gesamtangebot"
|
||||
title="Hardware, Ferninspektion und Montage transparent zusammenführen"
|
||||
lead="Geräteanzahl, Inspektionsumfang und gewählte Montagevariante werden nach der vollständigen Objektkonfiguration geprüft und gemeinsam angeboten."
|
||||
/>
|
||||
<div className="mt-10 grid gap-6 lg:grid-cols-[1fr_1fr_1.1fr]">
|
||||
<PriceCard
|
||||
title="RWM-Hardware"
|
||||
cadence="Einmalig"
|
||||
price="42,00 €"
|
||||
unit="je Wohnung einmalig"
|
||||
allocation={{ label: "Nicht umlagefähig", tone: "negative" }}
|
||||
description="Rauchwarnmelder inklusive Montage und Eigentumsübertragung."
|
||||
title="Rauchwarnmelder"
|
||||
cadence="Gesamtangebot"
|
||||
price="Nach Prüfung"
|
||||
unit="Geräteanzahl und Montagevariante"
|
||||
description="Benötigte Rauchwarnmelder, vereinbarte Montage und Eigentumsübertragung."
|
||||
media={<SmokeDetectorIllustration />}
|
||||
/>
|
||||
<PriceCard
|
||||
title="Ferninspektion"
|
||||
cadence="Monatlich"
|
||||
price="2,20 €"
|
||||
unit="je Wohnung / Monat"
|
||||
allocation={{
|
||||
label: "Grundsätzlich umlagefähig",
|
||||
tone: "positive",
|
||||
}}
|
||||
cadence="Gesamtangebot"
|
||||
price="Nach Prüfung"
|
||||
unit="passend zum vereinbarten Leistungsumfang"
|
||||
description="Regelmäßige Prüfung, Nachweise, Meldungen und Support."
|
||||
media={
|
||||
<div className="relative">
|
||||
@@ -322,8 +317,8 @@ export default function RauchwarnmelderProductPage() {
|
||||
variant="link"
|
||||
className="mt-6 h-auto self-start p-0 font-bold"
|
||||
>
|
||||
<Link to="/klarpreis">
|
||||
Alle Preise im SolenOS Klarpreis
|
||||
<Link to="/konfigurator">
|
||||
Gesamtangebot konfigurieren
|
||||
<ArrowRight />
|
||||
</Link>
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user