edsonassisvsx commited on
Commit
23bc9f4
·
verified ·
1 Parent(s): 48fc3ee

Altere a questão do evento 100% online e coloque a um valor de apenas R$49,97 - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +619 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Masterclass
3
- emoji: 👁
4
- colorFrom: pink
5
- colorTo: indigo
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: masterclass
3
+ emoji: 🐳
4
+ colorFrom: purple
5
+ colorTo: pink
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,619 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="pt-BR">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Masterclass de Fidelização - Multiplique Suas Vendas</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ .gradient-bg {
11
+ background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
12
+ }
13
+ .card-hover:hover {
14
+ transform: translateY(-5px);
15
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
16
+ }
17
+ .pulse {
18
+ animation: pulse 2s infinite;
19
+ }
20
+ @keyframes pulse {
21
+ 0% {
22
+ transform: scale(1);
23
+ }
24
+ 50% {
25
+ transform: scale(1.05);
26
+ }
27
+ 100% {
28
+ transform: scale(1);
29
+ }
30
+ }
31
+ </style>
32
+ </head>
33
+ <body class="font-sans bg-gray-50">
34
+ <!-- Header -->
35
+ <header class="gradient-bg text-white">
36
+ <div class="container mx-auto px-4 py-6">
37
+ <div class="flex justify-between items-center">
38
+ <div class="flex items-center">
39
+ <div class="bg-white rounded-full p-2 mr-3">
40
+ <i class="fas fa-crown text-purple-600 text-2xl"></i>
41
+ </div>
42
+ <h1 class="text-xl md:text-2xl font-bold">Fidelização<span class="text-yellow-300">Master</span></h1>
43
+ </div>
44
+ <a href="#inscricao" class="bg-yellow-400 hover:bg-yellow-300 text-gray-900 font-bold py-2 px-4 md:py-3 md:px-6 rounded-full transition duration-300 transform hover:scale-105">
45
+ Garantir minha vaga
46
+ </a>
47
+ </div>
48
+ </div>
49
+ </header>
50
+
51
+ <!-- Hero Section -->
52
+ <section class="gradient-bg text-white py-16 md:py-24">
53
+ <div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
54
+ <div class="md:w-1/2 mb-10 md:mb-0">
55
+ <div class="bg-white bg-opacity-10 rounded-lg inline-block px-3 py-1 mb-4">
56
+ <span class="text-sm font-semibold">MASTERCLASS EXCLUSIVA</span>
57
+ </div>
58
+ <h1 class="text-3xl md:text-5xl font-bold leading-tight mb-4">
59
+ Aprenda a <span class="text-yellow-300">fidelizar clientes</span> e multiplicar suas vendas com quem já comprou de você
60
+ </h1>
61
+ <p class="text-xl md:text-2xl mb-8 opacity-90">
62
+ Usando a mesma estratégia que me fez vender <span class="font-bold">5 milhões para um único cliente</span>
63
+ </p>
64
+
65
+ <div class="bg-white bg-opacity-20 rounded-xl p-6 mb-8">
66
+ <div class="flex items-center mb-4">
67
+ <i class="far fa-calendar-alt text-yellow-300 mr-3 text-xl"></i>
68
+ <div>
69
+ <p class="font-bold">Dias 15 e 16 de Novembro</p>
70
+ <p class="text-sm">19h às 21h (Horário de Brasília)</p>
71
+ </div>
72
+ </div>
73
+ <div class="flex items-center">
74
+ <i class="fas fa-laptop text-yellow-300 mr-3 text-xl"></i>
75
+ <div>
76
+ <p class="font-bold">100% Online</p>
77
+ <p class="text-sm">Apenas <span class="text-yellow-300 font-bold">R$49,97</span></p>
78
+ </div>
79
+ </div>
80
+ </div>
81
+
82
+ <div id="countdown" class="mb-8">
83
+ <p class="text-sm mb-2">INSCRIÇÕES ENCERRAM EM:</p>
84
+ <div class="flex space-x-2">
85
+ <div class="bg-white bg-opacity-20 rounded-lg text-center py-2 px-4">
86
+ <div class="text-2xl font-bold" id="days">00</div>
87
+ <div class="text-xs">DIAS</div>
88
+ </div>
89
+ <div class="bg-white bg-opacity-20 rounded-lg text-center py-2 px-4">
90
+ <div class="text-2xl font-bold" id="hours">00</div>
91
+ <div class="text-xs">HORAS</div>
92
+ </div>
93
+ <div class="bg-white bg-opacity-20 rounded-lg text-center py-2 px-4">
94
+ <div class="text-2xl font-bold" id="minutes">00</div>
95
+ <div class="text-xs">MIN</div>
96
+ </div>
97
+ <div class="bg-white bg-opacity-20 rounded-lg text-center py-2 px-4">
98
+ <div class="text-2xl font-bold" id="seconds">00</div>
99
+ <div class="text-xs">SEG</div>
100
+ </div>
101
+ </div>
102
+ </div>
103
+
104
+ <a href="#inscricao" class="bg-yellow-400 hover:bg-yellow-300 text-gray-900 font-bold py-4 px-8 rounded-full text-lg inline-block transition duration-300 transform hover:scale-105 pulse">
105
+ QUERO ME INSCREVER AGORA
106
+ </a>
107
+ </div>
108
+
109
+ <div class="md:w-1/2 flex justify-center">
110
+ <div class="relative">
111
+ <img src="https://images.unsplash.com/photo-1552664730-d307ca884974?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80" alt="Especialista em fidelização" class="rounded-xl shadow-2xl w-full max-w-md border-4 border-white">
112
+ <div class="absolute -bottom-5 -right-5 bg-yellow-400 text-gray-900 font-bold py-2 px-4 rounded-full shadow-lg">
113
+ <i class="fas fa-award mr-2"></i> +5.000 alunos
114
+ </div>
115
+ </div>
116
+ </div>
117
+ </div>
118
+ </section>
119
+
120
+ <!-- Who is it for -->
121
+ <section class="py-16 bg-white">
122
+ <div class="container mx-auto px-4">
123
+ <div class="text-center mb-12">
124
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">PARA QUEM É ESSA MASTERCLASS?</h2>
125
+ <div class="w-20 h-1 bg-purple-600 mx-auto mb-6"></div>
126
+ <p class="text-xl text-gray-700 max-w-3xl mx-auto">
127
+ Empreendedores, gestores e vendedores que querem transformar clientes ocasionais em compradores fiéis e recorrentes.
128
+ </p>
129
+ </div>
130
+
131
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
132
+ <div class="bg-gray-50 rounded-xl p-6 border border-gray-200 hover:border-purple-500 transition duration-300 card-hover">
133
+ <div class="bg-purple-100 text-purple-800 rounded-full w-12 h-12 flex items-center justify-center mb-4">
134
+ <i class="fas fa-store text-xl"></i>
135
+ </div>
136
+ <h3 class="text-xl font-bold mb-3">Dono de Negócio</h3>
137
+ <p class="text-gray-700">Que quer aumentar o ticket médio e a recorrência dos clientes.</p>
138
+ </div>
139
+
140
+ <div class="bg-gray-50 rounded-xl p-6 border border-gray-200 hover:border-purple-500 transition duration-300 card-hover">
141
+ <div class="bg-purple-100 text-purple-800 rounded-full w-12 h-12 flex items-center justify-center mb-4">
142
+ <i class="fas fa-user-tie text-xl"></i>
143
+ </div>
144
+ <h3 class="text-xl font-bold mb-3">Gestor Comercial</h3>
145
+ <p class="text-gray-700">Que precisa melhorar os resultados da equipe de vendas.</p>
146
+ </div>
147
+
148
+ <div class="bg-gray-50 rounded-xl p-6 border border-gray-200 hover:border-purple-500 transition duration-300 card-hover">
149
+ <div class="bg-purple-100 text-purple-800 rounded-full w-12 h-12 flex items-center justify-center mb-4">
150
+ <i class="fas fa-handshake text-xl"></i>
151
+ </div>
152
+ <h3 class="text-xl font-bold mb-3">Vendedor</h3>
153
+ <p class="text-gray-700">Que deseja criar relacionamentos duradouros com clientes.</p>
154
+ </div>
155
+ </div>
156
+ </div>
157
+ </section>
158
+
159
+ <!-- What You'll Learn -->
160
+ <section class="py-16 bg-gray-50">
161
+ <div class="container mx-auto px-4">
162
+ <div class="text-center mb-12">
163
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">O QUE VOCÊ VAI APRENDER?</h2>
164
+ <div class="w-20 h-1 bg-purple-600 mx-auto mb-6"></div>
165
+ <p class="text-xl text-gray-700 max-w-3xl mx-auto">
166
+ Conteúdo prático e aplicável que vai transformar sua relação com os clientes.
167
+ </p>
168
+ </div>
169
+
170
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8 max-w-4xl mx-auto">
171
+ <div class="bg-white rounded-xl p-6 shadow-md hover:shadow-lg transition duration-300 card-hover">
172
+ <div class="flex items-start">
173
+ <div class="bg-purple-600 text-white rounded-full w-10 h-10 flex items-center justify-center mt-1 mr-4">
174
+ <i class="fas fa-check"></i>
175
+ </div>
176
+ <div>
177
+ <h3 class="text-xl font-bold mb-2">O Ciclo da Fidelização</h3>
178
+ <p class="text-gray-700">O passo a passo completo para transformar um cliente novo em um cliente fiel.</p>
179
+ </div>
180
+ </div>
181
+ </div>
182
+
183
+ <div class="bg-white rounded-xl p-6 shadow-md hover:shadow-lg transition duration-300 card-hover">
184
+ <div class="flex items-start">
185
+ <div class="bg-purple-600 text-white rounded-full w-10 h-10 flex items-center justify-center mt-1 mr-4">
186
+ <i class="fas fa-check"></i>
187
+ </div>
188
+ <div>
189
+ <h3 class="text-xl font-bold mb-2">Gatilhos de Recompra</h3>
190
+ <p class="text-gray-700">Como criar momentos estratégicos para que seu cliente compre novamente.</p>
191
+ </div>
192
+ </div>
193
+ </div>
194
+
195
+ <div class="bg-white rounded-xl p-6 shadow-md hover:shadow-lg transition duration-300 card-hover">
196
+ <div class="flex items-start">
197
+ <div class="bg-purple-600 text-white rounded-full w-10 h-10 flex items-center justify-center mt-1 mr-4">
198
+ <i class="fas fa-check"></i>
199
+ </div>
200
+ <div>
201
+ <h3 class="text-xl font-bold mb-2">Programas de Fidelidade</h3>
202
+ <p class="text-gray-700">Modelos comprovados que realmente funcionam para aumentar a recorrência.</p>
203
+ </div>
204
+ </div>
205
+ </div>
206
+
207
+ <div class="bg-white rounded-xl p-6 shadow-md hover:shadow-lg transition duration-300 card-hover">
208
+ <div class="flex items-start">
209
+ <div class="bg-purple-600 text-white rounded-full w-10 h-10 flex items-center justify-center mt-1 mr-4">
210
+ <i class="fas fa-check"></i>
211
+ </div>
212
+ <div>
213
+ <h3 class="text-xl font-bold mb-2">Upsell Estratégico</h3>
214
+ <p class="text-gray-700">Como oferecer produtos complementares sem ser invasivo.</p>
215
+ </div>
216
+ </div>
217
+ </div>
218
+
219
+ <div class="bg-white rounded-xl p-6 shadow-md hover:shadow-lg transition duration-300 card-hover md:col-span-2">
220
+ <div class="flex items-start">
221
+ <div class="bg-purple-600 text-white rounded-full w-10 h-10 flex items-center justify-center mt-1 mr-4">
222
+ <i class="fas fa-check"></i>
223
+ </div>
224
+ <div>
225
+ <h3 class="text-xl font-bold mb-2">Caso Real: Como vendi 5 milhões para um único cliente</h3>
226
+ <p class="text-gray-700">Detalhes da estratégia completa que usei para transformar um cliente comum em um cliente premium.</p>
227
+ </div>
228
+ </div>
229
+ </div>
230
+ </div>
231
+ </div>
232
+ </section>
233
+
234
+ <!-- Schedule -->
235
+ <section class="py-16 bg-white">
236
+ <div class="container mx-auto px-4">
237
+ <div class="text-center mb-12">
238
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">CRONOGRAMA DA MASTERCLASS</h2>
239
+ <div class="w-20 h-1 bg-purple-600 mx-auto mb-6"></div>
240
+ </div>
241
+
242
+ <div class="max-w-4xl mx-auto">
243
+ <div class="flex flex-col md:flex-row mb-8 p-6 bg-gray-50 rounded-xl border-l-4 border-purple-600">
244
+ <div class="md:w-1/4 mb-4 md:mb-0">
245
+ <div class="bg-purple-600 text-white rounded-lg py-2 px-4 inline-block">
246
+ <p class="font-bold">DIA 1</p>
247
+ <p class="text-sm">15/11 - 19h</p>
248
+ </div>
249
+ </div>
250
+ <div class="md:w-3/4">
251
+ <h3 class="text-xl font-bold mb-2">Os Pilares da Fidelização</h3>
252
+ <ul class="list-disc list-inside text-gray-700 space-y-1">
253
+ <li>Por que a fidelização é 5x mais barata que captação</li>
254
+ <li>O erro que 90% das empresas cometem com clientes antigos</li>
255
+ <li>Framework completo para mapear o ciclo do seu cliente</li>
256
+ </ul>
257
+ </div>
258
+ </div>
259
+
260
+ <div class="flex flex-col md:flex-row mb-8 p-6 bg-gray-50 rounded-xl border-l-4 border-purple-600">
261
+ <div class="md:w-1/4 mb-4 md:mb-0">
262
+ <div class="bg-purple-600 text-white rounded-lg py-2 px-4 inline-block">
263
+ <p class="font-bold">DIA 2</p>
264
+ <p class="text-sm">16/11 - 19h</p>
265
+ </div>
266
+ </div>
267
+ <div class="md:w-3/4">
268
+ <h3 class="text-xl font-bold mb-2">Estratégias Avançadas de Fidelização</h3>
269
+ <ul class="list-disc list-inside text-gray-700 space-y-1">
270
+ <li>Como criar um programa de fidelidade que realmente funciona</li>
271
+ <li>O segredo do Upsell não invasivo</li>
272
+ <li>Caso real: Como vendi 5 milhões para um único cliente</li>
273
+ <li>Q&A ao vivo para tirar dúvidas</li>
274
+ </ul>
275
+ </div>
276
+ </div>
277
+ </div>
278
+ </div>
279
+ </section>
280
+
281
+ <!-- Bonus -->
282
+ <section class="py-16 gradient-bg text-white">
283
+ <div class="container mx-auto px-4">
284
+ <div class="text-center mb-12">
285
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">BÔNUS EXCLUSIVOS</h2>
286
+ <div class="w-20 h-1 bg-yellow-400 mx-auto mb-6"></div>
287
+ <p class="text-xl opacity-90 max-w-3xl mx-auto">
288
+ Para quem se inscrever até <span class="font-bold underline">dia 10/11</span>, esses bônus serão liberados gratuitamente:
289
+ </p>
290
+ </div>
291
+
292
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-5xl mx-auto">
293
+ <div class="bg-white bg-opacity-10 rounded-xl p-6 border border-white border-opacity-20 hover:border-opacity-40 transition duration-300 card-hover">
294
+ <div class="bg-yellow-400 text-gray-900 rounded-full w-12 h-12 flex items-center justify-center mb-4 mx-auto">
295
+ <i class="fas fa-file-alt text-xl"></i>
296
+ </div>
297
+ <h3 class="text-xl font-bold mb-3 text-center">Checklist de Fidelização</h3>
298
+ <p class="text-center opacity-90">Um guia passo a passo para implementar imediatamente após a masterclass.</p>
299
+ </div>
300
+
301
+ <div class="bg-white bg-opacity-10 rounded-xl p-6 border border-white border-opacity-20 hover:border-opacity-40 transition duration-300 card-hover">
302
+ <div class="bg-yellow-400 text-gray-900 rounded-full w-12 h-12 flex items-center justify-center mb-4 mx-auto">
303
+ <i class="fas fa-envelope text-xl"></i>
304
+ </div>
305
+ <h3 class="text-xl font-bold mb-3 text-center">Modelos de E-mails</h3>
306
+ <p class="text-center opacity-90">Sequências prontas para nutrir seu cliente após a primeira compra.</p>
307
+ </div>
308
+
309
+ <div class="bg-white bg-opacity-10 rounded-xl p-6 border border-white border-opacity-20 hover:border-opacity-40 transition duration-300 card-hover">
310
+ <div class="bg-yellow-400 text-gray-900 rounded-full w-12 h-12 flex items-center justify-center mb-4 mx-auto">
311
+ <i class="fas fa-users text-xl"></i>
312
+ </div>
313
+ <h3 class="text-xl font-bold mb-3 text-center">Grupo Exclusivo</h3>
314
+ <p class="text-center opacity-90">Acesso a comunidade de alunos para networking e dúvidas.</p>
315
+ </div>
316
+ </div>
317
+
318
+ <div class="mt-12 text-center">
319
+ <div class="inline-block bg-red-500 text-white text-sm font-bold py-1 px-3 rounded-full mb-4 animate-pulse">
320
+ <i class="fas fa-exclamation-circle mr-1"></i> BÔNUS POR TEMPO LIMITADO
321
+ </div>
322
+ <p class="text-lg mb-6 max-w-2xl mx-auto">
323
+ Esses bônus estarão disponíveis apenas para quem se inscrever até o dia 10/11. Depois dessa data, o acesso será encerrado.
324
+ </p>
325
+ <a href="#inscricao" class="bg-yellow-400 hover:bg-yellow-300 text-gray-900 font-bold py-4 px-8 rounded-full text-lg inline-block transition duration-300 transform hover:scale-105">
326
+ GARANTIR MEU ACESSO E BÔNUS
327
+ </a>
328
+ </div>
329
+ </div>
330
+ </section>
331
+
332
+ <!-- Testimonials -->
333
+ <section class="py-16 bg-white">
334
+ <div class="container mx-auto px-4">
335
+ <div class="text-center mb-12">
336
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">O QUE DIZEM QUEM JÁ PARTICIPOU</h2>
337
+ <div class="w-20 h-1 bg-purple-600 mx-auto mb-6"></div>
338
+ </div>
339
+
340
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-6xl mx-auto">
341
+ <div class="bg-gray-50 rounded-xl p-6 shadow-sm">
342
+ <div class="flex items-center mb-4">
343
+ <img src="https://randomuser.me/api/portraits/women/43.jpg" alt="Depoimento" class="w-12 h-12 rounded-full mr-4">
344
+ <div>
345
+ <h4 class="font-bold">Carolina S.</h4>
346
+ <div class="flex text-yellow-400">
347
+ <i class="fas fa-star"></i>
348
+ <i class="fas fa-star"></i>
349
+ <i class="fas fa-star"></i>
350
+ <i class="fas fa-star"></i>
351
+ <i class="fas fa-star"></i>
352
+ </div>
353
+ </div>
354
+ </div>
355
+ <p class="text-gray-700">
356
+ "Implementei as estratégias e em 3 meses aumentei em 40% as vendas para clientes antigos. Absurdo de bom!"
357
+ </p>
358
+ </div>
359
+
360
+ <div class="bg-gray-50 rounded-xl p-6 shadow-sm">
361
+ <div class="flex items-center mb-4">
362
+ <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Depoimento" class="w-12 h-12 rounded-full mr-4">
363
+ <div>
364
+ <h4 class="font-bold">Ricardo F.</h4>
365
+ <div class="flex text-yellow-400">
366
+ <i class="fas fa-star"></i>
367
+ <i class="fas fa-star"></i>
368
+ <i class="fas fa-star"></i>
369
+ <i class="fas fa-star"></i>
370
+ <i class="fas fa-star"></i>
371
+ </div>
372
+ </div>
373
+ </div>
374
+ <p class="text-gray-700">
375
+ "O case dos 5 milhões foi revelador. Adaptei para meu negócio e já fechamos um contrato de 12 meses com um cliente."
376
+ </p>
377
+ </div>
378
+
379
+ <div class="bg-gray-50 rounded-xl p-6 shadow-sm">
380
+ <div class="flex items-center mb-4">
381
+ <img src="https://randomuser.me/api/portraits/women/65.jpg" alt="Depoimento" class="w-12 h-12 rounded-full mr-4">
382
+ <div>
383
+ <h4 class="font-bold">Amanda T.</h4>
384
+ <div class="flex text-yellow-400">
385
+ <i class="fas fa-star"></i>
386
+ <i class="fas fa-star"></i>
387
+ <i class="fas fa-star"></i>
388
+ <i class="fas fa-star"></i>
389
+ <i class="fas fa-star"></i>
390
+ </div>
391
+ </div>
392
+ </div>
393
+ <p class="text-gray-700">
394
+ "Finalmente entendi como criar um programa de fidelidade que funciona. Nossos clientes estão comprando 3x mais!"
395
+ </p>
396
+ </div>
397
+ </div>
398
+ </div>
399
+ </section>
400
+
401
+ <!-- CTA -->
402
+ <section id="inscricao" class="py-16 bg-gray-900 text-white">
403
+ <div class="container mx-auto px-4">
404
+ <div class="max-w-4xl mx-auto bg-gray-800 rounded-xl p-8 md:p-12 shadow-lg">
405
+ <div class="text-center mb-8">
406
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">INSCREVA-SE GRATUITAMENTE</h2>
407
+ <div class="w-20 h-1 bg-purple-600 mx-auto mb-6"></div>
408
+ <p class="text-xl opacity-90">
409
+ Preencha o formulário abaixo para garantir sua vaga na Masterclass de Fidelização por apenas <span class="text-yellow-300 font-bold">R$49,97</span>.
410
+ </p>
411
+ </div>
412
+
413
+ <form class="space-y-6">
414
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
415
+ <div>
416
+ <label for="nome" class="block text-sm font-medium mb-1">Nome Completo*</label>
417
+ <input type="text" id="nome" class="w-full px-4 py-3 rounded-lg bg-gray-700 border border-gray-600 focus:border-purple-500 focus:outline-none transition duration-300" required>
418
+ </div>
419
+ <div>
420
+ <label for="email" class="block text-sm font-medium mb-1">E-mail*</label>
421
+ <input type="email" id="email" class="w-full px-4 py-3 rounded-lg bg-gray-700 border border-gray-600 focus:border-purple-500 focus:outline-none transition duration-300" required>
422
+ </div>
423
+ </div>
424
+
425
+ <div>
426
+ <label for="telefone" class="block text-sm font-medium mb-1">WhatsApp*</label>
427
+ <input type="tel" id="telefone" class="w-full px-4 py-3 rounded-lg bg-gray-700 border border-gray-600 focus:border-purple-500 focus:outline-none transition duration-300" required>
428
+ </div>
429
+
430
+ <div>
431
+ <label for="empresa" class="block text-sm font-medium mb-1">Qual seu negócio/área de atuação?*</label>
432
+ <input type="text" id="empresa" class="w-full px-4 py-3 rounded-lg bg-gray-700 border border-gray-600 focus:border-purple-500 focus:outline-none transition duration-300" required>
433
+ </div>
434
+
435
+ <div class="pt-4">
436
+ <button type="submit" class="w-full gradient-bg hover:opacity-90 text-white font-bold py-4 px-6 rounded-lg text-lg transition duration-300 transform hover:scale-105">
437
+ QUERO ME INSCREVER POR R$49,97
438
+ </button>
439
+ </div>
440
+
441
+ <div class="text-center text-sm opacity-80">
442
+ <p>Suas informações estão seguras conosco. Nunca compartilharemos seus dados.</p>
443
+ </div>
444
+ </form>
445
+ </div>
446
+
447
+ <div class="mt-12 text-center">
448
+ <div class="inline-flex items-center bg-red-500 text-white text-sm font-bold py-2 px-4 rounded-full mb-4">
449
+ <i class="fas fa-exclamation-triangle mr-2"></i> VAGAS LIMITADAS
450
+ </div>
451
+ <p class="text-lg mb-6 max-w-2xl mx-auto">
452
+ Devido à interação ao vivo, estamos limitando o número de participantes. Garanta sua vaga agora!
453
+ </p>
454
+ </div>
455
+ </div>
456
+ </section>
457
+
458
+ <!-- FAQ -->
459
+ <section class="py-16 bg-gray-50">
460
+ <div class="container mx-auto px-4">
461
+ <div class="text-center mb-12">
462
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">PERGUNTAS FREQUENTES</h2>
463
+ <div class="w-20 h-1 bg-purple-600 mx-auto mb-6"></div>
464
+ </div>
465
+
466
+ <div class="max-w-3xl mx-auto space-y-4">
467
+ <div class="bg-white rounded-xl shadow-sm overflow-hidden">
468
+ <button class="faq-toggle w-full text-left p-6 focus:outline-none">
469
+ <div class="flex justify-between items-center">
470
+ <h3 class="text-lg font-bold">A masterclass é realmente gratuita?</h3>
471
+ <i class="fas fa-chevron-down transition-transform duration-300"></i>
472
+ </div>
473
+ </button>
474
+ <div class="faq-content px-6 pb-6 hidden">
475
+ <p class="text-gray-700">Sim, a masterclass é 100% gratuita. Nosso objetivo é compartilhar conhecimento valioso sobre fidelização de clientes. Durante o evento, você terá a oportunidade de conhecer nosso trabalho e, se quiser, se aprofundar mais com nossos cursos pagos.</p>
476
+ </div>
477
+ </div>
478
+
479
+ <div class="bg-white rounded-xl shadow-sm overflow-hidden">
480
+ <button class="faq-toggle w-full text-left p-6 focus:outline-none">
481
+ <div class="flex justify-between items-center">
482
+ <h3 class="text-lg font-bold">Como vou receber o acesso?</h3>
483
+ <i class="fas fa-chevron-down transition-transform duration-300"></i>
484
+ </div>
485
+ </button>
486
+ <div class="faq-content px-6 pb-6 hidden">
487
+ <p class="text-gray-700">Imediatamente após sua inscrição, você receberá um e-mail com todas as informações de acesso. Também enviaremos lembretes 1 hora antes de cada dia de aula. As aulas serão transmitidas via Zoom e ficarão gravadas por 7 dias para quem não puder assistir ao vivo.</p>
488
+ </div>
489
+ </div>
490
+
491
+ <div class="bg-white rounded-xl shadow-sm overflow-hidden">
492
+ <button class="faq-toggle w-full text-left p-6 focus:outline-none">
493
+ <div class="flex justify-between items-center">
494
+ <h3 class="text-lg font-bold">Preciso ter experiência em vendas?</h3>
495
+ <i class="fas fa-chevron-down transition-transform duration-300"></i>
496
+ </div>
497
+ </button>
498
+ <div class="faq-content px-6 pb-6 hidden">
499
+ <p class="text-gray-700">Não é necessário. A masterclass foi projetada para ser acessível tanto para iniciantes quanto para profissionais experientes. Vamos desde os conceitos básicos até estratégias avançadas, com exemplos práticos de diferentes setores.</p>
500
+ </div>
501
+ </div>
502
+
503
+ <div class="bg-white rounded-xl shadow-sm overflow-hidden">
504
+ <button class="faq-toggle w-full text-left p-6 focus:outline-none">
505
+ <div class="flex justify-between items-center">
506
+ <h3 class="text-lg font-bold">E se eu não puder assistir ao vivo?</h3>
507
+ <i class="fas fa-chevron-down transition-transform duration-300"></i>
508
+ </div>
509
+ </button>
510
+ <div class="faq-content px-6 pb-6 hidden">
511
+ <p class="text-gray-700">Todas as aulas ficarão gravadas e disponíveis por 7 dias após o evento. Você receberá o link para acessar as gravações mesmo que não possa participar ao vivo. No entanto, recomendamos a participação ao vivo para poder interagir e tirar dúvidas.</p>
512
+ </div>
513
+ </div>
514
+
515
+ <div class="bg-white rounded-xl shadow-sm overflow-hidden">
516
+ <button class="faq-toggle w-full text-left p-6 focus:outline-none">
517
+ <div class="flex justify-between items-center">
518
+ <h3 class="text-lg font-bold">Os bônus têm custo adicional?</h3>
519
+ <i class="fas fa-chevron-down transition-transform duration-300"></i>
520
+ </div>
521
+ </button>
522
+ <div class="faq-content px-6 pb-6 hidden">
523
+ <p class="text-gray-700">Não, todos os bônus são totalmente gratuitos para quem se inscrever dentro do prazo (até 10/11). Você receberá acesso a eles imediatamente após sua inscrição, sem nenhum custo adicional.</p>
524
+ </div>
525
+ </div>
526
+ </div>
527
+ </div>
528
+ </section>
529
+
530
+ <!-- Footer -->
531
+ <footer class="bg-gray-900 text-white py-12">
532
+ <div class="container mx-auto px-4">
533
+ <div class="flex flex-col md:flex-row justify-between items-center">
534
+ <div class="mb-6 md:mb-0">
535
+ <div class="flex items-center">
536
+ <div class="bg-white rounded-full p-2 mr-3">
537
+ <i class="fas fa-crown text-purple-600 text-xl"></i>
538
+ </div>
539
+ <h1 class="text-xl font-bold">Fidelização<span class="text-yellow-300">Master</span></h1>
540
+ </div>
541
+ <p class="mt-2 text-gray-400 text-sm">Transformando clientes ocasionais em compradores fiéis.</p>
542
+ </div>
543
+
544
+ <div class="flex space-x-6">
545
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
546
+ <i class="fab fa-facebook-f text-xl"></i>
547
+ </a>
548
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
549
+ <i class="fab fa-instagram text-xl"></i>
550
+ </a>
551
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
552
+ <i class="fab fa-linkedin-in text-xl"></i>
553
+ </a>
554
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
555
+ <i class="fab fa-youtube text-xl"></i>
556
+ </a>
557
+ </div>
558
+ </div>
559
+
560
+ <div class="border-t border-gray-800 mt-8 pt-8 flex flex-col md:flex-row justify-between items-center">
561
+ <p class="text-gray-500 text-sm mb-4 md:mb-0">© 2023 FidelizaçãoMaster. Todos os direitos reservados.</p>
562
+ <div class="flex space-x-6">
563
+ <a href="#" class="text-gray-500 hover:text-white text-sm transition duration-300">Termos de Uso</a>
564
+ <a href="#" class="text-gray-500 hover:text-white text-sm transition duration-300">Política de Privacidade</a>
565
+ </div>
566
+ </div>
567
+ </div>
568
+ </footer>
569
+
570
+ <script>
571
+ // Countdown Timer
572
+ function updateCountdown() {
573
+ const now = new Date();
574
+ const targetDate = new Date('November 10, 2023 23:59:59');
575
+ const difference = targetDate - now;
576
+
577
+ if (difference <= 0) {
578
+ document.getElementById('countdown').innerHTML = '<p class="text-red-400 font-bold">INSCRIÇÕES ENCERRADAS!</p>';
579
+ return;
580
+ }
581
+
582
+ const days = Math.floor(difference / (1000 * 60 * 60 * 24));
583
+ const hours = Math.floor((difference % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
584
+ const minutes = Math.floor((difference % (1000 * 60 * 60)) / (1000 * 60));
585
+ const seconds = Math.floor((difference % (1000 * 60)) / 1000);
586
+
587
+ document.getElementById('days').textContent = days.toString().padStart(2, '0');
588
+ document.getElementById('hours').textContent = hours.toString().padStart(2, '0');
589
+ document.getElementById('minutes').textContent = minutes.toString().padStart(2, '0');
590
+ document.getElementById('seconds').textContent = seconds.toString().padStart(2, '0');
591
+ }
592
+
593
+ setInterval(updateCountdown, 1000);
594
+ updateCountdown();
595
+
596
+ // FAQ Toggle
597
+ document.querySelectorAll('.faq-toggle').forEach(button => {
598
+ button.addEventListener('click', () => {
599
+ const content = button.nextElementSibling;
600
+ const icon = button.querySelector('i');
601
+
602
+ content.classList.toggle('hidden');
603
+ icon.classList.toggle('rotate-180');
604
+ });
605
+ });
606
+
607
+ // Smooth scrolling for anchor links
608
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
609
+ anchor.addEventListener('click', function (e) {
610
+ e.preventDefault();
611
+
612
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
613
+ behavior: 'smooth'
614
+ });
615
+ });
616
+ });
617
+ </script>
618
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=edsonassisvsx/masterclass" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
619
+ </html>