From 0cd0943709b36f65fb414c36562f889a63216ae8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 22:01:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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() {