diff --git a/src/app/page.tsx b/src/app/page.tsx index 7293ca5..b512be8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Award, Users, Globe, Leaf, CheckCircle, Sparkles, Star, Heart, Mail } from 'lucide-react'; +import { Award, Users, Globe, Leaf, CheckCircle, Sparkles, Star, Heart, Phone } from 'lucide-react'; export default function LandingPage() { return ( @@ -42,7 +42,6 @@ export default function LandingPage() {