diff --git a/src/app/page.tsx b/src/app/page.tsx index d943db4..97112b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import { Zap, Award, BookOpen, Globe } from 'lucide-react'; export default function LandingPage() { return ( @@ -30,22 +31,10 @@ export default function LandingPage() {