diff --git a/src/app/page.tsx b/src/app/page.tsx index cd39021..b3258f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/F import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Zap, Wrench, RotateCcw, Sliders, Gauge, Disc3, Package, Sun, Award, Users, Tool, MapPin, Star, Shield, MessageCircle, Mail } from "lucide-react"; +import { Zap, Wrench, RotateCcw, Sliders, Gauge, Disc3, Package, Sun, Award, Users, Wrench as WrenchTool, MapPin, Star, Shield, MessageCircle, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -129,7 +129,7 @@ export default function LandingPage() { icon: Zap, title: "Szybkie naprawy", description: "Efektywne usługi serwisowe bez zbędnych opóźnień"}, { - icon: Tool, + icon: WrenchTool, title: "Profesjonalne narzędzia", description: "Wyposażeni w najnowsze specjalistyczne narzędzia i sprzęt diagnostyczny"}, { icon: MapPin,