diff --git a/src/app/page.tsx b/src/app/page.tsx index 822a5a1..ff1cc65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, TrendingUp, Users } from "lucide-react"; +import { Award, TrendingUp, Users, Zap, BarChart, Megaphone } from "lucide-react"; export default function LandingPage() { return ( @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -268,42 +134,9 @@ export default function LandingPage() {