diff --git a/src/app/page.tsx b/src/app/page.tsx index 21bdd48..f5b9fa9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { BarChart, Code, Eye, Globe, Headphones, MousePointer, Palette, Search, Server, ShieldCheck, Smartphone, TrendingUp, Zap } from "lucide-react"; +import { BarChart, Code, Eye, Globe, Headphones, Megaphone, MousePointer, Palette, Search, Server, ShieldCheck, Smartphone, TrendingUp, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -31,26 +31,11 @@ export default function LandingPage() {