From 6382b2519ab595b02180bafe8f343798b9a3ce51 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 03:01:45 +0000 Subject: [PATCH 1/2] Update src/app/contacto/page.tsx --- src/app/contacto/page.tsx | 125 +++++++++++--------------------------- 1 file changed, 35 insertions(+), 90 deletions(-) diff --git a/src/app/contacto/page.tsx b/src/app/contacto/page.tsx index a33cc96..9ec6eb4 100644 --- a/src/app/contacto/page.tsx +++ b/src/app/contacto/page.tsx @@ -6,6 +6,7 @@ import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import Link from "next/link"; +import { HelpCircle } from "lucide-react"; export default function ContactPage() { const handleContactSubmit = (data: Record) => { @@ -36,9 +37,7 @@ export default function ContactPage() { { name: "Contacto", id: "contact" }, ]} button={{ - text: "Llamar Ahora", - href: "tel:+5255XXXXXXXX", - }} + text: "Llamar Ahora", href: "tel:+5255XXXXXXXX"}} animateOnLoad={true} navItemClassName="font-medium text-sm tracking-tight" buttonClassName="bg-primary-cta text-primary-cta-text hover:opacity-90 transition-opacity" @@ -51,42 +50,28 @@ export default function ContactPage() { title="Inicia Tu Consulta Inmobiliaria" description="Completa este formulario y nos comunicaremos contigo dentro de 24 horas. Nuestro equipo está listo para responder todas tus preguntas y ayudarte a encontrar la propiedad ideal." useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/three-serious-business-analysts-working-with-diagrams-desk_1262-15307.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/three-serious-business-analysts-working-with-diagrams-desk_1262-15307.jpg" imageAlt="Oficina de Astivia - consulta profesional" mediaPosition="right" mediaAnimation="slide-up" buttonText="Enviar Consulta" 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@email.com", - required: true, + name: "email", type: "email", placeholder: "tu@email.com", required: true, }, { - name: "telefono", - type: "tel", - placeholder: "+52 55 XXXX XXXX", - required: true, + name: "telefono", type: "tel", placeholder: "+52 55 XXXX XXXX", required: true, }, { - name: "interes", - type: "text", - placeholder: "Ej: Departamento Polanco, Oficina Santa Fe", - required: false, + name: "interes", type: "text", placeholder: "Ej: Departamento Polanco, Oficina Santa Fe", required: false, }, ]} textarea={{ - name: "mensaje", - placeholder: - "Cuéntanos más sobre lo que buscas y cómo podemos ayudarte...", - rows: 5, + name: "mensaje", placeholder: + "Cuéntanos más sobre lo que buscas y cómo podemos ayudarte...", rows: 5, required: true, }} onSubmit={handleContactSubmit} @@ -97,44 +82,29 @@ export default function ContactPage() { Date: Mon, 9 Mar 2026 03:01:45 +0000 Subject: [PATCH 2/2] Update src/app/nosotros/page.tsx --- src/app/nosotros/page.tsx | 169 +++++++++----------------------------- 1 file changed, 40 insertions(+), 129 deletions(-) diff --git a/src/app/nosotros/page.tsx b/src/app/nosotros/page.tsx index 9ab6b3b..fa7eff8 100644 --- a/src/app/nosotros/page.tsx +++ b/src/app/nosotros/page.tsx @@ -7,6 +7,7 @@ import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; import TeamCardEleven from "@/components/sections/team/TeamCardEleven"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import Link from "next/link"; +import { CheckCircle, Users } from "lucide-react"; export default function AboutPage() { return ( @@ -33,9 +34,7 @@ export default function AboutPage() { { name: "Contacto", id: "contact" }, ]} button={{ - text: "Llamar Ahora", - href: "tel:+5255XXXXXXXX", - }} + text: "Llamar Ahora", href: "tel:+5255XXXXXXXX"}} animateOnLoad={true} navItemClassName="font-medium text-sm tracking-tight" buttonClassName="bg-primary-cta text-primary-cta-text hover:opacity-90 transition-opacity" @@ -47,29 +46,18 @@ export default function AboutPage() {