diff --git a/src/app/page.tsx b/src/app/page.tsx index 238a82f..e674f31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Award, Building2, Clock, Diamond, Droplets, FileText, Search, ShieldCheck, Tool, Users, Wrench, Zap } from "lucide-react"; +import { Award, Building2, Clock, Diamond, Droplets, FileText, Search, ShieldCheck, Users, Wrench, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -32,26 +32,11 @@ export default function LandingPage() {