diff --git a/src/app/page.tsx b/src/app/page.tsx
index c5f8a39..e51048b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,18 +30,9 @@ export default function LandingPage() {
@@ -49,48 +40,17 @@ export default function LandingPage() {
@@ -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() {