7 Commits

Author SHA1 Message Date
4ddcddd5dd Update src/app/page.tsx 2026-03-04 18:48:02 +00:00
3d28d0ae61 Update src/app/layout.tsx 2026-03-04 18:48:01 +00:00
78752ccfb2 Merge version_1 into main
Merge version_1 into main
2026-03-04 18:46:09 +00:00
f9262528ac Merge version_1 into main
Merge version_1 into main
2026-03-04 18:44:26 +00:00
3efd15a403 Merge version_1 into main
Merge version_1 into main
2026-03-04 18:42:51 +00:00
dd40d22837 Merge version_1 into main
Merge version_1 into main
2026-03-04 18:41:59 +00:00
28c501d8a2 Merge version_1 into main
Merge version_1 into main
2026-03-04 18:40:15 +00:00
2 changed files with 8 additions and 1428 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -66,7 +66,7 @@ export default function LandingPage() {
<PricingCardTwo
title="Planes de Minería"
description="Selecciona el plan perfecto para tus necesidades de minería cripto. Más blockchains = Mayor potencia de minería."
tag="Precios Competitivos"
tag="Ganancias Garantizadas"
tagIcon={Sparkles}
textboxLayout="default"
animationType="slide-up"
@@ -74,32 +74,32 @@ export default function LandingPage() {
plans={[
{
id: "starter", badge: "Plan Iniciador", badgeIcon: Zap,
price: "199,99€", subtitle: "3 meses - 1 Blockchain", buttons: [
price: "199,99€", subtitle: "3 meses - 1 Blockchain. Con garantía de retorno si no alcanzas resultados en 30 días.", buttons: [
{ text: "Seleccionar Blockchain" },
{ text: "Proceder al Pago" },
],
features: [
"1 Blockchain de minería", "Hashrate básico", "Panel de control completo", "Soporte por email"
"1 Blockchain de minería", "Hashrate básico", "Panel de control completo", "Soporte por email", "Garantía de retorno de 30 días"
],
},
{
id: "professional", badge: "Plan Profesional", badgeIcon: Sparkles,
price: "449,99€", subtitle: "3 meses - 3 Blockchains", buttons: [
price: "449,99€", subtitle: "3 meses - 3 Blockchains. Con respaldo de garantía: resultados comprobables o devolución total.", buttons: [
{ text: "Seleccionar Blockchains" },
{ text: "Proceder al Pago" },
],
features: [
"3 Blockchains de minería", "Hashrate mejorado", "Análisis avanzado", "Soporte prioritario"
"3 Blockchains de minería", "Hashrate mejorado", "Análisis avanzado", "Soporte prioritario", "Garantía de rendimiento verificado"
],
},
{
id: "enterprise", badge: "Plan Empresarial", badgeIcon: Crown,
price: "999,99€", subtitle: "3 meses - 7 Blockchains", buttons: [
price: "999,99€", subtitle: "3 meses - 7 Blockchains. Garantía completa: resultados verificables o reembolso del 100%.", buttons: [
{ text: "Seleccionar Blockchains" },
{ text: "Proceder al Pago" },
],
features: [
"7 Blockchains de minería", "Hashrate máximo", "IA predictiva avanzada", "Gestor de cuenta dedicado"
"7 Blockchains de minería", "Hashrate máximo", "IA predictiva avanzada", "Gestor de cuenta dedicado", "Garantía de resultados con reembolso total"
],
},
]}
@@ -190,4 +190,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}