diff --git a/src/app/page.tsx b/src/app/page.tsx index 79a2db6..f4e8c75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import { Building2, Clock, Lightbulb, Sparkles, Tool, Users, Wind, Zap } from "lucide-react"; +import { Building2, Clock, Lightbulb, Sparkles, Users, Wrench, Wind, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -30,22 +30,10 @@ export default function LandingPage() {