diff --git a/src/app/property/[id]/page.tsx b/src/app/property/[id]/page.tsx new file mode 100644 index 0000000..1fb0d3d --- /dev/null +++ b/src/app/property/[id]/page.tsx @@ -0,0 +1,40 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import { Building2, Mail, Phone, MapPin, CheckCircle } from "lucide-react"; + +export default function PropertyDetailPage() { + return ( + + + +
+

Villa Contemporánea de Lujo

+
+
+ Property +
+
+

$850,000

+
Costa Rica, Guanacaste
+

Esta impresionante propiedad ofrece vistas inigualables, acabados de mármol y un diseño moderno único en la zona.

+
+
4 Habitaciones
+
3 Baños
+
450m²
+
+
+

Agente Inmobiliario

+

Juan Pérez | +506 8888-8888

+
+
+
+
+ +
+
+ ); +} \ No newline at end of file