Merge version_1 into main #2
215
src/app/page.tsx
215
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "/",
|
||||
},
|
||||
name: "Inicio", id: "/"},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "/servicios",
|
||||
},
|
||||
name: "Servicios", id: "/servicios"},
|
||||
{
|
||||
name: "Proyectos",
|
||||
id: "/proyectos",
|
||||
},
|
||||
name: "Proyectos", id: "/proyectos"},
|
||||
{
|
||||
name: "Sobre Nosotros",
|
||||
id: "/sobre-nosotros",
|
||||
},
|
||||
name: "Sobre Nosotros", id: "/sobre-nosotros"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "/contacto",
|
||||
},
|
||||
name: "Contacto", id: "/contacto"},
|
||||
]}
|
||||
brandName="Alejandro Córcoles"
|
||||
/>
|
||||
@@ -58,127 +48,73 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Construcciones y Reformas de Prestigio en Mallorca"
|
||||
description="Transformamos propiedades en hogares excepcionales en Port d'Andratx."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Pep Juan Martin Antich",
|
||||
handle: "Cliente verificado",
|
||||
testimonial: "Ausgezeichnete Arbeiter",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-blonde-smiling_1328-3536.jpg",
|
||||
},
|
||||
name: "Pep Juan Martin Antich", handle: "Cliente verificado", testimonial: "Ausgezeichnete Arbeiter", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-blonde-smiling_1328-3536.jpg"},
|
||||
{
|
||||
name: "Elena Torres",
|
||||
handle: "Propietaria",
|
||||
testimonial: "Un trabajo impecable y puntual.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-business-woman-with-long-hair-walking-street-with-laptop-she-wears-white-shirt_197531-588.jpg",
|
||||
},
|
||||
name: "Elena Torres", handle: "Propietaria", testimonial: "Un trabajo impecable y puntual.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-business-woman-with-long-hair-walking-street-with-laptop-she-wears-white-shirt_197531-588.jpg"},
|
||||
{
|
||||
name: "Markus Weber",
|
||||
handle: "Arquitecto",
|
||||
testimonial: "Excelente atención al detalle.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-walking-city-sitting-near-cafe-laughing-funny-guy-who-tries-impress-her-holding-smartphone_176420-15762.jpg",
|
||||
},
|
||||
name: "Markus Weber", handle: "Arquitecto", testimonial: "Excelente atención al detalle.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-walking-city-sitting-near-cafe-laughing-funny-guy-who-tries-impress-her-holding-smartphone_176420-15762.jpg"},
|
||||
{
|
||||
name: "Sofía García",
|
||||
handle: "Diseñadora",
|
||||
testimonial: "Muy recomendables en reformas.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-model-standing-shiny-park_23-2147869623.jpg",
|
||||
},
|
||||
name: "Sofía García", handle: "Diseñadora", testimonial: "Muy recomendables en reformas.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-model-standing-shiny-park_23-2147869623.jpg"},
|
||||
{
|
||||
name: "Javier L.",
|
||||
handle: "Cliente",
|
||||
testimonial: "Profesionalidad en cada fase.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg?_wi=1",
|
||||
},
|
||||
name: "Javier L.", handle: "Cliente", testimonial: "Profesionalidad en cada fase.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Solicitar Presupuesto",
|
||||
href: "/contacto",
|
||||
},
|
||||
text: "Solicitar Presupuesto", href: "/contacto"},
|
||||
{
|
||||
text: "Ver Proyectos",
|
||||
href: "/proyectos",
|
||||
},
|
||||
text: "Ver Proyectos", href: "/proyectos"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/terrace-with-glass-railings_1232-1307.jpg"
|
||||
imageAlt="Completed villa renovation terrace"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/terrace-with-glass-railings_1232-1307.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/terrace-with-glass-railings_1232-1307.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-blonde-smiling_1328-3536.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-blonde-smiling_1328-3536.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-sea-ocean-white-cloud-blue-sky_74190-8835.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-sea-ocean-white-cloud-blue-sky_74190-8835.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929542.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929542.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-cute-woman-enjoying-free-time-home_7502-7293.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-cute-woman-enjoying-free-time-home_7502-7293.jpg", alt: "Client 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Artesanía Premium",
|
||||
},
|
||||
type: "text", text: "Artesanía Premium"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Precisión Alemana",
|
||||
},
|
||||
type: "text", text: "Precisión Alemana"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Estilo Mediterráneo",
|
||||
},
|
||||
type: "text", text: "Estilo Mediterráneo"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Compromiso de Calidad",
|
||||
},
|
||||
type: "text", text: "Compromiso de Calidad"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Innovación en Diseño",
|
||||
},
|
||||
type: "text", text: "Innovación en Diseño"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services-preview" data-section="services-preview">
|
||||
<FeatureCardSixteen
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Presupuestos detallados transparentes",
|
||||
"Comunicación multilingüe",
|
||||
"Supervisión personal",
|
||||
"Gestión de licencias",
|
||||
"Seguimiento semanal",
|
||||
],
|
||||
"Presupuestos detallados transparentes", "Comunicación multilingüe", "Supervisión personal", "Gestión de licencias", "Seguimiento semanal"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Reformas Integrales de interiores",
|
||||
"Construcción de villas desde cero",
|
||||
"Rehabilitación de fincas históricas",
|
||||
"Diseño de jardines mediterráneos",
|
||||
"Reformas de baños",
|
||||
],
|
||||
"Reformas Integrales de interiores", "Construcción de villas desde cero", "Rehabilitación de fincas históricas", "Diseño de jardines mediterráneos", "Reformas de baños"],
|
||||
}}
|
||||
title="Nuestros Servicios"
|
||||
description="Artesanía y precisión en cada fase."
|
||||
@@ -192,19 +128,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Años de experiencia",
|
||||
value: "20+",
|
||||
},
|
||||
label: "Años de experiencia", value: "20+"},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Valoración Google",
|
||||
value: "5.0",
|
||||
},
|
||||
label: "Valoración Google", value: "5.0"},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Ubicación en Port d'Andratx",
|
||||
value: "Suroeste",
|
||||
},
|
||||
label: "Ubicación en Port d'Andratx", value: "Suroeste"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -219,30 +149,15 @@ export default function LandingPage() {
|
||||
faqsAnimation="blur-reveal"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "¿Cuál es vuestra área de actuación?",
|
||||
content: "Principalmente operamos en Port d'Andratx y toda la zona suroeste de Mallorca.",
|
||||
},
|
||||
id: "1", title: "¿Cuál es vuestra área de actuación?", content: "Principalmente operamos en Port d'Andratx y toda la zona suroeste de Mallorca."},
|
||||
{
|
||||
id: "2",
|
||||
title: "¿Ofrecéis servicios multilingües?",
|
||||
content: "Sí, atendemos en español, alemán e inglés para facilitar la comunicación a nuestros clientes internacionales.",
|
||||
},
|
||||
id: "2", title: "¿Ofrecéis servicios multilingües?", content: "Sí, atendemos en español, alemán e inglés para facilitar la comunicación a nuestros clientes internacionales."},
|
||||
{
|
||||
id: "3",
|
||||
title: "¿Cómo gestionáis las licencias?",
|
||||
content: "Nos ocupamos de toda la tramitación burocrática necesaria para que usted pueda disfrutar del proceso sin preocupaciones.",
|
||||
},
|
||||
id: "3", title: "¿Cómo gestionáis las licencias?", content: "Nos ocupamos de toda la tramitación burocrática necesaria para que usted pueda disfrutar del proceso sin preocupaciones."},
|
||||
{
|
||||
id: "4",
|
||||
title: "¿Realizáis presupuestos detallados?",
|
||||
content: "Ofrecemos transparencia total. Nuestros presupuestos desglosan cada partida de la obra para evitar sorpresas.",
|
||||
},
|
||||
id: "4", title: "¿Realizáis presupuestos detallados?", content: "Ofrecemos transparencia total. Nuestros presupuestos desglosan cada partida de la obra para evitar sorpresas."},
|
||||
{
|
||||
id: "5",
|
||||
title: "¿Qué incluye una reforma integral?",
|
||||
content: "Desde la redistribución de espacios y fontanería hasta acabados de alta gama y diseño de interiores.",
|
||||
},
|
||||
id: "5", title: "¿Qué incluye una reforma integral?", content: "Desde la redistribución de espacios y fontanería hasta acabados de alta gama y diseño de interiores."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -257,35 +172,15 @@ export default function LandingPage() {
|
||||
description="Profesionales comprometidos con la excelencia y el detalle mediterráneo."
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alejandro Córcoles",
|
||||
role: "Director General",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-beachfront-villa-with-infinity-pool_23-2152016385.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Alejandro Córcoles", role: "Director General", imageSrc: "http://img.b2bpic.net/free-photo/luxury-beachfront-villa-with-infinity-pool_23-2152016385.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria S.",
|
||||
role: "Arquitecta Jefe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929542.jpg",
|
||||
},
|
||||
id: "2", name: "Maria S.", role: "Arquitecta Jefe", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929542.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Thomas M.",
|
||||
role: "Jefe de Obra",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-sea-ocean-white-cloud-blue-sky_74190-8835.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "Thomas M.", role: "Jefe de Obra", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-sea-ocean-white-cloud-blue-sky_74190-8835.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena R.",
|
||||
role: "Diseñadora de Interiores",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-cute-woman-enjoying-free-time-home_7502-7293.jpg",
|
||||
},
|
||||
id: "4", name: "Elena R.", role: "Diseñadora de Interiores", imageSrc: "http://img.b2bpic.net/free-photo/smiling-cute-woman-enjoying-free-time-home_7502-7293.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Juan D.",
|
||||
role: "Coordinador de Proyectos",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Juan D.", role: "Coordinador de Proyectos", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -295,29 +190,19 @@ export default function LandingPage() {
|
||||
logoText="Alejandro Córcoles"
|
||||
columns={[
|
||||
{
|
||||
title: "Servicios",
|
||||
items: [
|
||||
title: "Servicios", items: [
|
||||
{
|
||||
label: "Reformas",
|
||||
href: "/servicios",
|
||||
},
|
||||
label: "Reformas", href: "/servicios"},
|
||||
{
|
||||
label: "Obra Nueva",
|
||||
href: "/servicios",
|
||||
},
|
||||
label: "Obra Nueva", href: "/servicios"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
title: "Empresa", items: [
|
||||
{
|
||||
label: "Sobre nosotros",
|
||||
href: "/sobre-nosotros",
|
||||
},
|
||||
label: "Sobre nosotros", href: "/sobre-nosotros"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "/contacto",
|
||||
},
|
||||
label: "Contacto", href: "/contacto"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user