diff --git a/src/app/page.tsx b/src/app/page.tsx
index c264a6c..7bbfd0b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
@@ -58,127 +48,73 @@ export default function LandingPage() {
@@ -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."},
]}
/>
@@ -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"},
]}
/>
@@ -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"},
],
},
]}