Update src/app/page.tsx

This commit is contained in:
2026-03-09 15:52:18 +00:00
parent 8a248b4fb1
commit 71224ae1f3

View File

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