From b24545a2ca9103b76a0c7e947c9a97c3ff858ea9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 10:06:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b0c658b..d5d34d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { ]} buttonAnimation="blur-reveal" background={{ variant: "gradient-bars" }} - imageSrc="http://img.b2bpic.net/free-photo/businesswoman-with-coffee_23-2148006305.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businesswoman-with-coffee_23-2148006305.jpg?_wi=1" imageAlt="Moovo - Tienda de smartphones y reparación" mediaAnimation="slide-up" frameStyle="card" @@ -80,18 +80,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Reparación de Pantalla", description: "Reemplazo rápido y profesional de pantallas rotas o dañadas con piezas de calidad original.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/using-pliers-circuit-board_23-2148254102.jpg" }, + title: "Reparación de Pantalla", description: "Reemplazo rápido y profesional de pantallas rotas o dañadas con piezas de calidad original.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/using-pliers-circuit-board_23-2148254102.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/international-labour-day-banner-design-template_47987-29964.jpg" } }, { id: 2, - title: "Cambio de Batería", description: "Mejora la autonomía de tu dispositivo con baterías nuevas y de larga duración.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/sale-instagram-stories-templates-collection_23-2148231278.jpg" }, + title: "Cambio de Batería", description: "Mejora la autonomía de tu dispositivo con baterías nuevas y de larga duración.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/sale-instagram-stories-templates-collection_23-2148231278.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/sale-sand-promotion-modern-label-design-memphis-style_1017-15628.jpg" } }, { id: 3, - title: "Diagnóstico Completo", description: "Análisis exhaustivo de tu dispositivo para identificar cualquier problema técnico.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/using-pliers-circuit-board_23-2148254102.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-coffee_23-2148006305.jpg" } + title: "Diagnóstico Completo", description: "Análisis exhaustivo de tu dispositivo para identificar cualquier problema técnico.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/using-pliers-circuit-board_23-2148254102.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-coffee_23-2148006305.jpg?_wi=2" } } ]} showStepNumbers={true} @@ -114,16 +114,16 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "iphone-15", name: "iPhone 15 Pro", price: "1.099€", imageSrc: "http://img.b2bpic.net/free-vector/sale-instagram-stories-templates-collection_23-2148231278.jpg", imageAlt: "iPhone 15 Pro" + id: "iphone-15", name: "iPhone 15 Pro", price: "1.099€", imageSrc: "http://img.b2bpic.net/free-vector/sale-instagram-stories-templates-collection_23-2148231278.jpg?_wi=2", imageAlt: "iPhone 15 Pro" }, { - id: "samsung-s24", name: "Samsung Galaxy S24", price: "999€", imageSrc: "http://img.b2bpic.net/free-vector/sale-instagram-stories-templates-collection_23-2148231278.jpg", imageAlt: "Samsung Galaxy S24" + id: "samsung-s24", name: "Samsung Galaxy S24", price: "999€", imageSrc: "http://img.b2bpic.net/free-vector/sale-instagram-stories-templates-collection_23-2148231278.jpg?_wi=3", imageAlt: "Samsung Galaxy S24" }, { - id: "pixel-8", name: "Google Pixel 8", price: "849€", imageSrc: "http://img.b2bpic.net/free-vector/sale-instagram-stories-templates-collection_23-2148231278.jpg", imageAlt: "Google Pixel 8" + id: "pixel-8", name: "Google Pixel 8", price: "849€", imageSrc: "http://img.b2bpic.net/free-vector/sale-instagram-stories-templates-collection_23-2148231278.jpg?_wi=4", imageAlt: "Google Pixel 8" }, { - id: "xiaomi-14", name: "Xiaomi 14", price: "799€", imageSrc: "http://img.b2bpic.net/free-vector/sale-instagram-stories-templates-collection_23-2148231278.jpg", imageAlt: "Xiaomi 14" + id: "xiaomi-14", name: "Xiaomi 14", price: "799€", imageSrc: "http://img.b2bpic.net/free-vector/sale-instagram-stories-templates-collection_23-2148231278.jpg?_wi=5", imageAlt: "Xiaomi 14" } ]} gridVariant="two-columns-alternating-heights" @@ -215,7 +215,7 @@ export default function LandingPage() { id: "6", title: "¿Cómo hago una cita para reparación?", content: "Puedes llamarnos directamente, enviar un WhatsApp o rellenar el formulario de contacto en nuestra web. Te confirmaremos disponibilidad de forma inmediata." } ]} - imageSrc="http://img.b2bpic.net/free-photo/using-pliers-circuit-board_23-2148254102.jpg" + imageSrc="http://img.b2bpic.net/free-photo/using-pliers-circuit-board_23-2148254102.jpg?_wi=3" imageAlt="Taller de reparación Moovo" mediaAnimation="slide-up" mediaPosition="left" -- 2.49.1