diff --git a/src/app/page.tsx b/src/app/page.tsx index f316867..06483e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwe import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { ShieldCheck, Heart, Users, BrainCircuit, Target, BookOpen, Clock } from "lucide-react"; +import { ShieldCheck, Heart, Users, BookOpen } from "lucide-react"; export default function LandingPage() { return ( @@ -30,10 +30,7 @@ export default function LandingPage() { -
- -
-
-
- -
-
); -} +} \ No newline at end of file