diff --git a/src/app/page.tsx b/src/app/page.tsx index ff76d9b..f5b4775 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Axe, Flame, Fish, Hammer, Leaf, Gamepad2, Users, Zap, Trees, Deer, Wolf, Bird, Rabbit, Bear } from 'lucide-react'; +import { Axe, Flame, Fish, Hammer, Leaf, Gamepad2, Users, Zap, Trees, Bird, Rabbit } from 'lucide-react'; export default function LandingPage() { return ( @@ -163,12 +163,12 @@ export default function LandingPage() {