diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c292a8..24d5559 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,11 +7,9 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, CheckCircle, Lightbulb, Palette, Users, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -57,7 +55,6 @@ export default function LandingPage() {