diff --git a/src/app/page.tsx b/src/app/page.tsx index 915fbbe..2d899ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import ContactForm from '@/components/form/ContactForm'; -import { Facebook, Instagram, Twitter, MapPin } from 'lucide-react'; +import { MapPin } from 'lucide-react'; export default function LandingPage() { return ( @@ -92,6 +92,7 @@ export default function LandingPage() { title="Newsletter" description="Receba nossas novidades e promoções exclusivas diretamente no seu e-mail." tag="Assine agora" + useInvertedBackground={false} />