Merge version_2 into main #6
1420
src/app/layout.tsx
1420
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user