save
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user