Merge version_1 into main #4
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-interacting-with-each-other-check-counter_107420-85045.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-interacting-with-each-other-check-counter_107420-85045.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/young-loader-holding-mini-clipboard-with-phone-gesture-uniform-front-view_176474-21363.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/young-loader-holding-mini-clipboard-with-phone-gesture-uniform-front-view_176474-21363.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/construction-team-set_1284-40691.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/mobile-phones-shiny-background_1035-46.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/mobile-phones-shiny-background_1035-46.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/modern-set-sales-labels_23-2147698254.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/young-loader-holding-mini-clipboard-with-phone-gesture-uniform-front-view_176474-21363.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/couple-interacting-with-each-other-check-counter_107420-85045.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/young-loader-holding-mini-clipboard-with-phone-gesture-uniform-front-view_176474-21363.jpg?_wi=2" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/couple-interacting-with-each-other-check-counter_107420-85045.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/mobile-phones-shiny-background_1035-46.jpg", imageAlt: "iPhone 15 Pro"
|
||||
id: "iphone-15", name: "iPhone 15 Pro", price: "1.099€", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phones-shiny-background_1035-46.jpg?_wi=2", imageAlt: "iPhone 15 Pro"
|
||||
},
|
||||
{
|
||||
id: "samsung-s24", name: "Samsung Galaxy S24", price: "999€", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phones-shiny-background_1035-46.jpg", imageAlt: "Samsung Galaxy S24"
|
||||
id: "samsung-s24", name: "Samsung Galaxy S24", price: "999€", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phones-shiny-background_1035-46.jpg?_wi=3", imageAlt: "Samsung Galaxy S24"
|
||||
},
|
||||
{
|
||||
id: "pixel-8", name: "Google Pixel 8", price: "849€", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phones-shiny-background_1035-46.jpg", imageAlt: "Google Pixel 8"
|
||||
id: "pixel-8", name: "Google Pixel 8", price: "849€", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phones-shiny-background_1035-46.jpg?_wi=4", imageAlt: "Google Pixel 8"
|
||||
},
|
||||
{
|
||||
id: "xiaomi-14", name: "Xiaomi 14", price: "799€", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phones-shiny-background_1035-46.jpg", imageAlt: "Xiaomi 14"
|
||||
id: "xiaomi-14", name: "Xiaomi 14", price: "799€", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phones-shiny-background_1035-46.jpg?_wi=5", imageAlt: "Xiaomi 14"
|
||||
}
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
@@ -155,7 +155,7 @@ export default function LandingPage() {
|
||||
id: "warranty", value: "100%", title: "Garantía en Reparaciones", description: "Todas nuestras reparaciones incluyen garantía total", icon: Shield
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -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/young-loader-holding-mini-clipboard-with-phone-gesture-uniform-front-view_176474-21363.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-loader-holding-mini-clipboard-with-phone-gesture-uniform-front-view_176474-21363.jpg?_wi=3"
|
||||
imageAlt="Taller de reparación Moovo"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
|
||||
Reference in New Issue
Block a user