diff --git a/src/app/page.tsx b/src/app/page.tsx index f54c30a..89efc1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import AboutMetric from '@/components/sections/about/AboutMetric'; -import { Sparkles, BarChart3, Users, Target, Zap } from 'lucide-react'; +import { BarChart3, Users, Target, Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -30,16 +30,11 @@ export default function LandingPage() {