This commit is contained in:
Lars Nolden
2026-08-13 23:12:07 +02:00
parent 2f09345ad3
commit a5d773d9f3
26 changed files with 260 additions and 134 deletions
+2 -11
View File
@@ -6,11 +6,7 @@ import { Card } from "@/components/ui/card"
import { CtaBanner } from "@/components/gebos/cta-banner"
import { Container, Section, SectionHeading } from "@/components/gebos/section"
import { PageBreadcrumb } from "@/components/gebos/page-breadcrumb"
import {
AssetRender,
renders,
vectors,
} from "@/components/gebos/site-assets"
import { AssetRender, renders } from "@/components/gebos/site-assets"
const solutions = [
{
@@ -21,11 +17,6 @@ const solutions = [
illustration: (
<div className="relative">
<AssetRender render={renders.gateway} imgClassName="w-28" />
<img
src={vectors.glassCubes}
alt=""
className="absolute -top-3 -right-8 w-14"
/>
</div>
),
},
@@ -34,7 +25,7 @@ const solutions = [
sub: "Verbrauchsdaten korrekt abrechnen",
description:
"Verbrauchsdaten strukturiert erfassen und für die jährliche Abrechnung nutzen.",
illustration: <img src={vectors.consumptionRing} alt="" className="w-28" />,
illustration: <AssetRender render={renders.glassDonutShadow} alt="" className="w-28" />,
},
{
title: "Rauchwarnmelder",