Update src/app/page.tsx

This commit is contained in:
2026-05-07 18:54:56 +00:00
parent 0e1df9f01d
commit 7be2cd15fa

View File

@@ -33,27 +33,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Início",
id: "hero",
},
name: "Início", id: "hero"},
{
name: "Sobre",
id: "about",
},
name: "Sobre", id: "about"},
{
name: "Imóveis",
id: "products",
},
name: "Imóveis", id: "products"},
{
name: "Contato",
id: "contact",
},
name: "Contato", id: "contact"},
]}
brandName="Imobiliária Palmas"
button={{
text: "Fale Conosco",
href: "#contact",
}}
text: "Fale Conosco", href: "#contact"}}
/>
</div>
@@ -63,35 +53,21 @@ export default function LandingPage() {
description="Seu novo lar está em Palmas. Encontre as melhores opções de compra e aluguel de imóveis na capital com quem entende do mercado."
buttons={[
{
text: "Ver Imóveis",
href: "#products",
},
text: "Ver Imóveis", href: "#products"},
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/chilling-brunette-girl-posing-with-cup-tasty-tea-photo-magnificent-young-woman-drink-coffee-near-window_197531-11367.jpg?_wi=1",
imageAlt: "Luxo",
},
imageSrc: "http://img.b2bpic.net/free-photo/chilling-brunette-girl-posing-with-cup-tasty-tea-photo-magnificent-young-woman-drink-coffee-near-window_197531-11367.jpg", imageAlt: "Luxo"},
{
imageSrc: "http://img.b2bpic.net/free-photo/glass-building-sunset_1137-66.jpg",
imageAlt: "Conforto",
},
imageSrc: "http://img.b2bpic.net/free-photo/glass-building-sunset_1137-66.jpg", imageAlt: "Conforto"},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-from-balcony-apartment_188544-12685.jpg",
imageAlt: "Exclusividade",
},
imageSrc: "http://img.b2bpic.net/free-photo/view-from-balcony-apartment_188544-12685.jpg", imageAlt: "Exclusividade"},
{
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-838.jpg",
imageAlt: "Segurança",
},
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-838.jpg", imageAlt: "Segurança"},
{
imageSrc: "http://img.b2bpic.net/free-photo/colourful-doorway_1308-4867.jpg",
imageAlt: "Oportunidade",
},
imageSrc: "http://img.b2bpic.net/free-photo/colourful-doorway_1308-4867.jpg", imageAlt: "Oportunidade"},
{
imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions-floor-lamp_1203-444.jpg",
imageAlt: "Qualidade",
},
imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions-floor-lamp_1203-444.jpg", imageAlt: "Qualidade"},
]}
/>
</div>
@@ -102,9 +78,7 @@ export default function LandingPage() {
title="Especialistas no Mercado Imobiliário de Palmas"
buttons={[
{
text: "Saiba Mais",
href: "#contact",
},
text: "Saiba Mais", href: "#contact"},
]}
/>
</div>
@@ -117,41 +91,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "1",
name: "Apartamento Alto Padrão",
price: "R$ 850.000",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-house-keys-blueprint-new-home-spiral-notebook-wooden-textured-backdrop_23-2148038646.jpg",
},
id: "1", name: "Apartamento Alto Padrão", price: "R$ 850.000", imageSrc: "http://img.b2bpic.net/free-photo/close-up-house-keys-blueprint-new-home-spiral-notebook-wooden-textured-backdrop_23-2148038646.jpg"},
{
id: "2",
name: "Casa em Condomínio",
price: "R$ 1.200.000",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264505.jpg",
},
id: "2", name: "Casa em Condomínio", price: "R$ 1.200.000", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264505.jpg"},
{
id: "3",
name: "Terreno em Localização Premium",
price: "R$ 450.000",
imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011604.jpg",
},
id: "3", name: "Terreno em Localização Premium", price: "R$ 450.000", imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011604.jpg"},
{
id: "4",
name: "Sala Comercial",
price: "R$ 320.000",
imageSrc: "http://img.b2bpic.net/free-photo/keys-card-paper-house-with-wooden-house-model_23-2148038710.jpg",
},
id: "4", name: "Sala Comercial", price: "R$ 320.000", imageSrc: "http://img.b2bpic.net/free-photo/keys-card-paper-house-with-wooden-house-model_23-2148038710.jpg"},
{
id: "5",
name: "Studio Moderno",
price: "R$ 280.000",
imageSrc: "http://img.b2bpic.net/free-photo/stationery-concept-with-business-cards-front-ampersand_23-2147786715.jpg",
},
id: "5", name: "Studio Moderno", price: "R$ 280.000", imageSrc: "http://img.b2bpic.net/free-photo/stationery-concept-with-business-cards-front-ampersand_23-2147786715.jpg"},
{
id: "6",
name: "Sobrado Contemporâneo",
price: "R$ 950.000",
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666351.jpg",
},
id: "6", name: "Sobrado Contemporâneo", price: "R$ 950.000", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666351.jpg"},
]}
title="Imóveis em Destaque"
description="Confira nossa seleção exclusiva de imóveis para morar ou investir."
@@ -165,25 +115,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Segurança Jurídica",
description: "Documentação impecável e processo transparente para garantir o seu patrimônio.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/people-having-debate-while-looking-computer_23-2149389697.jpg",
imageAlt: "Segurança",
},
title: "Segurança Jurídica", description: "Documentação impecável e processo transparente para garantir o seu patrimônio.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/people-having-debate-while-looking-computer_23-2149389697.jpg", imageAlt: "Segurança"},
items: [
{
icon: Shield,
text: "Análise técnica",
},
text: "Análise técnica"},
{
icon: CheckCircle,
text: "Transparência total",
},
text: "Transparência total"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/chilling-brunette-girl-posing-with-cup-tasty-tea-photo-magnificent-young-woman-drink-coffee-near-window_197531-11367.jpg?_wi=2",
imageAlt: "real estate agents meeting office",
},
]}
title="Por que escolher nossa imobiliária?"
@@ -199,25 +141,13 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "500+",
title: "Imóveis Vendidos",
description: "Famílias realizadas",
icon: Home,
id: "m1", value: "500+", title: "Imóveis Vendidos", description: "Famílias realizadas", icon: Home,
},
{
id: "m2",
value: "10+",
title: "Anos de Experiência",
description: "Atuação no mercado",
icon: Award,
id: "m2", value: "10+", title: "Anos de Experiência", description: "Atuação no mercado", icon: Award,
},
{
id: "m3",
value: "98%",
title: "Clientes Satisfeitos",
description: "Nível de satisfação",
icon: Smile,
id: "m3", value: "98%", title: "Clientes Satisfeitos", description: "Nível de satisfação", icon: Smile,
},
]}
title="Números que transmitem confiança"
@@ -232,59 +162,28 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Ana Silva",
role: "Cliente",
company: "Palmas",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
},
id: "1", name: "Ana Silva", role: "Cliente", company: "Palmas", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg"},
{
id: "2",
name: "Carlos Souza",
role: "Investidor",
company: "Palmas",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
},
id: "2", name: "Carlos Souza", role: "Investidor", company: "Palmas", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg"},
{
id: "3",
name: "Mariana Lima",
role: "Cliente",
company: "Palmas",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smile-woman-talking-phone-looking-camera_23-2148317284.jpg",
},
id: "3", name: "Mariana Lima", role: "Cliente", company: "Palmas", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smile-woman-talking-phone-looking-camera_23-2148317284.jpg"},
{
id: "4",
name: "Pedro Santos",
role: "Cliente",
company: "Palmas",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
},
id: "4", name: "Pedro Santos", role: "Cliente", company: "Palmas", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
{
id: "5",
name: "Julia Costa",
role: "Cliente",
company: "Palmas",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg",
},
id: "5", name: "Julia Costa", role: "Cliente", company: "Palmas", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg"},
]}
kpiItems={[
{
value: "4.9/5",
label: "Google Rating",
},
value: "4.9/5", label: "Google Rating"},
{
value: "100%",
label: "Documentação",
},
value: "100%", label: "Documentação"},
{
value: "Rápido",
label: "Atendimento",
},
value: "Rápido", label: "Atendimento"},
]}
title="O que nossos clientes dizem"
description="A satisfação de quem confiou em nosso trabalho."
@@ -297,20 +196,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Como agendar uma visita?",
content: "Entre em contato pelo nosso formulário ou WhatsApp.",
},
id: "f1", title: "Como agendar uma visita?", content: "Entre em contato pelo nosso formulário ou WhatsApp."},
{
id: "f2",
title: "Quais os documentos necessários?",
content: "Documentos básicos de identificação e comprovantes de renda.",
},
id: "f2", title: "Quais os documentos necessários?", content: "Documentos básicos de identificação e comprovantes de renda."},
{
id: "f3",
title: "Financiamento facilitado?",
content: "Sim, auxiliamos em toda a análise de crédito com bancos.",
},
id: "f3", title: "Financiamento facilitado?", content: "Sim, auxiliamos em toda a análise de crédito com bancos."},
]}
title="Dúvidas Frequentes"
description="Estamos aqui para esclarecer qualquer ponto sobre compra ou locação."
@@ -325,22 +215,14 @@ export default function LandingPage() {
description="Preencha o formulário e um consultor entrará em contato em breve."
inputs={[
{
name: "nome",
type: "text",
placeholder: "Seu Nome",
required: true,
name: "nome", type: "text", placeholder: "Seu Nome", required: true,
},
{
name: "email",
type: "email",
placeholder: "Seu E-mail",
required: true,
name: "email", type: "email", placeholder: "Seu E-mail", required: true,
},
]}
textarea={{
name: "msg",
placeholder: "Como podemos ajudar?",
rows: 4,
name: "msg", placeholder: "Como podemos ajudar?", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/empty-modern-corporate-high-end-office-space-designed-ceo_482257-122705.jpg"
/>
@@ -351,25 +233,17 @@ export default function LandingPage() {
logoText="Imobiliária Palmas"
columns={[
{
title: "Links",
items: [
title: "Links", items: [
{
label: "Início",
href: "#hero",
},
label: "Início", href: "#hero"},
{
label: "Imóveis",
href: "#products",
},
label: "Imóveis", href: "#products"},
],
},
{
title: "Contato",
items: [
title: "Contato", items: [
{
label: "Fale Conosco",
href: "#contact",
},
label: "Fale Conosco", href: "#contact"},
],
},
]}