Merge version_1 into main #1
243
src/app/page.tsx
243
src/app/page.tsx
@@ -30,18 +30,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Beneficios",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Producto",
|
||||
id: "#product",
|
||||
},
|
||||
{
|
||||
name: "Opiniones",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{ name: "Beneficios", id: "#about" },
|
||||
{ name: "Producto", id: "#product" },
|
||||
{ name: "Opiniones", id: "#testimonials" },
|
||||
]}
|
||||
brandName="IRONGRIP"
|
||||
/>
|
||||
@@ -49,48 +40,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Potencia tu agarre. Domina tus límites."
|
||||
description="El fortalecedor de manos nº1 usado por atletas de élite. Incrementa fuerza, mejora rehabilitación y elimina estrés en solo 5 minutos al día."
|
||||
buttons={[
|
||||
{
|
||||
text: "Consigue el tuyo hoy",
|
||||
href: "#product",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Consigue el tuyo hoy", href: "#product" }]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-out-gym_23-2148197785.jpg",
|
||||
imageAlt: "Uso del fortalecedor de manos",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-putting-weight-barbell_23-2147779075.jpg",
|
||||
imageAlt: "Atleta en acción",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-weight-plate_23-2147778456.jpg",
|
||||
imageAlt: "Detalle muscular",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-perfectly-ordered-fitness-items_23-2150321814.jpg",
|
||||
imageAlt: "Grip rings colores",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-doing-fitness-with-vr-glasses_23-2150542552.jpg",
|
||||
imageAlt: "Ejercicio gym",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fitnesswoman-doing-deadlift-using-barbell-gym_651396-1605.jpg",
|
||||
imageAlt: "Cinematic workout",
|
||||
},
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/man-working-out-gym_23-2148197785.jpg", imageAlt: "Uso del fortalecedor de manos" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-putting-weight-barbell_23-2147779075.jpg", imageAlt: "Atleta en acción" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-weight-plate_23-2147778456.jpg", imageAlt: "Detalle muscular" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-perfectly-ordered-fitness-items_23-2150321814.jpg", imageAlt: "Grip rings colores" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-doing-fitness-with-vr-glasses_23-2150542552.jpg", imageAlt: "Ejercicio gym" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/fitnesswoman-doing-deadlift-using-barbell-gym_651396-1605.jpg", imageAlt: "Cinematic workout" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -111,33 +71,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
label: "Fuerza",
|
||||
title: "Antebrazos de acero",
|
||||
items: [
|
||||
"Aumento de resistencia real",
|
||||
"Mayor control de agarre",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
label: "Salud",
|
||||
title: "Alivio y rehabilitación",
|
||||
items: [
|
||||
"Reduce dolores articulares",
|
||||
"Ayuda en fisioterapia",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
label: "Mindset",
|
||||
title: "Anti estrés total",
|
||||
items: [
|
||||
"Enfoca tu mente",
|
||||
"Libera tensión diaria",
|
||||
],
|
||||
},
|
||||
{ id: "1", label: "Fuerza", title: "Antebrazos de acero", items: ["Aumento de resistencia real", "Mayor control de agarre"] },
|
||||
{ id: "2", label: "Salud", title: "Alivio y rehabilitación", items: ["Reduce dolores articulares", "Ayuda en fisioterapia"] },
|
||||
{ id: "3", label: "Mindset", title: "Anti estrés total", items: ["Enfoca tu mente", "Libera tensión diaria"] },
|
||||
]}
|
||||
title="Por qué todos los atletas usan IRONGRIP"
|
||||
description="Beneficios que notarás desde la primera sesión."
|
||||
@@ -151,60 +87,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "IRONGRIP",
|
||||
name: "Pack Iniciación",
|
||||
price: "2,65€",
|
||||
rating: 5,
|
||||
reviewCount: "1300+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-exercise-machine-back-extensions_23-2147687982.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "IRONGRIP",
|
||||
name: "Pack PRO (x2)",
|
||||
price: "4,99€",
|
||||
rating: 5,
|
||||
reviewCount: "800+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-macaroon-mixture-black-baking-tray_23-2148166156.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "IRONGRIP",
|
||||
name: "3x2 Elite Bundle",
|
||||
price: "7,99€",
|
||||
rating: 5,
|
||||
reviewCount: "500+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-gym_23-2148024321.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "IRONGRIP",
|
||||
name: "Pack Colores",
|
||||
price: "5,99€",
|
||||
rating: 5,
|
||||
reviewCount: "200+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-sporty-girl-wearing-headband-wristband-holding-looking-it-isolated-purple-space_141793-44801.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "IRONGRIP",
|
||||
name: "Pack Rehabilitación",
|
||||
price: "3,99€",
|
||||
rating: 5,
|
||||
reviewCount: "450+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athlete-gym-swings-triceps-with-barbell-sports-lifestyle_169016-58860.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "IRONGRIP",
|
||||
name: "Edición Limitada",
|
||||
price: "6,99€",
|
||||
rating: 5,
|
||||
reviewCount: "150+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-climber-putting-special-equipment_23-2149042734.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "IRONGRIP", name: "Pack Iniciación", price: "2,65€", rating: 5, reviewCount: "1300+", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-exercise-machine-back-extensions_23-2147687982.jpg" },
|
||||
{ id: "p2", brand: "IRONGRIP", name: "Pack PRO (x2)", price: "4,99€", rating: 5, reviewCount: "800+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-macaroon-mixture-black-baking-tray_23-2148166156.jpg" },
|
||||
{ id: "p3", brand: "IRONGRIP", name: "3x2 Elite Bundle", price: "7,99€", rating: 5, reviewCount: "500+", imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-gym_23-2148024321.jpg" },
|
||||
{ id: "p4", brand: "IRONGRIP", name: "Pack Colores", price: "5,99€", rating: 5, reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-sporty-girl-wearing-headband-wristband-holding-looking-it-isolated-purple-space_141793-44801.jpg" },
|
||||
{ id: "p5", brand: "IRONGRIP", name: "Pack Rehabilitación", price: "3,99€", rating: 5, reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/athlete-gym-swings-triceps-with-barbell-sports-lifestyle_169016-58860.jpg" },
|
||||
{ id: "p6", brand: "IRONGRIP", name: "Edición Limitada", price: "6,99€", rating: 5, reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/man-climber-putting-special-equipment_23-2149042734.jpg" },
|
||||
]}
|
||||
title="Oferta de Lanzamiento Limitada"
|
||||
description="Solo hoy: 60% de descuento. ¡No te quedes sin el tuyo!"
|
||||
@@ -215,31 +103,11 @@ export default function LandingPage() {
|
||||
<MetricCardSeven
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="depth-3d"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10k+",
|
||||
title: "Unidades vendidas",
|
||||
items: [
|
||||
"Calidad premium garantizada",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.8",
|
||||
title: "Valoración media",
|
||||
items: [
|
||||
"Basado en 1300+ reseñas",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99%",
|
||||
title: "Satisfacción",
|
||||
items: [
|
||||
"Resultados visibles en semanas",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "10k+", title: "Unidades vendidas", items: ["Calidad premium garantizada"] },
|
||||
{ id: "m2", value: "4.8", title: "Valoración media", items: ["Basado en 1300+ reseñas"] },
|
||||
{ id: "m3", value: "99%", title: "Satisfacción", items: ["Resultados visibles en semanas"] },
|
||||
]}
|
||||
title="Resultados Comprobados"
|
||||
description="Miles de usuarios satisfechos en todo el mundo."
|
||||
@@ -253,46 +121,11 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
role: "Crossfitter",
|
||||
company: "GymElite",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trans-man-working-out-exercising-gym_23-2149712829.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Alex R.",
|
||||
role: "Escalador",
|
||||
company: "RockMaster",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-sports-fitness-active-healthy-lifestyle-concept-attractive-fit-young-mixed-race-male-with-muscular-shoulders-posing-studio-keeping-arms-folded-his-look-expressing-confidence_343059-339.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Mike D.",
|
||||
role: "Tenista",
|
||||
company: "SportPro",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1586.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Elena M.",
|
||||
role: "Boxeadora",
|
||||
company: "FitZone",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thai-boxer-lifting-weight_107420-65015.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "David L.",
|
||||
role: "Office Worker",
|
||||
company: "TechCorp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-sporty-male-shows-his-big-finger-up_613910-1090.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah J.", role: "Crossfitter", company: "GymElite", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/trans-man-working-out-exercising-gym_23-2149712829.jpg" },
|
||||
{ id: "t2", name: "Alex R.", role: "Escalador", company: "RockMaster", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-sports-fitness-active-healthy-lifestyle-concept-attractive-fit-young-mixed-race-male-with-muscular-shoulders-posing-studio-keeping-arms-folded-his-look-expressing-confidence_343059-339.jpg" },
|
||||
{ id: "t3", name: "Mike D.", role: "Tenista", company: "SportPro", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1586.jpg" },
|
||||
{ id: "t4", name: "Elena M.", role: "Boxeadora", company: "FitZone", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/thai-boxer-lifting-weight_107420-65015.jpg" },
|
||||
{ id: "t5", name: "David L.", role: "Office Worker", company: "TechCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-sporty-male-shows-his-big-finger-up_613910-1090.jpg" },
|
||||
]}
|
||||
title="Lo que dicen nuestros atletas"
|
||||
description="Historias de éxito real de nuestra comunidad."
|
||||
@@ -304,21 +137,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "¿Cuándo veré resultados?",
|
||||
content: "La mayoría de los usuarios sienten mejoras en el agarre y alivio muscular desde la primera semana de uso constante.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "¿Es apto para principiantes?",
|
||||
content: "Totalmente, viene en varios niveles de resistencia, perfecto para cualquier etapa de entrenamiento o rehabilitación.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "¿Cómo lo limpio?",
|
||||
content: "Es 100% silicona, puedes lavarlo simplemente con agua tibia y jabón neutro.",
|
||||
},
|
||||
{ id: "f1", title: "¿Cuándo veré resultados?", content: "La mayoría de los usuarios sienten mejoras en el agarre y alivio muscular desde la primera semana de uso constante." },
|
||||
{ id: "f2", title: "¿Es apto para principiantes?", content: "Totalmente, viene en varios niveles de resistencia, perfecto para cualquier etapa de entrenamiento o rehabilitación." },
|
||||
{ id: "f3", title: "¿Cómo lo limpio?", content: "Es 100% silicona, puedes lavarlo simplemente con agua tibia y jabón neutro." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-getting-dressed-uniform-close-up_23-2148322317.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user