diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e33560..34c2a7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import { Flame, Star, Truck, Phone, ShoppingBag, Facebook, Instagram, Twitter } from "lucide-react"; +import { Flame, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -27,11 +27,22 @@ export default function LandingPage() { ); -} \ No newline at end of file +}