Merge version_3 into main #4
@@ -124,17 +124,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Departamento en Asunción", price: "USD 85,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-streets-switzerland_8353-9666.jpg"},
|
||||
id: "1", name: "Departamento en Asunción", price: "USD 85,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-streets-switzerland_8353-9666.jpg", onProductClick: () => console.log("Navigating to property 1")},
|
||||
{
|
||||
id: "2", name: "Casa en Encarnación", price: "USD 120,000", imageSrc: "http://img.b2bpic.net/free-photo/relaxation-travel-blue-beach-lounge_1203-4474.jpg"},
|
||||
id: "2", name: "Casa en Encarnación", price: "USD 120,000", imageSrc: "http://img.b2bpic.net/free-photo/relaxation-travel-blue-beach-lounge_1203-4474.jpg", onProductClick: () => console.log("Navigating to property 2")},
|
||||
{
|
||||
id: "3", name: "Oficina en CDE", price: "USD 250,000", imageSrc: "http://img.b2bpic.net/free-photo/typical-spanish-window_1361-207.jpg"},
|
||||
id: "3", name: "Oficina en CDE", price: "USD 250,000", imageSrc: "http://img.b2bpic.net/free-photo/typical-spanish-window_1361-207.jpg", onProductClick: () => console.log("Navigating to property 3")},
|
||||
{
|
||||
id: "4", name: "Terreno en Luque", price: "USD 45,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-domestic-room-comfortable-relaxation-generative-ai_188544-12679.jpg"},
|
||||
id: "4", name: "Terreno en Luque", price: "USD 45,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-domestic-room-comfortable-relaxation-generative-ai_188544-12679.jpg", onProductClick: () => console.log("Navigating to property 4")},
|
||||
{
|
||||
id: "5", name: "Penthouse en Asunción", price: "USD 450,000", imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920967.jpg"},
|
||||
id: "5", name: "Penthouse en Asunción", price: "USD 450,000", imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920967.jpg", onProductClick: () => console.log("Navigating to property 5")},
|
||||
{
|
||||
id: "6", name: "Local Comercial en San Lorenzo", price: "USD 95,000", imageSrc: "http://img.b2bpic.net/free-photo/moroccan-traditional-background-mosaic-marrakech_1203-5105.jpg"},
|
||||
id: "6", name: "Local Comercial en San Lorenzo", price: "USD 95,000", imageSrc: "http://img.b2bpic.net/free-photo/moroccan-traditional-background-mosaic-marrakech_1203-5105.jpg", onProductClick: () => console.log("Navigating to property 6")},
|
||||
]}
|
||||
title="Propiedades Destacadas"
|
||||
description="Las mejores opciones seleccionadas para vos."
|
||||
|
||||
Reference in New Issue
Block a user