Skip to content

Commit 9dbb8cf

Browse files
authored
Update index.html
1 parent 3bfb8ce commit 9dbb8cf

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
76
<meta name="robots" content="index, follow">
87
<title>CÓDIGO ALFA VIP | El Manifiesto del 1%</title>
98
<meta name="description" content="Domina la psicología del 1%. Descarga el Manifiesto Alfa y deja de competir para empezar a liderar. Acceso exclusivo 2026.">
@@ -30,13 +29,13 @@
3029
margin: 0;
3130
line-height: 1.7;
3231
-webkit-font-smoothing: antialiased;
32+
text-align: center;
3333
}
3434

3535
h1, h2, h3 { font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 2px; color: var(--blanco-nitido); }
3636

3737
.hero {
3838
padding: 150px 20px;
39-
text-align: center;
4039
background: linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.95)), url('https://images.unsplash.com/photo-1554469384-e58fac16e23a?q=80&w=1974&auto=format&fit=crop');
4140
background-size: cover;
4241
background-position: center;
@@ -186,7 +185,7 @@ <h3 style="color:var(--oro-real)">Disciplina</h3>
186185
<h2 class="titulo-alfa" style="font-size: 2.5rem;">¿QUIERES MÁS?</h2>
187186
<p>Accede a los Protocolos Completos de Implementación.</p>
188187
<br>
189-
<a href="TU_LINK_DE_GOOGLE_DRIVE_AQUI" class="cta-btn" style="max-width: 300px;">Comprar Código Alfa VIP</a>
188+
<a href="https://drive.google.com/file/d/1nUlSOzEGNRx9r4S36GyrZRUjasrnn8vK/view?usp=drive_link" class="cta-btn" style="max-width: 300px;">Comprar Código Alfa VIP</a>
190189
</div>
191190
</main>
192191

@@ -204,14 +203,14 @@ <h2 class="titulo-alfa" style="font-size: 2.5rem;">¿QUIERES MÁS?</h2>
204203
btn.disabled = true;
205204

206205
const data = new FormData(form);
207-
const ebookLink = "TU_LINK_DE_GOOGLE_DRIVE_AQUI"; // <--- PEGA TU LINK AQUÍ
206+
const ebookLink = "https://drive.google.com/file/d/1nUlSOzEGNRx9r4S36GyrZRUjasrnn8vK/view?usp=drive_link";
208207

209208
fetch("https://formspree.io/f/mbdpqqpv", {
210209
method: "POST",
211210
body: data,
212211
headers: { 'Accept': 'application/json' }
213212
}).finally(() => {
214-
// Redirigir al ebook pase lo que pase
213+
// Redirección forzada al Ebook
215214
window.location.replace(ebookLink);
216215
});
217216

0 commit comments

Comments
 (0)