Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
379
src/app/page.tsx
379
src/app/page.tsx
@@ -13,7 +13,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Award, Bell, Building, Calendar, Camera, DollarSign, Home, Image, Mail, Map, MessageCircle, Phone, Scale, TrendingUp, Users, Wifi } from "lucide-react";
|
||||
import { Award, Bell, Building, Calendar, Camera, DollarSign, Home, Image, Mail, Map, MessageCircle, Phone, Scale, TrendingUp, Users, Wifi, Contact } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,29 +34,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "about",
|
||||
},
|
||||
name: "Nosotros", id: "about"},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "services",
|
||||
},
|
||||
name: "Servicios", id: "services"},
|
||||
{
|
||||
name: "Propiedades",
|
||||
id: "properties",
|
||||
},
|
||||
name: "Propiedades", id: "properties"},
|
||||
{
|
||||
name: "Testimonios",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonios", id: "testimonials"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="Rossana Bonora Propiedades"
|
||||
/>
|
||||
@@ -66,111 +54,61 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Encontramos la propiedad ideal para cada etapa"
|
||||
description="Compra, venta y alquiler de propiedades premium con atención personalizada y asesoramiento de expertos. Acceso exclusivo a las mejores oportunidades inmobiliarias."
|
||||
testimonials={[
|
||||
{
|
||||
name: "María G.",
|
||||
handle: "@mariag_uy",
|
||||
testimonial: "La atención personalizada y el conocimiento del mercado de Rossana Bonora Propiedades superaron mis expectativas. Encontraron la casa de mis sueños.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg?_wi=1",
|
||||
imageAlt: "María G.",
|
||||
},
|
||||
name: "María G.", handle: "@mariag_uy", testimonial: "La atención personalizada y el conocimiento del mercado de Rossana Bonora Propiedades superaron mis expectativas. Encontraron la casa de mis sueños.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", imageAlt: "María G."},
|
||||
{
|
||||
name: "Javier P.",
|
||||
handle: "@javierp_inv",
|
||||
testimonial: "Invertir con Rossana Bonora fue la mejor decisión. Su asesoramiento experto y acceso a propiedades exclusivas son invaluables.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-adult-business-leader_1262-4819.jpg?_wi=1",
|
||||
imageAlt: "Javier P.",
|
||||
},
|
||||
name: "Javier P.", handle: "@javierp_inv", testimonial: "Invertir con Rossana Bonora fue la mejor decisión. Su asesoramiento experto y acceso a propiedades exclusivas son invaluables.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-adult-business-leader_1262-4819.jpg", imageAlt: "Javier P."},
|
||||
{
|
||||
name: "Familia R.",
|
||||
handle: "@familiadelreal",
|
||||
testimonial: "Gracias a su equipo, nuestro proceso de alquiler fue sencillo y rápido. Estamos encantados con nuestra nueva propiedad.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-work_23-2149721924.jpg",
|
||||
imageAlt: "Familia R.",
|
||||
},
|
||||
name: "Familia R.", handle: "@familiadelreal", testimonial: "Gracias a su equipo, nuestro proceso de alquiler fue sencillo y rápido. Estamos encantados con nuestra nueva propiedad.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-work_23-2149721924.jpg", imageAlt: "Familia R."},
|
||||
{
|
||||
name: "Ana S.",
|
||||
handle: "@anas_biz",
|
||||
testimonial: "Profesionalismo y eficacia. Vendí mi propiedad comercial en tiempo récord y al mejor precio posible. Totalmente recomendados.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-working-as-real-estate-agents_23-2151064997.jpg",
|
||||
imageAlt: "Ana S.",
|
||||
},
|
||||
name: "Ana S.", handle: "@anas_biz", testimonial: "Profesionalismo y eficacia. Vendí mi propiedad comercial en tiempo récord y al mejor precio posible. Totalmente recomendados.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-working-as-real-estate-agents_23-2151064997.jpg", imageAlt: "Ana S."},
|
||||
{
|
||||
name: "Ricardo L.",
|
||||
handle: "@ricardol_pte",
|
||||
testimonial: "Desde el primer contacto, sentí que estaba en las mejores manos. Consiguieron la propiedad de inversión perfecta en Punta del Este.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-holding-hands-walking-yard_259150-59376.jpg",
|
||||
imageAlt: "Ricardo L.",
|
||||
},
|
||||
name: "Ricardo L.", handle: "@ricardol_pte", testimonial: "Desde el primer contacto, sentí que estaba en las mejores manos. Consiguieron la propiedad de inversión perfecta en Punta del Este.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-holding-hands-walking-yard_259150-59376.jpg", imageAlt: "Ricardo L."},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Propiedades",
|
||||
href: "#properties",
|
||||
},
|
||||
text: "Ver Propiedades", href: "#properties"},
|
||||
{
|
||||
text: "Agendar Consulta",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Agendar Consulta", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/concrete-building-with-balcony_250224-309.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/concrete-building-with-balcony_250224-309.jpg"
|
||||
imageAlt="Luxury Real Estate Home"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smart-viewer-you-adult-closeup_1262-2884.jpg",
|
||||
alt: "Successful man pointing to camera with finger",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smart-viewer-you-adult-closeup_1262-2884.jpg", alt: "Successful man pointing to camera with finger"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-hispanic-man-wearing-casual-pink-t-shirt-sticking-tongue-out-happy-with-funny-expression-emotion-concept_839833-35239.jpg",
|
||||
alt: "Portrait smiley modern male",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-hispanic-man-wearing-casual-pink-t-shirt-sticking-tongue-out-happy-with-funny-expression-emotion-concept_839833-35239.jpg", alt: "Portrait smiley modern male"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-old-man-airport-with-suitcase_1157-33380.jpg",
|
||||
alt: "Successful senior businessman standing at window",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-old-man-airport-with-suitcase_1157-33380.jpg", alt: "Successful senior businessman standing at window"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-content-beautiful-young-man_1262-3483.jpg",
|
||||
alt: "Close up portrait of young handsome successful man",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-content-beautiful-young-man_1262-3483.jpg", alt: "Close up portrait of young handsome successful man"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/red-haired-business-man-sitting-some-stairs_1262-763.jpg",
|
||||
alt: "Closeup of Handsome Middle-aged Business Leader",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/red-haired-business-man-sitting-some-stairs_1262-763.jpg", alt: "Closeup of Handsome Middle-aged Business Leader"},
|
||||
]}
|
||||
avatarText="+1000 Clientes Satisfechos"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Inversiones Inteligentes",
|
||||
icon: TrendingUp,
|
||||
type: "text-icon", text: "Inversiones Inteligentes", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Propiedades Exclusivas",
|
||||
type: "text", text: "Propiedades Exclusivas"},
|
||||
{
|
||||
type: "text-icon", text: "Asesoramiento Legal", icon: Scale,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Asesoramiento Legal",
|
||||
icon: Scale,
|
||||
},
|
||||
type: "text", text: "Marketing Digital Premium"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Marketing Digital Premium",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Gestión Integral",
|
||||
icon: Building,
|
||||
type: "text-icon", text: "Gestión Integral", icon: Building,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
@@ -185,19 +123,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Años de Experiencia",
|
||||
value: "+20",
|
||||
},
|
||||
label: "Años de Experiencia", value: "+20"},
|
||||
{
|
||||
icon: Home,
|
||||
label: "Propiedades Exclusivas",
|
||||
value: "+500",
|
||||
},
|
||||
label: "Propiedades Exclusivas", value: "+500"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Clientes Satisfechos",
|
||||
value: "+1000",
|
||||
},
|
||||
label: "Clientes Satisfechos", value: "+1000"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -210,94 +142,57 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Compra y Venta Simplificada",
|
||||
description: "Asesoramiento integral y acompañamiento en cada etapa para que su experiencia sea exitosa y sin complicaciones.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
title: "Compra y Venta Simplificada", description: "Asesoramiento integral y acompañamiento en cada etapa para que su experiencia sea exitosa y sin complicaciones.", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-female-realtor-handing-couple-keys-their-new-home_23-2148895466.jpg",
|
||||
imageAlt: "Hand holding house keys",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-female-realtor-handing-couple-keys-their-new-home_23-2148895466.jpg", imageAlt: "Hand holding house keys"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-real-estate-agent_23-2151064868.jpg",
|
||||
imageAlt: "For sale sign luxury house",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-real-estate-agent_23-2151064868.jpg", imageAlt: "For sale sign luxury house"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-with-yard-sign-open-house_23-2149383625.jpg",
|
||||
imageAlt: "Apartment for rent sign",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concrete-building-with-balcony_250224-309.jpg?_wi=2",
|
||||
imageAlt: "hand holding house keys",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-with-yard-sign-open-house_23-2149383625.jpg", imageAlt: "Apartment for rent sign"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Asesoramiento de Inversión",
|
||||
description: "Identificamos las oportunidades inmobiliarias más rentables para maximizar su capital, desde propiedades residenciales hasta comerciales.",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Asesoramiento de Inversión", description: "Identificamos las oportunidades inmobiliarias más rentables para maximizar su capital, desde propiedades residenciales hasta comerciales.", bentoComponent: "icon-info-cards", items: [
|
||||
{
|
||||
icon: TrendingUp,
|
||||
label: "Análisis de Mercado",
|
||||
value: "Detallado",
|
||||
},
|
||||
label: "Análisis de Mercado", value: "Detallado"},
|
||||
{
|
||||
icon: Building,
|
||||
label: "Cartera de Inversión",
|
||||
value: "Diversificada",
|
||||
},
|
||||
label: "Cartera de Inversión", value: "Diversificada"},
|
||||
{
|
||||
icon: DollarSign,
|
||||
label: "Rentabilidad",
|
||||
value: "Garantizada",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg?_wi=2",
|
||||
imageAlt: "hand holding house keys",
|
||||
label: "Rentabilidad", value: "Garantizada"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Gestión de Alquileres",
|
||||
description: "Nos encargamos de todo el proceso de alquiler, desde la selección de inquilinos hasta la administración de propiedades, asegurando su tranquilidad.",
|
||||
bentoComponent: "phone",
|
||||
statusIcon: Wifi,
|
||||
title: "Gestión de Alquileres", description: "Nos encargamos de todo el proceso de alquiler, desde la selección de inquilinos hasta la administración de propiedades, asegurando su tranquilidad.", bentoComponent: "phone", statusIcon: Wifi,
|
||||
alertIcon: Bell,
|
||||
alertTitle: "Nueva Consulta",
|
||||
alertMessage: "Propiedad en Punta del Este",
|
||||
apps: [
|
||||
alertTitle: "Nueva Consulta", alertMessage: "Propiedad en Punta del Este", apps: [
|
||||
{
|
||||
name: "Mensajes",
|
||||
icon: MessageCircle,
|
||||
name: "Mensajes", icon: MessageCircle,
|
||||
},
|
||||
{
|
||||
name: "Llamadas",
|
||||
icon: Phone,
|
||||
name: "Llamadas", icon: Phone,
|
||||
},
|
||||
{
|
||||
name: "Calendario",
|
||||
icon: Calendar,
|
||||
name: "Calendario", icon: Calendar,
|
||||
},
|
||||
{
|
||||
name: "Mapas",
|
||||
icon: Map,
|
||||
name: "Mapas", icon: Map,
|
||||
},
|
||||
{
|
||||
name: "Email",
|
||||
icon: Mail,
|
||||
name: "Email", icon: Mail,
|
||||
},
|
||||
{
|
||||
name: "Cámara",
|
||||
icon: Camera,
|
||||
name: "Cámara", icon: Camera,
|
||||
},
|
||||
{
|
||||
name: "Fotos",
|
||||
icon: Image,
|
||||
name: "Fotos", icon: Image,
|
||||
},
|
||||
{
|
||||
name: "Contactos",
|
||||
icon: Contact,
|
||||
name: "Contactos", icon: Contact,
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-adult-business-leader_1262-4819.jpg?_wi=2",
|
||||
imageAlt: "hand holding house keys",
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Nuestros Servicios Exclusivos"
|
||||
@@ -314,47 +209,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "prop-1",
|
||||
name: "Villa Exclusiva con Vista al Mar",
|
||||
price: "U$D 2.500.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg",
|
||||
imageAlt: "Villa con vista al mar",
|
||||
},
|
||||
id: "prop-1", name: "Villa Exclusiva con Vista al Mar", price: "U$D 2.500.000", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg", imageAlt: "Villa con vista al mar"},
|
||||
{
|
||||
id: "prop-2",
|
||||
name: "Penthouse de Lujo en Ciudad",
|
||||
price: "U$D 1.800.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-balcony-with-comfortable-sofa-potted-plants_23-2151983238.jpg",
|
||||
imageAlt: "Penthouse de lujo",
|
||||
},
|
||||
id: "prop-2", name: "Penthouse de Lujo en Ciudad", price: "U$D 1.800.000", imageSrc: "http://img.b2bpic.net/free-photo/modern-balcony-with-comfortable-sofa-potted-plants_23-2151983238.jpg", imageAlt: "Penthouse de lujo"},
|
||||
{
|
||||
id: "prop-3",
|
||||
name: "Edificio Comercial Premium",
|
||||
price: "U$D 3.200.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skyscraper-buildings-city_23-2148836815.jpg",
|
||||
imageAlt: "Edificio comercial",
|
||||
},
|
||||
id: "prop-3", name: "Edificio Comercial Premium", price: "U$D 3.200.000", imageSrc: "http://img.b2bpic.net/free-photo/skyscraper-buildings-city_23-2148836815.jpg", imageAlt: "Edificio comercial"},
|
||||
{
|
||||
id: "prop-4",
|
||||
name: "Residencia Familiar de Diseño",
|
||||
price: "U$D 950.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-streets-switzerland_8353-9666.jpg",
|
||||
imageAlt: "Residencia familiar",
|
||||
},
|
||||
id: "prop-4", name: "Residencia Familiar de Diseño", price: "U$D 950.000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-streets-switzerland_8353-9666.jpg", imageAlt: "Residencia familiar"},
|
||||
{
|
||||
id: "prop-5",
|
||||
name: "Apartamento Moderno en Zona Céntrica",
|
||||
price: "U$D 450.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-living-room-with-large-windows-forest-view_23-2152008233.jpg",
|
||||
imageAlt: "Apartamento moderno",
|
||||
},
|
||||
id: "prop-5", name: "Apartamento Moderno en Zona Céntrica", price: "U$D 450.000", imageSrc: "http://img.b2bpic.net/free-photo/luxury-living-room-with-large-windows-forest-view_23-2152008233.jpg", imageAlt: "Apartamento moderno"},
|
||||
{
|
||||
id: "prop-6",
|
||||
name: "Campo con Viñedos y Casona Antigua",
|
||||
price: "U$D 4.000.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-residential-area_1401-405.jpg",
|
||||
imageAlt: "Campo con viñedos",
|
||||
},
|
||||
id: "prop-6", name: "Campo con Viñedos y Casona Antigua", price: "U$D 4.000.000", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-residential-area_1401-405.jpg", imageAlt: "Campo con viñedos"},
|
||||
]}
|
||||
title="Propiedades Destacadas"
|
||||
description="Explore nuestra exclusiva selección de propiedades residenciales, comerciales y de inversión en las ubicaciones más prestigiosas."
|
||||
@@ -368,25 +233,13 @@ export default function LandingPage() {
|
||||
tag="Resultados Comprobados"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "+20",
|
||||
description: "Años en el Mercado de Lujo",
|
||||
},
|
||||
id: "m1", value: "+20", description: "Años en el Mercado de Lujo"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "98%",
|
||||
description: "Tasa de Satisfacción del Cliente",
|
||||
},
|
||||
id: "m2", value: "98%", description: "Tasa de Satisfacción del Cliente"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "+500M",
|
||||
description: "Valor en Propiedades Gestionadas",
|
||||
},
|
||||
id: "m3", value: "+500M", description: "Valor en Propiedades Gestionadas"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "100%",
|
||||
description: "Asesoramiento Legal y Financiero",
|
||||
},
|
||||
id: "m4", value: "100%", description: "Asesoramiento Legal y Financiero"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -400,45 +253,15 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Laura F.",
|
||||
role: "Inversora Inmobiliaria",
|
||||
testimonial: "El equipo de Rossana Bonora me ayudó a encontrar la propiedad de inversión perfecta. Su conocimiento del mercado es excepcional y la atención fue impecable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-young-woman-standing-workplace_23-2148180658.jpg",
|
||||
imageAlt: "Laura F.",
|
||||
},
|
||||
id: "t1", name: "Laura F.", role: "Inversora Inmobiliaria", testimonial: "El equipo de Rossana Bonora me ayudó a encontrar la propiedad de inversión perfecta. Su conocimiento del mercado es excepcional y la atención fue impecable.", imageSrc: "http://img.b2bpic.net/free-photo/charming-young-woman-standing-workplace_23-2148180658.jpg", imageAlt: "Laura F."},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Roberto M.",
|
||||
role: "Empresario",
|
||||
testimonial: "Confié a Rossana Bonora la venta de mi apartamento y superaron todas mis expectativas. Un servicio de lujo, rápido y efectivo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1597.jpg",
|
||||
imageAlt: "Roberto M.",
|
||||
},
|
||||
id: "t2", name: "Roberto M.", role: "Empresario", testimonial: "Confié a Rossana Bonora la venta de mi apartamento y superaron todas mis expectativas. Un servicio de lujo, rápido y efectivo.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1597.jpg", imageAlt: "Roberto M."},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sofía C.",
|
||||
role: "Joven Profesional",
|
||||
testimonial: "Como primera compradora, necesitaba mucha guía. Me acompañaron en cada paso, brindándome seguridad y transparencia. ¡Estoy feliz con mi nuevo hogar!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383619.jpg",
|
||||
imageAlt: "Sofía C.",
|
||||
},
|
||||
id: "t3", name: "Sofía C.", role: "Joven Profesional", testimonial: "Como primera compradora, necesitaba mucha guía. Me acompañaron en cada paso, brindándome seguridad y transparencia. ¡Estoy feliz con mi nuevo hogar!", imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383619.jpg", imageAlt: "Sofía C."},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Carlos G.",
|
||||
role: "CEO",
|
||||
testimonial: "Para nuestra empresa, la adquisición de una nueva sede fue crucial. Rossana Bonora encontró el espacio ideal que superó nuestras necesidades y expectativas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-real-estate-agent-communicating-with-couple-while-showing-them-new-apartment_637285-6079.jpg",
|
||||
imageAlt: "Carlos G.",
|
||||
},
|
||||
id: "t4", name: "Carlos G.", role: "CEO", testimonial: "Para nuestra empresa, la adquisición de una nueva sede fue crucial. Rossana Bonora encontró el espacio ideal que superó nuestras necesidades y expectativas.", imageSrc: "http://img.b2bpic.net/free-photo/female-real-estate-agent-communicating-with-couple-while-showing-them-new-apartment_637285-6079.jpg", imageAlt: "Carlos G."},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Valeria L.",
|
||||
role: "Diseñadora de Interiores",
|
||||
testimonial: "Su selección de propiedades es incomparable. Siempre encuentro opciones con un potencial de diseño increíble, y mis clientes quedan fascinados.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-dancing-apartment_23-2147744871.jpg",
|
||||
imageAlt: "Valeria L.",
|
||||
},
|
||||
id: "t5", name: "Valeria L.", role: "Diseñadora de Interiores", testimonial: "Su selección de propiedades es incomparable. Siempre encuentro opciones con un potencial de diseño increíble, y mis clientes quedan fascinados.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-dancing-apartment_23-2147744871.jpg", imageAlt: "Valeria L."},
|
||||
]}
|
||||
title="Lo Que Nuestros Clientes Dicen de Nosotros"
|
||||
description="Historias reales de éxito que demuestran la confianza y satisfacción de quienes eligen Rossana Bonora Propiedades."
|
||||
@@ -451,35 +274,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "¿Cuál es la diferencia de trabajar con una inmobiliaria de lujo?",
|
||||
content: "Ofrecemos atención personalizada, acceso a un portafolio exclusivo de propiedades de alto valor, marketing sofisticado y asesoramiento legal y financiero experto.",
|
||||
},
|
||||
id: "faq-1", title: "¿Cuál es la diferencia de trabajar con una inmobiliaria de lujo?", content: "Ofrecemos atención personalizada, acceso a un portafolio exclusivo de propiedades de alto valor, marketing sofisticado y asesoramiento legal y financiero experto."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "¿Cómo garantizan la privacidad de mis datos?",
|
||||
content: "Nos comprometemos a la máxima confidencialidad en todas nuestras operaciones, protegiendo su información personal y financiera con los más altos estándares de seguridad.",
|
||||
},
|
||||
id: "faq-2", title: "¿Cómo garantizan la privacidad de mis datos?", content: "Nos comprometemos a la máxima confidencialidad en todas nuestras operaciones, protegiendo su información personal y financiera con los más altos estándares de seguridad."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "¿Ofrecen propiedades en ubicaciones internacionales?",
|
||||
content: "Sí, además de nuestra fuerte presencia local, contamos con una red de contactos que nos permite ofrecer propiedades selectas en destinos internacionales clave, como Madrid.",
|
||||
},
|
||||
id: "faq-3", title: "¿Ofrecen propiedades en ubicaciones internacionales?", content: "Sí, además de nuestra fuerte presencia local, contamos con una red de contactos que nos permite ofrecer propiedades selectas en destinos internacionales clave, como Madrid."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "¿Cuál es el proceso para agendar una consulta?",
|
||||
content: "Puede agendar una consulta directamente desde nuestro sitio web, por teléfono o a través de WhatsApp. Nuestro equipo se pondrá en contacto para coordinar un encuentro a su conveniencia.",
|
||||
},
|
||||
id: "faq-4", title: "¿Cuál es el proceso para agendar una consulta?", content: "Puede agendar una consulta directamente desde nuestro sitio web, por teléfono o a través de WhatsApp. Nuestro equipo se pondrá en contacto para coordinar un encuentro a su conveniencia."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "¿Ayudan con la financiación de propiedades?",
|
||||
content: "Trabajamos con una red de instituciones financieras y asesores hipotecarios que pueden ofrecerle las mejores opciones de financiación adaptadas a su perfil.",
|
||||
},
|
||||
id: "faq-5", title: "¿Ayudan con la financiación de propiedades?", content: "Trabajamos con una red de instituciones financieras y asesores hipotecarios que pueden ofrecerle las mejores opciones de financiación adaptadas a su perfil."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "¿Cómo valúan mi propiedad para la venta?",
|
||||
content: "Realizamos una valuación exhaustiva que considera factores como la ubicación, características únicas, estado de la propiedad y un análisis comparativo de mercado para asegurar el precio óptimo.",
|
||||
},
|
||||
id: "faq-6", title: "¿Cómo valúan mi propiedad para la venta?", content: "Realizamos una valuación exhaustiva que considera factores como la ubicación, características únicas, estado de la propiedad y un análisis comparativo de mercado para asegurar el precio óptimo."},
|
||||
]}
|
||||
title="Preguntas Frecuentes"
|
||||
description="Encuentre respuestas rápidas a sus dudas más comunes sobre la compra, venta y alquiler de propiedades de lujo con nosotros."
|
||||
@@ -492,16 +297,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Luxury Homes Group",
|
||||
"Global Property Invest",
|
||||
"Elite Residences",
|
||||
"Prestige Estates",
|
||||
"Prime Locations",
|
||||
"Architectural Digest",
|
||||
"Financial Times",
|
||||
"Property World",
|
||||
"Real Estate Today",
|
||||
]}
|
||||
"Luxury Homes Group", "Global Property Invest", "Elite Residences", "Prestige Estates", "Prime Locations", "Architectural Digest", "Financial Times", "Property World", "Real Estate Today"]}
|
||||
title="Nuestros Aliados Estratégicos"
|
||||
description="Colaboramos con las marcas más prestigiosas del sector para ofrecerle un servicio integral y exclusivo en cada operación."
|
||||
speed={40}
|
||||
@@ -513,18 +309,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Contacte a Nuestros Expertos Hoy"
|
||||
buttons={[
|
||||
{
|
||||
text: "Agendar una Consulta",
|
||||
href: "mailto:info@rossanabonora.com",
|
||||
},
|
||||
text: "Agendar una Consulta", href: "mailto:info@rossanabonora.com"},
|
||||
{
|
||||
text: "WhatsApp Directo",
|
||||
href: "https://wa.me/XXXXXXXXXXX",
|
||||
},
|
||||
text: "WhatsApp Directo", href: "https://wa.me/XXXXXXXXXXX"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -533,13 +324,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Rossana Bonora Propiedades"
|
||||
leftLink={{
|
||||
text: "Política de Privacidad",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Política de Privacidad", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Términos y Condiciones",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Términos y Condiciones", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user