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" ], }, {