diff --git a/src/app/page.tsx b/src/app/page.tsx index 822a5e7..72eb526 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, BadgeCheck, Building, Clock, CloudRain, Hammer, Headphones, Layers, Ruler, ShieldCheck, Snowflake, Sparkles, TShirt, Truck } from "lucide-react"; +import { Award, BadgeCheck, Building, Clock, CloudRain, Hammer, Headphones, Layers, Ruler, ShieldCheck, Snowflake, Sparkles, Shirt, Truck } from "lucide-react"; export default function LandingPage() { return ( @@ -135,7 +135,7 @@ export default function LandingPage() { icon: BadgeCheck, text: "Trwałe nadruki"}, { - icon: TShirt, + icon: Shirt, text: "Markowa odzież"}, ], reverse: false