From c78fd310ed7e44661ddb62c13e5b5ee0be4d802b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 10:17:48 +0000 Subject: [PATCH] Update src/app/oferta/page.tsx --- src/app/oferta/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/oferta/page.tsx b/src/app/oferta/page.tsx index 7a20615..bd370b5 100644 --- a/src/app/oferta/page.tsx +++ b/src/app/oferta/page.tsx @@ -6,7 +6,7 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Award, CheckSquare, Maximize, Move, Shield, Thermometer, HardHat, Weight, Safety } from "lucide-react"; +import { Award, CheckSquare, Maximize, Move, Shield, Thermometer, HardHat, Weight } from "lucide-react"; export default function OfferPage() { return ( @@ -111,7 +111,7 @@ export default function OfferPage() { text: "Zgodność z normami" }, { - icon: Safety, + icon: CheckSquare, text: "Testowane rozwiązania" } ], -- 2.49.1