Merge version_4 into main #4
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -130,25 +130,30 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contato"
|
||||
<ContactSplitForm
|
||||
title="Vamos conversar?"
|
||||
description="Estou pronto para ajudar você a conquistar seus objetivos imobiliários."
|
||||
useInvertedBackground={true}
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Seu Nome" },
|
||||
{ name: "email", type: "email", placeholder: "Seu Email" }
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Como posso te ajudar?" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-young-businessman-shirt-necktie.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Diogo Gomes"
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Sobre", href: "#about" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacidade", href: "#" }, { label: "Termos", href: "#" }] },
|
||||
{ title: "Navegação", items: [{ label: "Home", href: "#hero" }, { label: "Sobre", href: "#about" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacidade" }, { label: "Termos" }] },
|
||||
]}
|
||||
bottomLeftText="Diogo Gomes © 2024"
|
||||
bottomRightText="Consultoria Imobiliária"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user