diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx new file mode 100644 index 0000000..628cfa1 --- /dev/null +++ b/src/app/dashboard/page.tsx @@ -0,0 +1,41 @@ +"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'; + +export default function SellerDashboardPage() { + return ( + + + + + Dashboard de Vendedor + + + Mis Propiedades Activas + + + + Título + Precio + Estado + + + + + Villa de Lujo + $850,000 + Publicada + + + + + + + + + + ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index b2f250a..0d5c6b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -266,4 +266,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file 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 + + + + + + $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 diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index dbdbc9e..5038a9b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,12 +13,12 @@ --background: #f5f5f5; --card: #ffffff; --foreground: #1c1c1c; - --primary-cta: #511f1f; + --primary-cta: #1f514c; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #e63946; - --background-accent: #e8bea8; + --accent: #159c49; + --background-accent: #a8e8ba; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
$850,000
Esta impresionante propiedad ofrece vistas inigualables, acabados de mármol y un diseño moderno único en la zona.
Juan Pérez | +506 8888-8888