From b9b9489eb2e571ea9966d49ae56c08b36f57cf7a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 13:32:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} /> -- 2.49.1