Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-15 01:37:58 +00:00

View File

@@ -30,22 +30,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Inicio",
id: "hero",
},
{
name: "Beneficios",
id: "benefits",
},
{
name: "Cómo funciona",
id: "usage",
},
{
name: "Opiniones",
id: "testimonials",
},
{ name: "Inicio", id: "hero" },
{ name: "Beneficios", id: "benefits" },
{ name: "Cómo funciona", id: "usage" },
{ name: "Opiniones", id: "testimonials" },
]}
brandName="EffortlessMove"
/>
@@ -55,13 +43,8 @@ export default function LandingPage() {
<HeroLogo
logoText="EffortlessMove"
description="El secreto de los profesionales: levanta y mueve muebles pesados en segundos sin dañar tu espalda ni tus pisos. Recupera tu independencia hoy."
buttons={[
{
text: "¡Obtener oferta exclusiva!",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-moving-into-their-new-apartment_637285-12404.jpg?_wi=1"
buttons={[{ text: "¡Obtener oferta exclusiva!", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-moving-into-their-new-apartment_637285-12404.jpg"
imageAlt="EffortlessMove en acción"
/>
</div>
@@ -73,20 +56,11 @@ export default function LandingPage() {
title="Mover muebles ya no tiene por qué ser un calvario"
description="Sabemos lo frustrante que es querer redecorar o limpiar y quedarte estancado por no poder mover ese sofá o refrigerador. Los esfuerzos físicos innecesarios terminan en lesiones, dolores de espalda y marcas permanentes en tu suelo."
bulletPoints={[
{
title: "Cero Riesgos",
description: "Evita contracturas y lesiones graves en la columna.",
},
{
title: "Pisos Impecables",
description: "Adiós a los rayones profundos y marcas en la madera.",
},
{
title: "Autonomía Total",
description: "No esperes más a que alguien venga a ayudarte.",
},
{ title: "Cero Riesgos", description: "Evita contracturas y lesiones graves en la columna." },
{ title: "Pisos Impecables", description: "Adiós a los rayones profundos y marcas en la madera." },
{ title: "Autonomía Total", description: "No esperes más a que alguien venga a ayudarte." },
]}
imageSrc="http://img.b2bpic.net/free-photo/young-adult-moving-new-house_23-2149275872.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/young-adult-moving-new-house_23-2149275872.jpg"
imageAlt="Hombre sufriendo al mover muebles"
mediaAnimation="slide-up"
/>
@@ -99,20 +73,11 @@ export default function LandingPage() {
title="Conoce EffortlessMove: Tu nuevo aliado en casa"
description="EffortlessMove es el sistema de elevación y desplazamiento diseñado para que cualquiera pueda mover hasta 150 kg con solo una mano. Su tecnología de rodillos de baja fricción y palanca ergonómica hace el trabajo pesado por ti."
bulletPoints={[
{
title: "Potencia Increíble",
description: "Levanta y desliza electrodomésticos pesados sin esfuerzo.",
},
{
title: "Seguridad Total",
description: "Base antideslizante que mantiene el mueble firme.",
},
{
title: "Diseño Ergonómico",
description: "Diseñado para proteger tus articulaciones.",
},
{ title: "Potencia Increíble", description: "Levanta y desliza electrodomésticos pesados sin esfuerzo." },
{ title: "Seguridad Total", description: "Base antideslizante que mantiene el mueble firme." },
{ title: "Diseño Ergonómico", description: "Diseñado para proteger tus articulaciones." },
]}
imageSrc="http://img.b2bpic.net/free-photo/scissors-mower-isolated-white-background_1368-6164.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/scissors-mower-isolated-white-background_1368-6164.jpg"
imageAlt="Set de elevadores EffortlessMove"
mediaAnimation="slide-up"
/>
@@ -125,28 +90,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Ahorro de Tiempo",
description: "Mueve toda una habitación en 10 minutos.",
bentoComponent: "reveal-icon",
icon: Clock,
imageSrc: "http://img.b2bpic.net/free-photo/nobody-empty-living-room-with-cardboard-packaging-new-home-furniture-things-stack-carton-boxes-no-people-household-property-with-package-cargo-move-real-estate_482257-43689.jpg",
imageAlt: "Nobody in empty living room with cardboard packaging at new home, furniture things in stack of carton boxes. No people in household property with package cargo to move in, real estate.",
title: "Ahorro de Tiempo", description: "Mueve toda una habitación en 10 minutos.", bentoComponent: "reveal-icon", icon: Clock,
},
{
title: "Cero Esfuerzo",
description: "Diseño que maximiza la física, no tu fuerza.",
bentoComponent: "reveal-icon",
icon: Zap,
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-moving-into-their-new-apartment_637285-12404.jpg?_wi=2",
imageAlt: "Nobody in empty living room with cardboard packaging at new home, furniture things in stack of carton boxes. No people in household property with package cargo to move in, real estate.",
title: "Cero Esfuerzo", description: "Diseño que maximiza la física, no tu fuerza.", bentoComponent: "reveal-icon", icon: Zap,
},
{
title: "Calidad Premium",
description: "Construido en acero reforzado de alta durabilidad.",
bentoComponent: "reveal-icon",
icon: ShieldCheck,
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-moving-new-house_23-2149275872.jpg?_wi=2",
imageAlt: "Nobody in empty living room with cardboard packaging at new home, furniture things in stack of carton boxes. No people in household property with package cargo to move in, real estate.",
title: "Calidad Premium", description: "Construido en acero reforzado de alta durabilidad.", bentoComponent: "reveal-icon", icon: ShieldCheck,
},
]}
title="Por qué EffortlessMove cambiará tu vida"
@@ -161,28 +111,13 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "1. Levanta",
description: "Coloca la palanca bajo el mueble.",
bentoComponent: "reveal-icon",
icon: ArrowUp,
imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-sofa-new-home_53876-127282.jpg",
imageAlt: "Couple moving a sofa in a new home",
title: "1. Levanta", description: "Coloca la palanca bajo el mueble.", bentoComponent: "reveal-icon", icon: ArrowUp,
},
{
title: "2. Posiciona",
description: "Ubica los rodillos en las esquinas.",
bentoComponent: "reveal-icon",
icon: Settings,
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-moving-into-their-new-apartment_637285-12404.jpg?_wi=3",
imageAlt: "Couple moving a sofa in a new home",
title: "2. Posiciona", description: "Ubica los rodillos en las esquinas.", bentoComponent: "reveal-icon", icon: Settings,
},
{
title: "3. Desliza",
description: "Desliza tu mueble suavemente.",
bentoComponent: "reveal-icon",
icon: Move,
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-moving-new-house_23-2149275872.jpg?_wi=3",
imageAlt: "Couple moving a sofa in a new home",
title: "3. Desliza", description: "Desliza tu mueble suavemente.", bentoComponent: "reveal-icon", icon: Move,
},
]}
title="Tan simple como 1-2-3"
@@ -195,61 +130,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Lucía Martínez",
date: "2024",
title: "¡Salvavidas!",
quote: "Pude mover el refrigerador yo sola para limpiar atrás. Mi espalda me lo agradece.",
tag: "Excelente",
avatarSrc: "http://img.b2bpic.net/free-photo/waistup-portrait-charismatic-smiling-happy-creative-redhead-woman-glasses-laughing-joyfully-s_1258-144098.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-moving-into-their-new-apartment_637285-12404.jpg?_wi=4",
imageAlt: "satisfied customer portrait warm lighting",
},
{
id: "2",
name: "Carlos Ruiz",
date: "2024",
title: "Increíble potencia",
quote: "Pensé que era marketing, pero realmente levanta mis estanterías llenas sin esfuerzo.",
tag: "Muy útil",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wrapping-paper_23-2148769785.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-moving-new-house_23-2149275872.jpg?_wi=4",
imageAlt: "satisfied customer portrait warm lighting",
},
{
id: "3",
name: "Familia Gómez",
date: "2024",
title: "Redecorar es ahora divertido",
quote: "Cambiamos el diseño de la sala en minutos sin pedirle ayuda a nadie.",
tag: "Imprescindible",
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-interracial-couple-getting-ready-move_23-2149094123.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/scissors-mower-isolated-white-background_1368-6164.jpg?_wi=2",
imageAlt: "satisfied customer portrait warm lighting",
},
{
id: "4",
name: "Ana S.",
date: "2024",
title: "Calidad top",
quote: "Súper resistente, se nota que no se romperá pronto.",
tag: "Recomendado",
avatarSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg",
imageAlt: "satisfied customer portrait warm lighting",
},
{
id: "5",
name: "Luis M.",
date: "2024",
title: "Lo mejor del año",
quote: "Por fin puedo limpiar debajo de los muebles sin ayuda.",
tag: "Lo amé",
avatarSrc: "http://img.b2bpic.net/free-photo/man-from-delivery-service-arriving-with-boxes-documents-be-signed-beautiful-young-couple-moving_482257-22217.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-home_329181-1168.jpg?_wi=1",
imageAlt: "satisfied customer portrait warm lighting",
},
{ id: "1", name: "Lucía Martínez", date: "2024", title: "¡Salvavidas!", quote: "Pude mover el refrigerador yo sola para limpiar atrás. Mi espalda me lo agradece.", tag: "Excelente", avatarSrc: "http://img.b2bpic.net/free-photo/waistup-portrait-charismatic-smiling-happy-creative-redhead-woman-glasses-laughing-joyfully-s_1258-144098.jpg" },
{ id: "2", name: "Carlos Ruiz", date: "2024", title: "Increíble potencia", quote: "Pensé que era marketing, pero realmente levanta mis estanterías llenas sin esfuerzo.", tag: "Muy útil", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wrapping-paper_23-2148769785.jpg" },
{ id: "3", name: "Familia Gómez", date: "2024", title: "Redecorar es ahora divertido", quote: "Cambiamos el diseño de la sala en minutos sin pedirle ayuda a nadie.", tag: "Imprescindible", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-interracial-couple-getting-ready-move_23-2149094123.jpg" },
{ id: "4", name: "Ana S.", date: "2024", title: "Calidad top", quote: "Súper resistente, se nota que no se romperá pronto.", tag: "Recomendado", avatarSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg" },
{ id: "5", name: "Luis M.", date: "2024", title: "Lo mejor del año", quote: "Por fin puedo limpiar debajo de los muebles sin ayuda.", tag: "Lo amé", avatarSrc: "http://img.b2bpic.net/free-photo/man-from-delivery-service-arriving-with-boxes-documents-be-signed-beautiful-young-couple-moving_482257-22217.jpg" },
]}
title="Historias de éxito"
description="Miles de familias ya han cambiado su forma de vivir en casa."
@@ -262,27 +147,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "15,000+",
title: "Usuarios Felices",
description: "Personas que ya no cargan peso de más.",
imageSrc: "http://img.b2bpic.net/free-photo/man-from-delivery-service-arriving-with-boxes-documents-be-signed-beautiful-young-couple-moving_482257-22217.jpg",
},
{
id: "m2",
value: "98%",
title: "Satisfacción",
description: "De nuestros clientes recomiendan EffortlessMove.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-home_329181-1168.jpg?_wi=2",
},
{
id: "m3",
value: "50%",
title: "Oferta Activa",
description: "Solo por las próximas 24 horas.",
imageSrc: "http://img.b2bpic.net/free-photo/delivery-background-design_1156-857.jpg",
},
{ id: "m1", value: "15,000+", title: "Usuarios Felices", description: "Personas que ya no cargan peso de más.", imageSrc: "http://img.b2bpic.net/free-photo/man-from-delivery-service-arriving-with-boxes-documents-be-signed-beautiful-young-couple-moving_482257-22217.jpg" },
{ id: "m2", value: "98%", title: "Satisfacción", description: "De nuestros clientes recomiendan EffortlessMove.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-home_329181-1168.jpg" },
{ id: "m3", value: "50%", title: "Oferta Activa", description: "Solo por las próximas 24 horas.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-background-design_1156-857.jpg" },
]}
title="Stock limitado por alta demanda"
description="Debido a la viralidad de EffortlessMove, nos quedan muy pocas unidades disponibles para entrega inmediata."
@@ -292,9 +159,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
tag="Oferta Limitada"
title="Recibe tu EffortlessMove hoy"
description="No arriesgues tu salud. Haz clic abajo para aplicar el descuento del 50% y recibe tu kit antes de que se agoten."
@@ -306,32 +171,8 @@ export default function LandingPage() {
<FooterBaseCard
logoText="EffortlessMove"
columns={[
{
title: "Empresa",
items: [
{
label: "Sobre nosotros",
href: "#",
},
{
label: "Contacto",
href: "#",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacidad",
href: "#",
},
{
label: "Términos",
href: "#",
},
],
},
{ title: "Empresa", items: [{ label: "Sobre nosotros", href: "#" }, { label: "Contacto", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacidad", href: "#" }, { label: "Términos", href: "#" }] },
]}
copyrightText="© 2025 EffortlessMove. Todos los derechos reservados."
/>