From 46df6cdf1f8afa75819228aac3e1ccb622e03bc0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 23:04:49 +0000 Subject: [PATCH] Update src/app/leistungen/page.tsx --- src/app/leistungen/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/leistungen/page.tsx b/src/app/leistungen/page.tsx index a0d0b7a..9a2cdca 100644 --- a/src/app/leistungen/page.tsx +++ b/src/app/leistungen/page.tsx @@ -6,7 +6,7 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import { CalendarCheck, Gauge, Layers, Lightbulb, Network, ShieldCheck, Sparkles, Wrench, Router, Brush, Cable, Broom } from "lucide-react"; +import { CalendarCheck, Gauge, Layers, Lightbulb, Network, ShieldCheck, Sparkles, Wrench, Router, Brush, Cable, Trash2 } from "lucide-react"; export default function LandingPage() { return ( @@ -89,7 +89,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/5g-snap-cubes-near-wireless-router_23-2148295868.jpg", imageAlt: "Saubere Arbeit"}, items: [ { - icon: Broom, + icon: Trash2, text: "Müllentsorgung"}, { icon: Sparkles, -- 2.49.1