From 1f8a636935122e0018f14dd62ea50a5e8efec7d0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:04:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.49.1