2 Commits

Author SHA1 Message Date
36498ad552 Update src/app/page.tsx 2026-05-13 13:56:10 +00:00
82a5a8d0a1 Merge version_1 into main
Merge version_1 into main
2026-05-13 13:34:51 +00:00

View File

@@ -8,7 +8,7 @@ import FeatureCardThree from '@/components/sections/feature/featureCardThree/Fea
import FooterMedia from '@/components/sections/footer/FooterMedia'; import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroSplit from '@/components/sections/hero/HeroSplit'; import HeroSplit from '@/components/sections/hero/HeroSplit';
import MediaAbout from '@/components/sections/about/MediaAbout'; import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardThree from '@/components/sections/product/ProductCardThree'; import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
@@ -28,7 +28,7 @@ export default function LandingPage() {
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarStyleApple
navItems={[ navItems={[
{ name: "Home", id: "hero" }, { name: "Home", id: "hero" },
{ name: "Sobre", id: "about" }, { name: "Sobre", id: "about" },
@@ -36,7 +36,6 @@ export default function LandingPage() {
{ name: "Contato", id: "contact" } { name: "Contato", id: "contact" }
]} ]}
brandName="Ana Couto" brandName="Ana Couto"
button={{ text: "Contato", href: "#contact" }}
/> />
</div> </div>