diff --git a/src/app/page.tsx b/src/app/page.tsx index 005263c..ab629e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Phone, Scissors, Ruler, Leaf } from "lucide-react"; +import { Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -52,7 +52,6 @@ export default function LandingPage() {