diff --git a/src/app/page.tsx b/src/app/page.tsx index 28618dd..182ed86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import ContactSplit from '@/components/sections/contact/ContactSplit'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { CheckCircle, Droplet, Pipe as PipeIcon, Thermometer, Wrench, MessageSquare, Info } from 'lucide-react'; +import { CheckCircle, Droplet, Wrench, Thermometer, MessageSquare, Info } from 'lucide-react'; export default function LandingPage() { return ( @@ -51,7 +51,7 @@ export default function LandingPage() { dashboard={{ title: "TEBE INSTALACJE", logoIcon: Wrench, imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881677.jpg", searchPlaceholder: "Szukaj produktów hydraulicznych...", sidebarItems: [ - { icon: PipeIcon, active: true }, + { icon: Wrench, active: true }, { icon: Droplet }, { icon: Thermometer } ], @@ -211,4 +211,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file