diff --git a/src/app/page.tsx b/src/app/page.tsx index 1128723..ec6e6da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,8 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { BookOpen, Settings, Share2 } from "lucide-react"; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import { BookOpen, Settings, Share2, Sparkles, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -32,6 +33,7 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero" }, { name: "Features", id: "features" }, + { name: "Configurações", id: "settings" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} @@ -79,6 +81,18 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file