diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f2541d..534ae25 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Building2, CheckCircle, ListChecks, Sparkles, Wrench, Waves } from "lucide-react"; +import { Building2, CheckCircle, ListChecks, Sparkles, Wrench, Waves, Tool } from "lucide-react"; export default function LandingPage() { return ( @@ -32,14 +32,10 @@ export default function LandingPage() {