From 71224ae1f35ad10e04c82d00655c05012bef4fed Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:52:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dbe1997..c1248bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -196,15 +196,15 @@ export default function Home() { tagIcon={Award} plans={[ { - id: "basic", title: "Básico", price: "€29.99", period: "/unidad", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-exercising-outdoors-with-elastic-band_23-2148891939.jpg?_wi=18", imageAlt: "Plan Básico", button: { text: "Agregar al Carrito", href: "#cart" }, + id: "duo", title: "Dúo", price: "€49.99", period: "/2 unidades", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-exercising-outdoors-with-elastic-band_23-2148891939.jpg?_wi=19", imageAlt: "Plan Dúo", button: { text: "Agregar al Carrito", href: "#cart" }, features: [ - "1 manga de compresión", "Talla estándar", "Soporte por email", "Garantía de 30 días" + "2 mangas de compresión", "Tallas personalizadas", "Soporte prioritario", "Garantía de 30 días", "Descuento del 17%" ], }, { - id: "duo", title: "Dúo (Popular)", price: "€49.99", period: "/2 unidades", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-exercising-outdoors-with-elastic-band_23-2148891939.jpg?_wi=19", imageAlt: "Plan Dúo", button: { text: "Agregar al Carrito", href: "#cart" }, + id: "basic", title: "Básico", price: "€29.99", period: "/unidad", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-exercising-outdoors-with-elastic-band_23-2148891939.jpg?_wi=18", imageAlt: "Plan Básico", button: { text: "Agregar al Carrito", href: "#cart" }, features: [ - "2 mangas de compresión", "Tallas personalizadas", "Soporte prioritario", "Garantía de 30 días", "Descuento del 17%" + "1 manga de compresión", "Talla estándar", "Soporte por email", "Garantía de 30 días" ], }, {