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" } ],