diff --git a/src/app/page.tsx b/src/app/page.tsx index 9392526..816615b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextAbout from '@/components/sections/about/TextAbout'; -import { BarChart3, Users, Zap, ShieldCheck, Mail, Linkedin } from "lucide-react"; +import { BarChart3, Users, Zap, ShieldCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -43,6 +43,7 @@ export default function LandingPage() { @@ -100,6 +98,7 @@ export default function LandingPage() {