From a1e0d8e0df6113a80f5396a7d5006ed908a79546 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 03:15:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ec6e6da..5a868c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,8 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import { BookOpen, Settings, Share2, Sparkles, CheckCircle } from "lucide-react"; +import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; +import { BookOpen, Settings, Share2, Sparkles, CheckCircle, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -34,6 +35,7 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "Features", id: "features" }, { name: "Configurações", id: "settings" }, + { name: "Preços", id: "pricing" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} @@ -93,6 +95,27 @@ export default function LandingPage() { /> +
+ +
+