From ab076101a874f257eeff569758ef3cf69fb6b504 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 20:31:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2768ee6..1bd598e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,27 +51,27 @@ export default function LandingPage() { description="Transformamos tu hogar con muebles de alta calidad, puntualidad, limpieza y un trato cercano. Diseños únicos fabricados para durar." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg", imageAlt: "Carpintería Málaga trabajo 1"}, + imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg?_wi=1", imageAlt: "Carpintería Málaga trabajo 1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg", imageAlt: "Carpintería Málaga trabajo 2"}, + imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg?_wi=2", imageAlt: "Carpintería Málaga trabajo 2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg", imageAlt: "Carpintería Málaga trabajo 3"}, + imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg?_wi=3", imageAlt: "Carpintería Málaga trabajo 3"}, { - imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg", imageAlt: "Carpintería Málaga trabajo 4"}, + imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg?_wi=4", imageAlt: "Carpintería Málaga trabajo 4"}, { - imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg", imageAlt: "Carpintería Málaga trabajo 5"}, + imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg?_wi=5", imageAlt: "Carpintería Málaga trabajo 5"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg", imageAlt: "Carpintería Málaga trabajo 6"}, + imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg?_wi=6", imageAlt: "Carpintería Málaga trabajo 6"}, { - imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg", imageAlt: "Carpintería Málaga trabajo 7"}, + imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg?_wi=7", imageAlt: "Carpintería Málaga trabajo 7"}, { - imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg", imageAlt: "Carpintería Málaga trabajo 8"}, + imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg?_wi=8", imageAlt: "Carpintería Málaga trabajo 8"}, { - imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg", imageAlt: "Carpintería Málaga trabajo 9"}, + imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg?_wi=9", imageAlt: "Carpintería Málaga trabajo 9"}, { - imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg", imageAlt: "Carpintería Málaga trabajo 10"}, + imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg?_wi=10", imageAlt: "Carpintería Málaga trabajo 10"}, ]} buttons={[ { @@ -126,7 +126,7 @@ export default function LandingPage() { features={[ { title: "Armarios a medida", description: "Organización inteligente optimizada para tu espacio.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/wood-worker-his-shop-working-with-tools-equipment_23-2150861565.jpg", imageAlt: "Armarios Málaga"}, + imageSrc: "http://img.b2bpic.net/free-photo/wood-worker-his-shop-working-with-tools-equipment_23-2150861565.jpg?_wi=1", imageAlt: "Armarios Málaga"}, items: [ { text: "Diseño optimizado", icon: CheckCircle, @@ -139,7 +139,7 @@ export default function LandingPage() { }, { title: "Cocinas personalizadas", description: "El corazón de tu hogar, fabricado con materiales de alta gama.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/blue-kitchen-with-metal-ladder-built-oven-loft-kitchen_169016-69383.jpg", imageAlt: "Cocinas Málaga"}, + imageSrc: "http://img.b2bpic.net/free-photo/blue-kitchen-with-metal-ladder-built-oven-loft-kitchen_169016-69383.jpg?_wi=1", imageAlt: "Cocinas Málaga"}, items: [ { text: "Ergonomía total", icon: CheckCircle, @@ -152,7 +152,7 @@ export default function LandingPage() { }, { title: "Puertas de interior", description: "Puertas de alta calidad con acabados impecables.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/big-wooden-door_1156-63.jpg", imageAlt: "Puertas Málaga"}, + imageSrc: "http://img.b2bpic.net/free-photo/big-wooden-door_1156-63.jpg?_wi=1", imageAlt: "Puertas Málaga"}, items: [ { text: "Diseño elegante", icon: CheckCircle, @@ -177,11 +177,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Armario Dormitorio", price: "Calidad Premium", imageSrc: "http://img.b2bpic.net/free-photo/wood-worker-his-shop-working-with-tools-equipment_23-2150861565.jpg", imageAlt: "Armario"}, + id: "p1", name: "Armario Dormitorio", price: "Calidad Premium", imageSrc: "http://img.b2bpic.net/free-photo/wood-worker-his-shop-working-with-tools-equipment_23-2150861565.jpg?_wi=2", imageAlt: "Armario"}, { - id: "p2", name: "Cocina Abierta", price: "Diseño a medida", imageSrc: "http://img.b2bpic.net/free-photo/blue-kitchen-with-metal-ladder-built-oven-loft-kitchen_169016-69383.jpg", imageAlt: "Cocina"}, + id: "p2", name: "Cocina Abierta", price: "Diseño a medida", imageSrc: "http://img.b2bpic.net/free-photo/blue-kitchen-with-metal-ladder-built-oven-loft-kitchen_169016-69383.jpg?_wi=2", imageAlt: "Cocina"}, { - id: "p3", name: "Puertas Diseño", price: "Estilo Minimal", imageSrc: "http://img.b2bpic.net/free-photo/big-wooden-door_1156-63.jpg", imageAlt: "Puertas"}, + id: "p3", name: "Puertas Diseño", price: "Estilo Minimal", imageSrc: "http://img.b2bpic.net/free-photo/big-wooden-door_1156-63.jpg?_wi=2", imageAlt: "Puertas"}, { id: "p4", name: "Mueble Baño", price: "Madera Noble", imageSrc: "http://img.b2bpic.net/free-photo/modern-house-bathroom-interior_1232-2953.jpg", imageAlt: "Baño"}, { @@ -206,9 +206,9 @@ export default function LandingPage() { { id: "t3", name: "Ana M.", date: "Ago 2024", title: "Puertas", quote: "Diseños a medida que superan expectativas.", tag: "Muy recomendable", avatarSrc: "http://img.b2bpic.net/free-photo/couple-indoors-being-happy-dancing-kitchen_23-2148593233.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-blonde-young-woman-showing-dress-shop_23-2147944604.jpg", imageAlt: "cliente feliz armario diseño"}, { - id: "t4", name: "Javier P.", date: "Jul 2024", title: "Mueble baño", quote: "Gran atención al detalle y acabados perfectos.", tag: "Calidad top", avatarSrc: "http://img.b2bpic.net/free-photo/hand-slides-drawer-kitchen-lighting-warm-minimalism_169016-71115.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wood-worker-his-shop-working-with-tools-equipment_23-2150861565.jpg", imageAlt: "armario a medida elegante Málaga"}, + id: "t4", name: "Javier P.", date: "Jul 2024", title: "Mueble baño", quote: "Gran atención al detalle y acabados perfectos.", tag: "Calidad top", avatarSrc: "http://img.b2bpic.net/free-photo/hand-slides-drawer-kitchen-lighting-warm-minimalism_169016-71115.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wood-worker-his-shop-working-with-tools-equipment_23-2150861565.jpg?_wi=3", imageAlt: "armario a medida elegante Málaga"}, { - id: "t5", name: "Sofía D.", date: "Jun 2024", title: "Reforma salón", quote: "Los mejores carpinteros de la ciudad.", tag: "Encantada", avatarSrc: "http://img.b2bpic.net/free-photo/happy-blonde-young-woman-showing-dress-shop_23-2147944604.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blue-kitchen-with-metal-ladder-built-oven-loft-kitchen_169016-69383.jpg", imageAlt: "cocina personalizada madera Málaga"}, + id: "t5", name: "Sofía D.", date: "Jun 2024", title: "Reforma salón", quote: "Los mejores carpinteros de la ciudad.", tag: "Encantada", avatarSrc: "http://img.b2bpic.net/free-photo/happy-blonde-young-woman-showing-dress-shop_23-2147944604.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blue-kitchen-with-metal-ladder-built-oven-loft-kitchen_169016-69383.jpg?_wi=3", imageAlt: "cocina personalizada madera Málaga"}, ]} title="Lo que dicen nuestros clientes" description="Opiniones reales de vecinos de Málaga que confiaron en nosotros." -- 2.49.1