diff --git a/src/app/page.tsx b/src/app/page.tsx index e435d0e..3775067 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,10 +6,8 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TextAbout from '@/components/sections/about/TextAbout'; -import { LineChart, MapPin, Target } from "lucide-react"; export default function LandingPage() { return ( @@ -92,22 +90,6 @@ export default function LandingPage() { /> -
- -
-
); -} +} \ No newline at end of file