Merge version_3 into main #3
162
src/app/page.tsx
162
src/app/page.tsx
@@ -31,67 +31,34 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Sobre", id: "about" },
|
||||
{ name: "Serviços", id: "features" },
|
||||
{ name: "Contato", id: "contact" },
|
||||
]}
|
||||
brandName="Diogo Gomes Real Estate"
|
||||
button={{ text: "Fale Conosco", href: "#contact" }}
|
||||
brandName="Diogo Gomes"
|
||||
button={{ text: "Fale com nosso time", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
title="Encontrando o Seu Lar Ideal"
|
||||
description="Especialista em realizar sonhos e garantir os melhores investimentos imobiliários. Com expertise, transparência e dedicação total às suas necessidades."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Imóveis", href: "#products"},
|
||||
{
|
||||
text: "Fale Conosco", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-vacation_23-2149204469.jpg"
|
||||
background={{ variant: "plain" }}
|
||||
title="Diogo Gomes | Especialista em Real Estate"
|
||||
description="Transformando jornadas imobiliárias em histórias de sucesso. Expertise, transparência e dedicação total às suas necessidades."
|
||||
buttons={[{ text: "Conheça meus Serviços", href: "#features" }, { text: "Fale comigo", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-young-businessman-shirt-necktie.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-posing-street-dress-with-backpack_1296-805.jpg", alt: "young beautiful girl posing on the street in a dress with a backpack"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/luxury-sunset-poolside-relaxation-with-stunning-landscape-view-generated-by-ai_188544-30833.jpg", alt: "Luxury sunset poolside relaxation with stunning landscape view generated by AI"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/colonial-style-house-night-scene_1150-17925.jpg", alt: "colonial style house in night scene"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-caucasian-woman-short-summer-dress-outside-villa-hotel-by-tree-blue-swimming-pool_343596-691.jpg", alt: "Happy caucasian woman in short summer dress outside villa hotel by tree and blue swimming pool"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-successful-business-team-working-report-looking-camera_1262-12268.jpg", alt: "Cheerful successful business team working on report and looking at camera."},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "Avaliações precisas"},
|
||||
{
|
||||
type: "text", text: "Consultoria Imobiliária"},
|
||||
{
|
||||
type: "text", text: "Atendimento exclusivo"},
|
||||
{
|
||||
type: "text", text: "Transparência total"},
|
||||
{
|
||||
type: "text", text: "Resultados reais"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={true}
|
||||
title="Compromisso com Excelência"
|
||||
title="Sobre Diogo Gomes"
|
||||
description={[
|
||||
"Diogo Gomes é sinônimo de confiança no mercado imobiliário. Cada propriedade selecionada passa por um rigoroso critério de qualidade.", "Nosso foco é oferecer um atendimento personalizado que transforma a jornada de compra e venda em uma experiência fluida e segura para todos os nossos clientes."]}
|
||||
"Com vasta experiência no mercado imobiliário, foco em proporcionar resultados excepcionais aos meus clientes através de uma visão estratégica e personalizada.", "Acredito que comprar ou vender um imóvel é um momento fundamental. Minha missão é garantir que você tenha a melhor experiência possível, com segurança, agilidade e total profissionalismo."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -101,21 +68,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1", title: "Avaliação Precisa", tags: [
|
||||
"Consultoria"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-keys-outdoors_23-2151015222.jpg"},
|
||||
{
|
||||
id: "f2", title: "Fotos Profissionais", tags: [
|
||||
"Marketing"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/working-place-real-estate-agent_23-2147764208.jpg"},
|
||||
{
|
||||
id: "f3", title: "Suporte Jurídico", tags: [
|
||||
"Segurança"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-contract-table-couple-taking-mortgage-loan_1163-4194.jpg"},
|
||||
{ id: "f1", title: "Avaliação Imobiliária", tags: ["Consultoria"], imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-keys-outdoors_23-2151015222.jpg" },
|
||||
{ id: "f2", title: "Gestão de Vendas", tags: ["Marketing"], imageSrc: "http://img.b2bpic.net/free-photo/working-place-real-estate-agent_23-2147764208.jpg" },
|
||||
{ id: "f3", title: "Suporte Jurídico", tags: ["Segurança"], imageSrc: "http://img.b2bpic.net/free-photo/closeup-contract-table-couple-taking-mortgage-loan_1163-4194.jpg" },
|
||||
]}
|
||||
title="Nossos Diferenciais"
|
||||
description="Serviços desenhados para simplificar o seu investimento."
|
||||
title="Como Posso Ajudar"
|
||||
description="Serviços focados em maximizar o valor e a segurança do seu patrimônio imobiliário."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -125,37 +83,21 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Casa Luxo", price: "R$ 1.5M", variant: "Casa", imageSrc: "http://img.b2bpic.net/free-photo/chisinau-arena-sunset-moldova_1268-16013.jpg"},
|
||||
{
|
||||
id: "p2", name: "Apartamento City", price: "R$ 800k", variant: "Ap", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg"},
|
||||
{
|
||||
id: "p3", name: "Cobertura Vista", price: "R$ 2.2M", variant: "Cobertura", imageSrc: "http://img.b2bpic.net/free-photo/catholic-altar-inside-ancient-monument-illuminated-night-generated-by-ai_188544-10692.jpg"},
|
||||
{
|
||||
id: "p4", name: "Sobrado Garden", price: "R$ 950k", variant: "Sobrado", imageSrc: "http://img.b2bpic.net/free-photo/terrace-exterior-building_1203-3258.jpg"},
|
||||
{
|
||||
id: "p5", name: "Studio Center", price: "R$ 450k", variant: "Studio", imageSrc: "http://img.b2bpic.net/free-photo/big-billboard-template-building-city_23-2148197259.jpg"},
|
||||
{
|
||||
id: "p6", name: "Terreno Club", price: "R$ 300k", variant: "Terreno", imageSrc: "http://img.b2bpic.net/free-photo/sunny-morning-big-city-terrace-young-brunette-fashionable-woman-talking-phone-smiling-attractive-model-woman-chilling-relaxing-time-happiness_197531-1901.jpg"},
|
||||
]}
|
||||
title="Imóveis em Destaque"
|
||||
description="Descubra oportunidades únicas em localizações privilegiadas."
|
||||
products={[]}
|
||||
title="Oportunidades"
|
||||
description="Veja alguns dos imóveis selecionados sob minha consultoria."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Nossos Resultados"
|
||||
title="Resultados com Credibilidade"
|
||||
tag="Expertise"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "150+", description: "Imóveis Vendidos"},
|
||||
{
|
||||
id: "m2", value: "98%", description: "Clientes Satisfeitos"},
|
||||
{
|
||||
id: "m3", value: "10", description: "Anos de Mercado"},
|
||||
{ id: "m1", value: "150+", description: "Imóveis transacionados" },
|
||||
{ id: "m2", value: "98%", description: "Satisfação do cliente" },
|
||||
{ id: "m3", value: "10", description: "Anos de expertise" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -166,20 +108,9 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Ana Souza", role: "Cliente", testimonial: "Excelente profissional, muito atencioso e dedicado.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-white-t-shirt-zip-front-black-hoodie-holding-house-model-one-hand-showing-winner-pose-looking-optimistic-front-view_176474-45426.jpg"},
|
||||
{
|
||||
id: "t2", name: "Carlos Lima", role: "Investidor", testimonial: "O melhor consultor imobiliário que já conheci.", imageSrc: "http://img.b2bpic.net/free-photo/married-couple-buying-first-house-together-having-keys-being-property-homeowners-start-new-beginnings-celebrating-relationship-event-with-household-relocation-moving_482257-49167.jpg"},
|
||||
{
|
||||
id: "t3", name: "Maria Silva", role: "Compradora", testimonial: "Tudo muito prático e seguro.", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-woman-thumbs-up-give-approval-drink-coffee_176420-16240.jpg"},
|
||||
{
|
||||
id: "t4", name: "João Santos", role: "Vendedor", testimonial: "Venda concluída com sucesso em tempo recorde.", imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-home-with-book_23-2147611420.jpg"},
|
||||
{
|
||||
id: "t5", name: "Patrícia Reis", role: "Locatária", testimonial: "Processo transparente e sem burocracia.", imageSrc: "http://img.b2bpic.net/free-photo/new-family-going-move-new-apartment-joyful-couple-packing-relocation-young-man-woman-hugging-they-around-boxes-empty-room-wearing-casual-clothes_197531-1632.jpg"},
|
||||
]}
|
||||
testimonials={[]}
|
||||
title="Depoimentos"
|
||||
description="O que nossos clientes dizem sobre nossa parceria."
|
||||
description="O que dizem sobre minha atuação no mercado."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -189,15 +120,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Ainda tem dúvidas? Fale com nosso time", href: "#contact" }]}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "Como agendar uma visita?", content: "Entre em contato via WhatsApp ou formulário."},
|
||||
{
|
||||
id: "q2", title: "Aceita financiamento?", content: "Sim, trabalhamos com todos os bancos."},
|
||||
{
|
||||
id: "q3", title: "Quais taxas estão inclusas?", content: "Explicamos detalhadamente todos os custos antes da compra."},
|
||||
{ id: "q1", title: "Como podemos começar?", content: "Entre em contato e vamos agendar uma conversa." },
|
||||
{ id: "q2", title: "Quais regiões atendo?", content: "Foco no mercado imobiliário com abrangência em localizações de alto padrão." },
|
||||
]}
|
||||
title="Perguntas Frequentes"
|
||||
description="Dúvidas sobre o processo imobiliário."
|
||||
description="Tire suas dúvidas sobre meu processo de trabalho."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -205,11 +132,10 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
tag="Fale Conosco"
|
||||
title="Entre em Contato"
|
||||
description="Quer vender ou comprar um imóvel? Mande sua mensagem agora."
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contato"
|
||||
title="Vamos conversar?"
|
||||
description="Estou pronto para ajudar você a conquistar seus objetivos imobiliários."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -217,22 +143,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Diogo Gomes"
|
||||
columns={[
|
||||
{
|
||||
title: "Empresa", items: [
|
||||
{
|
||||
label: "Sobre", href: "#about"},
|
||||
{
|
||||
label: "Serviços", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacidade", href: "#"},
|
||||
{
|
||||
label: "Termos", href: "#"},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Sobre", href: "#about" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacidade", href: "#" }, { label: "Termos", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user