Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #12.
This commit is contained in:
@@ -10,7 +10,6 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import Link from 'next/link';
|
||||
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" }
|
||||
@@ -34,6 +33,7 @@ export default function Page() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={navItems}
|
||||
brandName="Webild"
|
||||
button={{ text: "Get Started" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
@@ -47,6 +47,7 @@ export default function Page() {
|
||||
<div id="historia" data-section="historia">
|
||||
<TextAbout
|
||||
title="Our History"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="origem" data-section="origem">
|
||||
@@ -55,6 +56,7 @@ export default function Page() {
|
||||
description="The story of how we began."
|
||||
textboxLayout="default"
|
||||
features={[]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="diferenciais" data-section="diferenciais">
|
||||
@@ -63,6 +65,7 @@ export default function Page() {
|
||||
description="We provide unique advantages."
|
||||
textboxLayout="default"
|
||||
features={[]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="produtos" data-section="produtos">
|
||||
@@ -73,6 +76,7 @@ export default function Page() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
products={[]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="precos" data-section="precos">
|
||||
@@ -82,6 +86,7 @@ export default function Page() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
plans={[]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="parcerias" data-section="parcerias">
|
||||
@@ -90,6 +95,7 @@ export default function Page() {
|
||||
title="Partnerships"
|
||||
description="Trusted by companies."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="contato" data-section="contato">
|
||||
@@ -98,6 +104,7 @@ export default function Page() {
|
||||
title="Get in Touch"
|
||||
description="We'd love to hear from you."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user