Update src/app/property/[id]/page.tsx
This commit is contained in:
@@ -3,10 +3,9 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { useState } from 'react';
|
||||
import { ArrowLeft, MapPin, Bed, Bath, Square } from 'lucide-react';
|
||||
import { ArrowLeft, Bed, Bath, Square } from 'lucide-react';
|
||||
|
||||
export default function PropertyDetailPage() {
|
||||
return (
|
||||
@@ -59,22 +58,19 @@ export default function PropertyDetailPage() {
|
||||
<div className="flex items-center gap-2"><Square className="w-5 h-5 text-gray-500" /> 150m²</div>
|
||||
</div>
|
||||
<p className="text-gray-600">Esta residência exclusiva oferece acabamentos de primeira linha, ampla iluminação natural e uma localização imbatível no coração de Estância Velha. Ideal para famílias que buscam conforto e sofisticação.</p>
|
||||
<div className="bg-gray-50 p-6 rounded-2xl space-y-4">
|
||||
<h3 className="font-bold text-lg">Agendar Visita</h3>
|
||||
<input type="text" placeholder="Nome" className="w-full p-3 rounded-lg border" />
|
||||
<input type="email" placeholder="Email" className="w-full p-3 rounded-lg border" />
|
||||
<button className="w-full bg-primary text-white p-3 rounded-lg font-bold">Enviar Interesse</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Fale Conosco"
|
||||
<ContactSplit
|
||||
tag="Contato"
|
||||
title="Gostou deste imóvel?"
|
||||
description="Entre em contato com nossa equipe agora e agende uma visita sem compromisso."
|
||||
buttons={[{ text: "WhatsApp", href: "https://wa.me/" }]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-with-tablet_23-2147996523.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user