diff --git a/src/app/inmobiliario/page.tsx b/src/app/inmobiliario/page.tsx index 83b5b56..5c6ebc2 100644 --- a/src/app/inmobiliario/page.tsx +++ b/src/app/inmobiliario/page.tsx @@ -50,7 +50,7 @@ export default function RealEstatePage() { title: "Compra y Venta de Inmuebles", description: "Acompañamiento jurídico completo en operaciones inmobiliarias con revisión exhaustiva de documentos y seguridad total.", tag: "Transacciones", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-while-having-consultations-with-their-agent-office_637285-11098.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-while-having-consultations-with-their-agent-office_637285-11098.jpg?_wi=3", imageAlt: "property purchase signing contract real estate", }, { @@ -58,7 +58,7 @@ export default function RealEstatePage() { title: "Protección en Arrendamientos", description: "Asesoría para propietarios e inquilinos. Redacción de contratos, gestión de incumplimientos y administración de inmuebles.", tag: "Administración", - imageSrc: "http://img.b2bpic.net/free-photo/consultant-optimizing-spending-habits-clients-requesting-help_482257-91744.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/consultant-optimizing-spending-habits-clients-requesting-help_482257-91744.jpg?_wi=3", imageAlt: "property rental agreement contract documents", }, { @@ -66,7 +66,7 @@ export default function RealEstatePage() { title: "Regularización Patrimonial", description: "Resolución de inconsistencias en registros, clarificación de derechos de propiedad y normalización documental.", tag: "Regularización", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-cafe_53876-15158.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-cafe_53876-15158.jpg?_wi=4", imageAlt: "legal document analysis review lawyer studying", }, ]} @@ -124,7 +124,7 @@ export default function RealEstatePage() { quote: "Tenía conflictos con inquilinos e inconsistencias en mis contratos. Montaño Abogados regularizó todo legalmente y me enseñó cómo evitar problemas futuros. Quedé muy satisfecho.", tag: "Materia Inmobiliaria", avatarSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg?_wi=2", imageAlt: "man property inspection satisfied checking", avatarAlt: "Carlos Méndez", }, @@ -136,7 +136,7 @@ export default function RealEstatePage() { quote: "Hicieron la revisión completa de documentos antes de comprar. Descubrieron inconsistencias que otros pasaron por alto. Ahora duermo tranquila sabiendo que mi inversión está protegida.", tag: "Transacciones", avatarSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6769.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-moving-start-new-life-house-flat-man-hugs-his-lady-apartment-boxes_197531-1633.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-moving-start-new-life-house-flat-man-hugs-his-lady-apartment-boxes_197531-1633.jpg?_wi=2", imageAlt: "woman holding house keys new home", avatarAlt: "Patricia Flores", }, @@ -148,7 +148,7 @@ export default function RealEstatePage() { quote: "Llevo varios años trabajando con Montaño Abogados en mis proyectos inmobiliarios. Su profesionalismo y rigurosidad garantizan que cada transacción esté protegida. Los recomiendo sin dudarlo.", tag: "Patrimonio", avatarSrc: "http://img.b2bpic.net/free-photo/experienced-grey-haired-businessman-standing_74855-9871.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/excited-male-ceo-manager-suit-looking-happy-amused-spread-hands-sideways-welcome-congra_1258-147197.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/excited-male-ceo-manager-suit-looking-happy-amused-spread-hands-sideways-welcome-congra_1258-147197.jpg?_wi=2", imageAlt: "businessman relieved satisfied professional happy", avatarAlt: "Roberto Sánchez", }, @@ -160,7 +160,7 @@ export default function RealEstatePage() { quote: "La muerte de mi padre dejó varias propiedades sin claridad legal. Montaño Abogados las regularizó todas, evitando conflictos familiares y protegiendo nuestro patrimonio.", tag: "Sucesiones", avatarSrc: "http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun-food-festival_23-2149490834.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun-food-festival_23-2149490834.jpg?_wi=2", imageAlt: "woman family portrait happy gathering", avatarAlt: "Elena Rodríguez", }, @@ -172,7 +172,7 @@ export default function RealEstatePage() { quote: "Necesitaba redactar contratos seguros para mis inquilinos. El equipo de Montaño Abogados los elaboró con total profesionalismo. Ahora tengo herramientas legales claras y efectivas.", tag: "Contratos", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3676.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3676.jpg?_wi=2", imageAlt: "entrepreneur business owner proud confident", avatarAlt: "Javier Morales", }, diff --git a/src/app/nosotros/page.tsx b/src/app/nosotros/page.tsx index 0708862..c055ee7 100644 --- a/src/app/nosotros/page.tsx +++ b/src/app/nosotros/page.tsx @@ -50,7 +50,7 @@ export default function AboutPage() { description="Despacho especializado en protección patrimonial y asuntos legales complejos" subdescription="Guadalajara, Jalisco • Más de 15 años de trayectoria" icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/smiling-senior-leader-meeting-with-his-team_1262-2160.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-senior-leader-meeting-with-his-team_1262-2160.jpg?_wi=2" imageAlt="professional legal team office portrait" mediaAnimation="slide-up" useInvertedBackground={false} @@ -71,7 +71,7 @@ export default function AboutPage() { title: "Claridad sin Tecnicismos", description: "Explicamos cada aspecto legal en lenguaje que entiendas. Queremos que tomes decisiones informadas, no confundidas.", tag: "Valor", - imageSrc: "http://img.b2bpic.net/free-photo/financial-advisor-provide-personalized-planning-guide-clients_482257-106176.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/financial-advisor-provide-personalized-planning-guide-clients_482257-106176.jpg?_wi=2", imageAlt: "lawyer consultation client listening meeting", }, { @@ -79,7 +79,7 @@ export default function AboutPage() { title: "Cercanía y Empatía", description: "No somos solo abogados. Somos profesionales que escuchamos, entendemos y acompañamos tu caso desde el inicio hasta su resolución.", tag: "Valor", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-cafe_53876-15158.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-cafe_53876-15158.jpg?_wi=2", imageAlt: "legal document analysis review lawyer studying", }, { @@ -87,7 +87,7 @@ export default function AboutPage() { title: "Resultados Verificables", description: "Nos comprometemos con la excelencia. Tu satisfacción es nuestro indicador de éxito, y nuestro track record lo demuestra.", tag: "Valor", - imageSrc: "http://img.b2bpic.net/free-photo/excited-businesswoman-receives-great-news-celebrating-while-talking-mobile-phone-corporate-woman_1258-194247.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/excited-businesswoman-receives-great-news-celebrating-while-talking-mobile-phone-corporate-woman_1258-194247.jpg?_wi=2", imageAlt: "legal case resolution agreement success handshake", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 34e6e4f..0ffe37c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,7 +79,7 @@ ABOGADOS" title: "Divorcios y Asuntos Familiares", description: "Soluciones claras y discretas para separaciones, pensiones, convenios y asuntos de familia.", tag: "Materia Familiar", - imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-sharing-ideas_1098-603.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-sharing-ideas_1098-603.jpg?_wi=1", imageAlt: "family lawyer consultation compassionate meeting", }, { @@ -87,7 +87,7 @@ ABOGADOS" title: "Protección en Arrendamientos", description: "Asesoría completa para propietarios e inquilinos en conflictos de incumplimiento y administración de inmuebles.", tag: "Materia Inmobiliaria", - imageSrc: "http://img.b2bpic.net/free-photo/consultant-optimizing-spending-habits-clients-requesting-help_482257-91744.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/consultant-optimizing-spending-habits-clients-requesting-help_482257-91744.jpg?_wi=1", imageAlt: "property rental agreement contract documents", }, { @@ -95,7 +95,7 @@ ABOGADOS" title: "Sucesiones Testamentarias", description: "Orientación clara en procesos sucesorios, herencias, adjudicación de bienes e inmuebles con certeza legal.", tag: "Patrimonio", - imageSrc: "http://img.b2bpic.net/free-photo/business-team-explaining-working-problems_1098-2172.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-team-explaining-working-problems_1098-2172.jpg?_wi=1", imageAlt: "inheritance documents estate planning paperwork", }, { @@ -103,7 +103,7 @@ ABOGADOS" title: "Impugnación de Multas e Infracciones", description: "Defensa técnica frente a actos administrativos indebidos, fotoinfracciones y multas vehiculares.", tag: "Materia Administrativa", - imageSrc: "http://img.b2bpic.net/free-photo/vintage-style-people-working-office-with-computers_23-2149850982.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-style-people-working-office-with-computers_23-2149850982.jpg?_wi=1", imageAlt: "traffic fine appeal legal defense paperwork", }, { @@ -111,7 +111,7 @@ ABOGADOS" title: "Compra y Venta de Inmuebles", description: "Acompañamiento jurídico completo en operaciones inmobiliarias con seguridad y prevención de riesgos.", tag: "Transacciones Inmobiliarias", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-while-having-consultations-with-their-agent-office_637285-11098.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-while-having-consultations-with-their-agent-office_637285-11098.jpg?_wi=1", imageAlt: "property purchase signing contract real estate", }, { @@ -119,7 +119,7 @@ ABOGADOS" title: "Registro de Marcas", description: "Protección de tu identidad comercial mediante registro de marcas ante autoridades competentes.", tag: "Propiedad Intelectual", - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-business-people-with-tablet_23-2147653329.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-business-people-with-tablet_23-2147653329.jpg?_wi=1", imageAlt: "trademark registration brand protection documents", }, ]} @@ -139,7 +139,7 @@ ABOGADOS" description="Despacho especializado en protección patrimonial y asuntos legales complejos" subdescription="Guadalajara, Jalisco • Más de 15 años de trayectoria" icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/smiling-senior-leader-meeting-with-his-team_1262-2160.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-senior-leader-meeting-with-his-team_1262-2160.jpg?_wi=1" imageAlt="professional legal team office portrait" mediaAnimation="slide-up" useInvertedBackground={false} @@ -160,7 +160,7 @@ ABOGADOS" title: "Consulta Inicial", description: "Escuchamos tu situación en detalle, sin compromisos. Evaluamos la viabilidad y opciones de solución.", tag: "Paso 1", - imageSrc: "http://img.b2bpic.net/free-photo/financial-advisor-provide-personalized-planning-guide-clients_482257-106176.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/financial-advisor-provide-personalized-planning-guide-clients_482257-106176.jpg?_wi=1", imageAlt: "lawyer consultation client listening meeting", }, { @@ -168,7 +168,7 @@ ABOGADOS" title: "Análisis Estratégico", description: "Estudiamos la documentación, legislación aplicable y construimos una estrategia personalizada para tu caso.", tag: "Paso 2", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-cafe_53876-15158.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-cafe_53876-15158.jpg?_wi=1", imageAlt: "legal document analysis review lawyer studying", }, { @@ -176,7 +176,7 @@ ABOGADOS" title: "Acompañamiento Integral", description: "Gestionamos todos los trámites, comunicaciones y procesos. Tú siempre sabes en qué fase estás.", tag: "Paso 3", - imageSrc: "http://img.b2bpic.net/free-photo/trans-person-working-office-with-colleagues_23-2149286973.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/trans-person-working-office-with-colleagues_23-2149286973.jpg?_wi=1", imageAlt: "lawyer client support assistance helping", }, { @@ -184,7 +184,7 @@ ABOGADOS" title: "Resolución y Seguimiento", description: "Alcanzamos la solución con claridad. Continuamos disponibles para cualquier duda o trámite posterior.", tag: "Paso 4", - imageSrc: "http://img.b2bpic.net/free-photo/excited-businesswoman-receives-great-news-celebrating-while-talking-mobile-phone-corporate-woman_1258-194247.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/excited-businesswoman-receives-great-news-celebrating-while-talking-mobile-phone-corporate-woman_1258-194247.jpg?_wi=1", imageAlt: "legal case resolution agreement success handshake", }, ]} @@ -245,7 +245,7 @@ ABOGADOS" tag: "Materia Inmobiliaria", avatarSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", avatarAlt: "professional man avatar portrait business", - imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg?_wi=1", imageAlt: "man property inspection satisfied checking", }, { @@ -257,7 +257,7 @@ ABOGADOS" tag: "Patrimonio", avatarSrc: "http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg", avatarAlt: "woman professional portrait business headshot", - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun-food-festival_23-2149490834.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun-food-festival_23-2149490834.jpg?_wi=1", imageAlt: "woman family portrait happy gathering", }, { @@ -269,7 +269,7 @@ ABOGADOS" tag: "Administrativa", avatarSrc: "http://img.b2bpic.net/free-photo/experienced-grey-haired-businessman-standing_74855-9871.jpg", avatarAlt: "businessman portrait professional headshot photo", - imageSrc: "http://img.b2bpic.net/free-photo/excited-male-ceo-manager-suit-looking-happy-amused-spread-hands-sideways-welcome-congra_1258-147197.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/excited-male-ceo-manager-suit-looking-happy-amused-spread-hands-sideways-welcome-congra_1258-147197.jpg?_wi=1", imageAlt: "businessman relieved satisfied professional happy", }, { @@ -281,7 +281,7 @@ ABOGADOS" tag: "Transacciones", avatarSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6769.jpg", avatarAlt: "woman professional real estate portrait", - imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-moving-start-new-life-house-flat-man-hugs-his-lady-apartment-boxes_197531-1633.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-moving-start-new-life-house-flat-man-hugs-his-lady-apartment-boxes_197531-1633.jpg?_wi=1", imageAlt: "woman holding house keys new home", }, { @@ -293,7 +293,7 @@ ABOGADOS" tag: "Propiedad Intelectual", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", avatarAlt: "entrepreneur business man portrait photo", - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3676.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3676.jpg?_wi=1", imageAlt: "entrepreneur business owner proud confident", }, ]} diff --git a/src/app/servicios/page.tsx b/src/app/servicios/page.tsx index ce1a5b7..712d317 100644 --- a/src/app/servicios/page.tsx +++ b/src/app/servicios/page.tsx @@ -52,7 +52,7 @@ export default function ServicesPage() { title: "Divorcios y Asuntos Familiares", description: "Soluciones claras y discretas para separaciones, pensiones, convenios y asuntos de familia.", tag: "Materia Familiar", - imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-sharing-ideas_1098-603.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-sharing-ideas_1098-603.jpg?_wi=2", imageAlt: "family lawyer consultation compassionate meeting", }, { @@ -60,7 +60,7 @@ export default function ServicesPage() { title: "Protección en Arrendamientos", description: "Asesoría completa para propietarios e inquilinos en conflictos de incumplimiento y administración de inmuebles.", tag: "Materia Inmobiliaria", - imageSrc: "http://img.b2bpic.net/free-photo/consultant-optimizing-spending-habits-clients-requesting-help_482257-91744.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/consultant-optimizing-spending-habits-clients-requesting-help_482257-91744.jpg?_wi=2", imageAlt: "property rental agreement contract documents", }, { @@ -68,7 +68,7 @@ export default function ServicesPage() { title: "Sucesiones Testamentarias", description: "Orientación clara en procesos sucesorios, herencias, adjudicación de bienes e inmuebles con certeza legal.", tag: "Patrimonio", - imageSrc: "http://img.b2bpic.net/free-photo/business-team-explaining-working-problems_1098-2172.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-team-explaining-working-problems_1098-2172.jpg?_wi=2", imageAlt: "inheritance documents estate planning paperwork", }, { @@ -76,7 +76,7 @@ export default function ServicesPage() { title: "Impugnación de Multas e Infracciones", description: "Defensa técnica frente a actos administrativos indebidos, fotoinfracciones y multas vehiculares.", tag: "Materia Administrativa", - imageSrc: "http://img.b2bpic.net/free-photo/vintage-style-people-working-office-with-computers_23-2149850982.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-style-people-working-office-with-computers_23-2149850982.jpg?_wi=2", imageAlt: "traffic fine appeal legal defense paperwork", }, { @@ -84,7 +84,7 @@ export default function ServicesPage() { title: "Compra y Venta de Inmuebles", description: "Acompañamiento jurídico completo en operaciones inmobiliarias con seguridad y prevención de riesgos.", tag: "Transacciones Inmobiliarias", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-while-having-consultations-with-their-agent-office_637285-11098.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-while-having-consultations-with-their-agent-office_637285-11098.jpg?_wi=2", imageAlt: "property purchase signing contract real estate", }, { @@ -92,7 +92,7 @@ export default function ServicesPage() { title: "Registro de Marcas", description: "Protección de tu identidad comercial mediante registro de marcas ante autoridades competentes.", tag: "Propiedad Intelectual", - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-business-people-with-tablet_23-2147653329.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-business-people-with-tablet_23-2147653329.jpg?_wi=2", imageAlt: "trademark registration brand protection documents", }, ]} @@ -113,7 +113,7 @@ export default function ServicesPage() { title: "Consulta Inicial", description: "Escuchamos tu situación en detalle, sin compromisos. Evaluamos la viabilidad y opciones de solución.", tag: "Paso 1", - imageSrc: "http://img.b2bpic.net/free-photo/financial-advisor-provide-personalized-planning-guide-clients_482257-106176.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/financial-advisor-provide-personalized-planning-guide-clients_482257-106176.jpg?_wi=3", imageAlt: "lawyer consultation client listening meeting", }, { @@ -121,7 +121,7 @@ export default function ServicesPage() { title: "Análisis Estratégico", description: "Estudiamos la documentación, legislación aplicable y construimos una estrategia personalizada para tu caso.", tag: "Paso 2", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-cafe_53876-15158.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-cafe_53876-15158.jpg?_wi=3", imageAlt: "legal document analysis review lawyer studying", }, { @@ -129,7 +129,7 @@ export default function ServicesPage() { title: "Acompañamiento Integral", description: "Gestionamos todos los trámites, comunicaciones y procesos. Tú siempre sabes en qué fase estás.", tag: "Paso 3", - imageSrc: "http://img.b2bpic.net/free-photo/trans-person-working-office-with-colleagues_23-2149286973.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/trans-person-working-office-with-colleagues_23-2149286973.jpg?_wi=2", imageAlt: "lawyer client support assistance helping", }, { @@ -137,7 +137,7 @@ export default function ServicesPage() { title: "Resolución y Seguimiento", description: "Alcanzamos la solución con claridad. Continuamos disponibles para cualquier duda o trámite posterior.", tag: "Paso 4", - imageSrc: "http://img.b2bpic.net/free-photo/excited-businesswoman-receives-great-news-celebrating-while-talking-mobile-phone-corporate-woman_1258-194247.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/excited-businesswoman-receives-great-news-celebrating-while-talking-mobile-phone-corporate-woman_1258-194247.jpg?_wi=3", imageAlt: "legal case resolution agreement success handshake", }, ]}