diff --git a/src/app/page.tsx b/src/app/page.tsx index 583efdb..933984c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, Feather, Globe, Leaf, TShirt, Users } from "lucide-react"; +import { Award, Feather, Globe, Leaf, Shirt, Users } from "lucide-react"; export default function LandingPage() { return (