From aa3d306d9419853dc8d3e60034103d83390abeb0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:10:01 +0000 Subject: [PATCH 1/2] Update src/app/nosotros/page.tsx --- src/app/nosotros/page.tsx | 133 +++++++++----------------------------- 1 file changed, 32 insertions(+), 101 deletions(-) diff --git a/src/app/nosotros/page.tsx b/src/app/nosotros/page.tsx index 5ebc258..c285397 100644 --- a/src/app/nosotros/page.tsx +++ b/src/app/nosotros/page.tsx @@ -6,6 +6,7 @@ import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterSimple from "@/components/sections/footer/FooterSimple"; +import { ThumbsUp, CheckCircle, Star, Award } from "lucide-react"; import Link from "next/link"; export default function NosotrosPage() { @@ -33,9 +34,7 @@ export default function NosotrosPage() { { name: "Reseñas", id: "testimonials" }, ]} button={{ - text: "Llamar: +34 664 11 12 50", - href: "tel:+34664111250", - }} + text: "Llamar: +34 664 11 12 50", href: "tel:+34664111250"}} animateOnLoad={true} /> @@ -45,15 +44,10 @@ export default function NosotrosPage() { Date: Mon, 9 Mar 2026 15:10:02 +0000 Subject: [PATCH 2/2] Update src/app/servicios/mantenimiento/page.tsx --- src/app/servicios/mantenimiento/page.tsx | 168 ++++++----------------- 1 file changed, 39 insertions(+), 129 deletions(-) diff --git a/src/app/servicios/mantenimiento/page.tsx b/src/app/servicios/mantenimiento/page.tsx index 3b49ba7..5da50a0 100644 --- a/src/app/servicios/mantenimiento/page.tsx +++ b/src/app/servicios/mantenimiento/page.tsx @@ -7,6 +7,7 @@ import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwen import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterSimple from "@/components/sections/footer/FooterSimple"; +import { CheckCircle, Star, ThumbsUp, Award } from "lucide-react"; import Link from "next/link"; export default function ServiciosMantenimientoPage() { @@ -34,9 +35,7 @@ export default function ServiciosMantenimientoPage() { { name: "Reseñas", id: "testimonials" }, ]} button={{ - text: "Llamar: +34 664 11 12 50", - href: "tel:+34664111250", - }} + text: "Llamar: +34 664 11 12 50", href: "tel:+34664111250"}} animateOnLoad={true} /> @@ -46,15 +45,10 @@ export default function ServiciosMantenimientoPage() { @@ -124,32 +92,16 @@ export default function ServiciosMantenimientoPage() { tag="Reseñas Verificadas" testimonials={[ { - id: "1", - name: "Rosa Fernández", - role: "Propietaria de vivienda", - testimonial: "Contratamos el mantenimiento anual con Stuart Servicios y no hemos tenido problemas desde entonces. Son profesionales, puntuales y muy atentos. Recomendado al 100%.", - icon: "CheckCircle", + id: "1", name: "Rosa Fernández", role: "Propietaria de vivienda", testimonial: "Contratamos el mantenimiento anual con Stuart Servicios y no hemos tenido problemas desde entonces. Son profesionales, puntuales y muy atentos. Recomendado al 100%.", icon: CheckCircle, }, { - id: "2", - name: "Miguel Ángel López", - role: "Administrador de comunidad", - testimonial: "Realizan el mantenimiento periódico en nuestro edificio. Excelente trabajo, buenos presupuestos y muy coordinados. Nuestros vecinos están muy satisfechos.", - icon: "Star", + id: "2", name: "Miguel Ángel López", role: "Administrador de comunidad", testimonial: "Realizan el mantenimiento periódico en nuestro edificio. Excelente trabajo, buenos presupuestos y muy coordinados. Nuestros vecinos están muy satisfechos.", icon: Star, }, { - id: "3", - name: "Elena García", - role: "Propietaria", - testimonial: "Gracias al mantenimiento preventivo, hemos evitado gastos muy importantes. Son profesionales de confianza que cuidan de tu hogar como si fuera el propio.", - icon: "ThumbsUp", + id: "3", name: "Elena García", role: "Propietaria", testimonial: "Gracias al mantenimiento preventivo, hemos evitado gastos muy importantes. Son profesionales de confianza que cuidan de tu hogar como si fuera el propio.", icon: ThumbsUp, }, { - id: "4", - name: "Carlos Ruiz", - role: "Pequeño negocio", - testimonial: "Contratamos el plan de mantenimiento para nuestro local. Problema resuelto, presupuesto justo y servicio excelente. Los recomendamos sin dudarlo.", - icon: "Award", + id: "4", name: "Carlos Ruiz", role: "Pequeño negocio", testimonial: "Contratamos el plan de mantenimiento para nuestro local. Problema resuelto, presupuesto justo y servicio excelente. Los recomendamos sin dudarlo.", icon: Award, }, ]} animationType="slide-up" @@ -166,38 +118,24 @@ export default function ServiciosMantenimientoPage() { description="Contáctanos hoy para conocer nuestros planes de mantenimiento personalizados. Te responderemos rápidamente con opciones adaptadas a tus necesidades." inputs={[ { - name: "nombre", - type: "text", - placeholder: "Tu nombre completo", - required: true, + name: "nombre", type: "text", placeholder: "Tu nombre completo", required: true, }, { - name: "email", - type: "email", - placeholder: "Tu correo electrónico", - required: true, + name: "email", type: "email", placeholder: "Tu correo electrónico", required: true, }, { - name: "telefono", - type: "tel", - placeholder: "Tu teléfono", - required: true, + name: "telefono", type: "tel", placeholder: "Tu teléfono", required: true, }, { - name: "zona", - type: "text", - placeholder: "Tu zona en Barcelona", - required: true, + name: "zona", type: "text", placeholder: "Tu zona en Barcelona", required: true, }, ]} textarea={{ - name: "descripcion", - placeholder: "Describe qué servicios de mantenimiento necesitas...", - rows: 5, + name: "descripcion", placeholder: "Describe qué servicios de mantenimiento necesitas...", rows: 5, required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/delivery-man-bringing-takeaway-food-meal-order-businesswoman-startup-company-office_482257-10991.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/delivery-man-bringing-takeaway-food-meal-order-businesswoman-startup-company-office_482257-10991.jpg" imageAlt="Servicio de atención al cliente" mediaAnimation="slide-up" mediaPosition="right" @@ -210,71 +148,43 @@ export default function ServiciosMantenimientoPage() {