diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c2d713..6a8b8ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, CheckCircle, Wrench, ShieldCheck, Zap, Hammer, Tool, Droplet, PaintBucket, Users, Phone } from "lucide-react"; +import { Award, CheckCircle, Wrench, ShieldCheck, Zap, Hammer, Wrench as ToolIcon, Droplet, PaintBucket, Users, Phone } from "lucide-react"; export default function LandingPage() { return (