diff --git a/src/app/page.tsx b/src/app/page.tsx index 6aa8f99..b86dbae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Heart, Phone, Sparkles } from 'lucide-react'; +import { Heart, Phone, Sparkles, Mail } from 'lucide-react'; export default function LandingPage() { return (