diff --git a/src/app/page.tsx b/src/app/page.tsx index 249fc4f..eb525b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSimple from '@/components/sections/footer/FooterSimple'; +import { Mail, ArrowRight } from 'lucide-react'; export default function LandingPage() { return ( @@ -183,13 +184,14 @@ export default function LandingPage() {