@@ -11,16 +11,16 @@ import { Label } from "@/components/ui/label"
|
||||
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select"
|
||||
import { Separator } from "@/components/ui/separator"
|
||||
import { Switch } from "@/components/ui/switch"
|
||||
import { Checklist } from "@/components/gebos/checklist"
|
||||
import { IconBadge } from "@/components/gebos/icon-tile"
|
||||
import { Container, Section, SectionHeading } from "@/components/gebos/section"
|
||||
import { PageBreadcrumb } from "@/components/gebos/page-breadcrumb"
|
||||
import { Checklist } from "@/components/solenos/checklist"
|
||||
import { IconBadge } from "@/components/solenos/icon-tile"
|
||||
import { Container, Section, SectionHeading } from "@/components/solenos/section"
|
||||
import { PageBreadcrumb } from "@/components/solenos/page-breadcrumb"
|
||||
import {
|
||||
AssetRender,
|
||||
GlassNumber,
|
||||
renders,
|
||||
type RenderAsset,
|
||||
} from "@/components/gebos/site-assets"
|
||||
} from "@/components/solenos/site-assets"
|
||||
import { cn } from "@/lib/utils"
|
||||
import { useAnimatedNumber } from "@/lib/use-animated-number"
|
||||
|
||||
@@ -53,7 +53,7 @@ const INITIAL_BUILDING: Building = {
|
||||
/** Grundpreise je Wohnung / Monat – Selbstmontage, wie in der Klarpreis-Liste. */
|
||||
const UVI_MONTHLY = 10.5
|
||||
const INSPECTION_MONTHLY = 2.2
|
||||
/** Aufschlag je Monatsposition, wenn GebOS montiert – Platzhalter bis zum finalen Preismodell. */
|
||||
/** Aufschlag je Monatsposition, wenn SolenOS montiert – Platzhalter bis zum finalen Preismodell. */
|
||||
const INSTALL_MONTHLY_SURCHARGE = 2
|
||||
/** RWM-Hardware je Wohnung einmalig, inklusive Montage – wie in der Klarpreis-Liste. */
|
||||
const RWM_ONE_TIME_INSTALLED = 42
|
||||
@@ -419,11 +419,11 @@ export default function ConfiguratorPage() {
|
||||
htmlFor="installation"
|
||||
className="cursor-pointer text-sm font-bold text-navy"
|
||||
>
|
||||
Installation durch GebOS
|
||||
Installation durch SolenOS
|
||||
</Label>
|
||||
<p className="mt-1 text-sm text-muted-foreground">
|
||||
{install
|
||||
? "GebOS organisiert die Montage – Geräte- und Monatspreise enthalten die Installation."
|
||||
? "SolenOS organisiert die Montage – Geräte- und Monatspreise enthalten die Installation."
|
||||
: "Sie selbst, Ihr Hausmeister oder Ihr Fachbetrieb montiert die Geräte."}
|
||||
</p>
|
||||
</div>
|
||||
@@ -629,7 +629,7 @@ export default function ConfiguratorPage() {
|
||||
)}
|
||||
<p className="mt-6 text-xs leading-relaxed text-muted-foreground">
|
||||
{install
|
||||
? "Preise inklusive Montage durch GebOS. "
|
||||
? "Preise inklusive Montage durch SolenOS. "
|
||||
: "Preise ohne Montage – Installation durch Sie oder Ihren Fachbetrieb. "}
|
||||
Die erste Berechnung ist eine unverbindliche Preisindikation.
|
||||
Der genaue Preis ergibt sich aus der vollständigen
|
||||
@@ -653,7 +653,7 @@ export default function ConfiguratorPage() {
|
||||
included={uvi}
|
||||
items={[
|
||||
"geschätzte benötigte Messtechnik",
|
||||
"GebOS Plattform",
|
||||
"SolenOS Plattform",
|
||||
"Datenerfassung",
|
||||
"Unterjährige Verbrauchsinformation",
|
||||
"laufender digitaler Betrieb",
|
||||
|
||||
Reference in New Issue
Block a user