From 5c845db0216bfaa3652b80d21d8a3e7bbba33d23 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 12:48:43 +0000 Subject: [PATCH] Add src/app/property/[id]/page.tsx --- src/app/property/[id]/page.tsx | 40 ++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/app/property/[id]/page.tsx 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