From b10a41b544947ecbea684fb5fdd2813a2652c455 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 13:53:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fc16e79..81df76e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,9 +63,9 @@ export default function LandingPage() { { tag: "Canning", title: "Conocimiento Local", subtitle: "Nuestra zona", description: "Conocemos Canning y bella vista como nuestra propia casa.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-architect-woman-her-working-desk-working-new-projects-architecture-design_482257-33107.jpg" }, { tag: "Transparencia", title: "Comunicación Clara", subtitle: "Sin términos técnicos", description: "Te explicamos todo sin términos técnicos ni vueltas.", imageSrc: "https://img.b2bpic.net/free-photo/examination-serious-young-adult-woman-business-gray-suit-heels-wearing-safety-helmet-looking-document-smiling-three-men-waiting-construction-site_259150-57759.jpg" }, { tag: "Presupuesto", title: "Transparencia Total", subtitle: "Sin sorpresas", description: "Presupuesto claro desde el primer día, sin sorpresas.", imageSrc: "https://img.b2bpic.net/free-photo/modern-house-exterior-design_23-2149457635.jpg" }, - { tag: "Diseño", title: "Diseño y Construcción", subtitle: "Equipo integral", description: "El mismo equipo que diseña es el que construye.", imageSrc: "https://img.b2bpic.net/free-photo/young-architect-checking-house-blueprints-construction-site_23-2148780775.jpg" }, - { tag: "Servicio", title: "Llave en Mano", subtitle: "Cero preocupaciones", description: "Entrega llave en mano — vos no coordinás nada.", imageSrc: "https://img.b2bpic.net/free-photo/happy-family-new-house_23-2148116544.jpg" }, - { tag: "Flexibilidad", title: "Presupuestos Adaptables", subtitle: "Consultanos", description: "Trabajamos con distintos presupuestos, consultanos tu caso.", imageSrc: "https://img.b2bpic.net/free-photo/architect-holding-blueprint-with-client_23-2148780777.jpg" } + { tag: "Diseño", title: "Diseño y Construcción", subtitle: "Equipo integral", description: "El mismo equipo que diseña es el que construye.", imageSrc: "https://img.b2bpic.net/free-photo/young-architect-checking-house-blueprints-construction-site_23-2148780775.jpg?_wi=1" }, + { tag: "Servicio", title: "Llave en Mano", subtitle: "Cero preocupaciones", description: "Entrega llave en mano — vos no coordinás nada.", imageSrc: "https://img.b2bpic.net/free-photo/happy-family-new-house_23-2148116544.jpg?_wi=1" }, + { tag: "Flexibilidad", title: "Presupuestos Adaptables", subtitle: "Consultanos", description: "Trabajamos con distintos presupuestos, consultanos tu caso.", imageSrc: "https://img.b2bpic.net/free-photo/architect-holding-blueprint-with-client_23-2148780777.jpg?_wi=1" } ]} /> @@ -92,10 +92,10 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} mediaItems={[ - { imageSrc: "https://img.b2bpic.net/free-photo/architect-holding-blueprint-with-client_23-2148780777.jpg", imageAlt: "Consulta" }, + { imageSrc: "https://img.b2bpic.net/free-photo/architect-holding-blueprint-with-client_23-2148780777.jpg?_wi=2", imageAlt: "Consulta" }, { imageSrc: "https://img.b2bpic.net/free-photo/architec-designer-working-with-3d-printed-models-buildings-modern-office_482257-27749.jpg", imageAlt: "Diseño" }, - { imageSrc: "https://img.b2bpic.net/free-photo/young-architect-checking-house-blueprints-construction-site_23-2148780775.jpg", imageAlt: "Construcción" }, - { imageSrc: "https://img.b2bpic.net/free-photo/happy-family-new-house_23-2148116544.jpg", imageAlt: "Entrega" } + { imageSrc: "https://img.b2bpic.net/free-photo/young-architect-checking-house-blueprints-construction-site_23-2148780775.jpg?_wi=2", imageAlt: "Construcción" }, + { imageSrc: "https://img.b2bpic.net/free-photo/happy-family-new-house_23-2148116544.jpg?_wi=2", imageAlt: "Entrega" } ]} >
-- 2.49.1