From b542f04c463bd4e0c4862b5b0b2ffc9e921da0e9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 18:42:09 +0000 Subject: [PATCH 1/4] Update src/app/alquilar-mi-piso/page.tsx --- src/app/alquilar-mi-piso/page.tsx | 120 ++++++++---------------------- 1 file changed, 33 insertions(+), 87 deletions(-) diff --git a/src/app/alquilar-mi-piso/page.tsx b/src/app/alquilar-mi-piso/page.tsx index 7d14588..78b78d1 100644 --- a/src/app/alquilar-mi-piso/page.tsx +++ b/src/app/alquilar-mi-piso/page.tsx @@ -9,7 +9,7 @@ import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwe import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { MapPin, Users, Zap, Award, Phone } from "lucide-react"; +import { MapPin, Users, Zap, Award, Phone, Shield } from "lucide-react"; export default function AlquilarMiPisoPage() { return ( @@ -42,7 +42,7 @@ export default function AlquilarMiPisoPage() { Date: Sun, 8 Mar 2026 18:42:09 +0000 Subject: [PATCH 2/4] Update src/app/contacto/page.tsx --- src/app/contacto/page.tsx | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/src/app/contacto/page.tsx b/src/app/contacto/page.tsx index 355b2d0..c7151de 100644 --- a/src/app/contacto/page.tsx +++ b/src/app/contacto/page.tsx @@ -41,7 +41,7 @@ export default function ContactPage() { Date: Sun, 8 Mar 2026 18:42:10 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 179 +++++++---------------------------------------- 1 file changed, 27 insertions(+), 152 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6cb58b8..678b8a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,9 +37,7 @@ export default function HomePage() { ]} brandName="Real Asesores" button={{ - text: "Llamar ahora", - href: "tel:+34651864991", - }} + text: "Llamar ahora", href: "tel:+34651864991"}} /> @@ -47,7 +45,7 @@ export default function HomePage() { Date: Sun, 8 Mar 2026 18:42:10 +0000 Subject: [PATCH 4/4] Update src/app/sobre-nosotros/page.tsx --- src/app/sobre-nosotros/page.tsx | 133 ++++++++------------------------ 1 file changed, 34 insertions(+), 99 deletions(-) diff --git a/src/app/sobre-nosotros/page.tsx b/src/app/sobre-nosotros/page.tsx index fcc7121..bff246c 100644 --- a/src/app/sobre-nosotros/page.tsx +++ b/src/app/sobre-nosotros/page.tsx @@ -7,6 +7,7 @@ import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import { Award } from "lucide-react"; export default function SobreNosotrosPage() { return ( @@ -39,7 +40,7 @@ export default function SobreNosotrosPage() {