From 607cf5a7e2f23e84c2a6e9d8e1a708c7c14f243a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 02:31:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f5a2a8b..9f0e2d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,7 +102,7 @@ export default function HvacPage() { useInvertedBackground={false} plans={[ { id: "p1", title: "Member ", price: "$99", period: "/mo", features: ["Reposición de alimento ", "Entrega priorizada", "Historial de consumo ", "Atención directa"], button: { text: "comenzar aquí" }, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-2.jpg" }, - { id: "p2", title: "Premium", price: "$199", period: "/mo", features: ["All Essential", "24/7 Emergency Support", "Extended Warranty", "Parts Coverage", "Annual Deep Cleaning", "Energy Efficiency Audit", "No Service Fees"], button: { text: "comenzar aquí" }, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-3.jpg" } + { id: "p2", title: "Pack Member", price: "$199", period: "/mo", features: ["Seguimiento continuo ", "Prioridad en escasez ", "Kits anuales sorpresa ", "Mayor flexibilidad logistica ", "Atención preferente", "Relación personalizada", "( Disponibilidad limitada para mantener el estándar de servicio. ) "], button: { text: "comenzar aquí" }, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-3.jpg" } ]} /> -- 2.49.1