Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-05 23:44:24 +00:00

View File

@@ -32,17 +32,11 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Inicio",
id: "#hero",
},
name: "Inicio", id: "#hero"},
{
name: "Propiedades",
id: "#properties",
},
name: "Propiedades", id: "#properties"},
{
name: "Contacto",
id: "#contact",
},
name: "Contacto", id: "#contact"},
]}
brandName="InmobiliariaPY"
/>
@@ -52,93 +46,52 @@ export default function LandingPage() {
<HeroSplitTestimonial
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Encontrá tu propiedad en Paraguay"
description="Explorá miles de opciones en Asunción, Encarnación, Ciudad del Este y más."
testimonials={[
{
name: "María G.",
handle: "@mariag",
testimonial: "Encontré mi casa ideal en tiempo récord. ¡Muy recomendado!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg?_wi=1",
},
name: "María G.", handle: "@mariag", testimonial: "Encontré mi casa ideal en tiempo récord. ¡Muy recomendado!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg"},
{
name: "Carlos R.",
handle: "@carlosr",
testimonial: "Plataforma muy intuitiva, el proceso de compra fue excelente.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-keys-just-bought-new-appartment_1303-28898.jpg",
},
name: "Carlos R.", handle: "@carlosr", testimonial: "Plataforma muy intuitiva, el proceso de compra fue excelente.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-keys-just-bought-new-appartment_1303-28898.jpg"},
{
name: "Ana S.",
handle: "@anas",
testimonial: "Excelente servicio al cliente, siempre estuvieron atentos.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cute-family-holding-roof-their-head_23-2149038354.jpg",
},
name: "Ana S.", handle: "@anas", testimonial: "Excelente servicio al cliente, siempre estuvieron atentos.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cute-family-holding-roof-their-head_23-2149038354.jpg"},
{
name: "Jorge V.",
handle: "@jorgev",
testimonial: "Seguridad y confianza en cada transacción.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-lady-pointing-showing-male-colleague-something-outdoors_1262-12522.jpg",
},
name: "Jorge V.", handle: "@jorgev", testimonial: "Seguridad y confianza en cada transacción.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-lady-pointing-showing-male-colleague-something-outdoors_1262-12522.jpg"},
{
name: "Lucía M.",
handle: "@luciam",
testimonial: "La mejor plataforma inmobiliaria en Paraguay actualmente.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-holding-pair-keys-model-house-isolated-white-background_23-2148182985.jpg",
},
name: "Lucía M.", handle: "@luciam", testimonial: "La mejor plataforma inmobiliaria en Paraguay actualmente.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-holding-pair-keys-model-house-isolated-white-background_23-2148182985.jpg"},
]}
imageSrc="http://img.b2bpic.net/free-photo/egyprt-tourist-resort_1385-743.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/egyprt-tourist-resort_1385-743.jpg"
imageAlt="Propiedad moderna en Paraguay"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/houses-old-port-nesebar-bulgaria_627829-7525.jpg",
alt: "Satisfied customer 1",
},
src: "http://img.b2bpic.net/free-photo/houses-old-port-nesebar-bulgaria_627829-7525.jpg", alt: "Satisfied customer 1"},
{
src: "http://img.b2bpic.net/free-photo/rainbow-sky-residential-area-houses_169016-21426.jpg",
alt: "Satisfied customer 2",
},
src: "http://img.b2bpic.net/free-photo/rainbow-sky-residential-area-houses_169016-21426.jpg", alt: "Satisfied customer 2"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg",
alt: "Satisfied customer 3",
},
src: "http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg", alt: "Satisfied customer 3"},
{
src: "http://img.b2bpic.net/free-photo/smiling-man-looking-up_23-2147747859.jpg",
alt: "Satisfied customer 4",
},
src: "http://img.b2bpic.net/free-photo/smiling-man-looking-up_23-2147747859.jpg", alt: "Satisfied customer 4"},
{
src: "http://img.b2bpic.net/free-photo/happy-expression_1194-1747.jpg",
alt: "Satisfied customer 5",
},
src: "http://img.b2bpic.net/free-photo/happy-expression_1194-1747.jpg", alt: "Satisfied customer 5"},
]}
marqueeItems={[
{
type: "text",
text: "Propiedades Premium",
},
type: "text", text: "Propiedades Premium"},
{
type: "text",
text: "Atención Personalizada",
},
type: "text", text: "Atención Personalizada"},
{
type: "text",
text: "Seguridad Jurídica",
},
type: "text", text: "Seguridad Jurídica"},
{
type: "text",
text: "Cobertura Nacional",
},
type: "text", text: "Cobertura Nacional"},
{
type: "text",
text: "Tasación Profesional",
},
type: "text", text: "Tasación Profesional"},
]}
/>
</div>
@@ -151,19 +104,13 @@ export default function LandingPage() {
description="Combinamos tecnología de vanguardia con atención personalizada para asegurar que encuentres exactamente lo que buscás."
bulletPoints={[
{
title: "Seguridad",
description: "Verificamos todas nuestras propiedades.",
},
title: "Seguridad", description: "Verificamos todas nuestras propiedades."},
{
title: "Rapidez",
description: "Tu proceso de compra, simplificado.",
},
title: "Rapidez", description: "Tu proceso de compra, simplificado."},
{
title: "Cobertura",
description: "Presentes en las ciudades más importantes.",
},
title: "Cobertura", description: "Presentes en las ciudades más importantes."},
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064919.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064919.jpg"
imageAlt="Asesor inmobiliario"
mediaAnimation="slide-up"
/>
@@ -177,41 +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"},
{
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"},
{
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"},
{
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"},
{
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"},
{
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"},
]}
title="Propiedades Destacadas"
description="Las mejores opciones seleccionadas para vos."
@@ -226,20 +149,11 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "500+",
description: "Propiedades activas",
},
id: "m1", value: "500+", description: "Propiedades activas"},
{
id: "m2",
value: "200+",
description: "Familias felices",
},
id: "m2", value: "200+", description: "Familias felices"},
{
id: "m3",
value: "15+",
description: "Ciudades cubiertas",
},
id: "m3", value: "15+", description: "Ciudades cubiertas"},
]}
title="Números que nos respaldan"
description="Crecemos junto al mercado inmobiliario del Paraguay."
@@ -253,49 +167,31 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Buscá",
description: "Utilizá nuestros filtros avanzados.",
icon: Search,
title: "Buscá", description: "Utilizá nuestros filtros avanzados.", icon: Search,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-architectural-building-with-pool-reflection_23-2151993726.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/modern-architectural-building-with-pool-reflection_23-2151993726.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-villa-nestled-mountain-gorge_23-2152008244.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-villa-nestled-mountain-gorge_23-2152008244.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/egyprt-tourist-resort_1385-743.jpg?_wi=2",
imageAlt: "modern house Paraguay",
},
{
title: "Visitá",
description: "Coordiná visitas con agentes.",
icon: Calendar,
title: "Visitá", description: "Coordiná visitas con agentes.", icon: Calendar,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-vacation_23-2149204469.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-vacation_23-2149204469.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-tropical-house-with-large-glass-windows_23-2152016380.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/modern-tropical-house-with-large-glass-windows_23-2152016380.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064919.jpg?_wi=2",
imageAlt: "modern house Paraguay",
},
{
title: "Cerrá",
description: "Tu casa propia hoy mismo.",
icon: Check,
title: "Cerrá", description: "Tu casa propia hoy mismo.", icon: Check,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-house-model_23-2150799689.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-house-model_23-2150799689.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-cheerful-black-man-showing-paper-house-smiling-recommending-broker-standing-red-background_1258-128237.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-cheerful-black-man-showing-paper-house-smiling-recommending-broker-standing-red-background_1258-128237.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg?_wi=2",
imageAlt: "modern house Paraguay",
},
]}
title="Proceso simple y directo"
@@ -310,40 +206,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sara M.",
role: "Inversionista",
testimonial: "Excelente experiencia desde el inicio.",
imageSrc: "http://img.b2bpic.net/free-photo/blur-portrait-african-smiling-guy-with-his-hand-focus-relaxed-black-man-elegant-suit-sitting-bench-showing-thumb-up_197531-21913.jpg",
},
id: "t1", name: "Sara M.", role: "Inversionista", testimonial: "Excelente experiencia desde el inicio.", imageSrc: "http://img.b2bpic.net/free-photo/blur-portrait-african-smiling-guy-with-his-hand-focus-relaxed-black-man-elegant-suit-sitting-bench-showing-thumb-up_197531-21913.jpg"},
{
id: "t2",
name: "Juan D.",
role: "Comprador",
testimonial: "Muy ágil todo el proceso.",
imageSrc: "http://img.b2bpic.net/free-photo/young-business-man-listening-music-low-view_23-2148763846.jpg",
},
id: "t2", name: "Juan D.", role: "Comprador", testimonial: "Muy ágil todo el proceso.", imageSrc: "http://img.b2bpic.net/free-photo/young-business-man-listening-music-low-view_23-2148763846.jpg"},
{
id: "t3",
name: "Laura P.",
role: "Propietaria",
testimonial: "Recomiendo la plataforma a mis conocidos.",
imageSrc: "http://img.b2bpic.net/free-photo/cute-family-holding-roof-their-head_23-2149038356.jpg",
},
id: "t3", name: "Laura P.", role: "Propietaria", testimonial: "Recomiendo la plataforma a mis conocidos.", imageSrc: "http://img.b2bpic.net/free-photo/cute-family-holding-roof-their-head_23-2149038356.jpg"},
{
id: "t4",
name: "Luis C.",
role: "Inversionista",
testimonial: "Increíble atención y resultados.",
imageSrc: "http://img.b2bpic.net/free-photo/dealership-concept-bank-concept-toned-sales-manager-ready-give-key-young-couple-love-after-signing-agreement-contract-purchase-sale_549566-193.jpg",
},
id: "t4", name: "Luis C.", role: "Inversionista", testimonial: "Increíble atención y resultados.", imageSrc: "http://img.b2bpic.net/free-photo/dealership-concept-bank-concept-toned-sales-manager-ready-give-key-young-couple-love-after-signing-agreement-contract-purchase-sale_549566-193.jpg"},
{
id: "t5",
name: "Elena R.",
role: "Compradora",
testimonial: "Encontré lo que buscaba exactamente.",
imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571923.jpg",
},
id: "t5", name: "Elena R.", role: "Compradora", testimonial: "Encontré lo que buscaba exactamente.", imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571923.jpg"},
]}
title="Qué dicen nuestros clientes"
description="Historias de éxito real en todo Paraguay."
@@ -354,16 +225,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Contacto"
title="Listo para empezar?"
description="Ponete en contacto con nuestro equipo de asesores ahora mismo."
buttons={[
{
text: "Contactar por WhatsApp",
href: "https://wa.me/595",
},
text: "Contactar por WhatsApp", href: "https://wa.me/595"},
]}
/>
</div>
@@ -373,29 +241,19 @@ export default function LandingPage() {
logoText="InmobiliariaPY"
columns={[
{
title: "Empresa",
items: [
title: "Empresa", items: [
{
label: "Sobre Nosotros",
href: "#",
},
label: "Sobre Nosotros", href: "#"},
{
label: "Privacidad",
href: "#",
},
label: "Privacidad", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Términos",
href: "#",
},
label: "Términos", href: "#"},
{
label: "Cookies",
href: "#",
},
label: "Cookies", href: "#"},
],
},
]}