luandutra021 commited on
Commit
6f5d949
·
verified ·
1 Parent(s): 9b42061

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +5 -3
  2. index.html +503 -19
  3. prompts.txt +6 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Luan Sites
3
- emoji: 🐢
4
  colorFrom: green
5
  colorTo: purple
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: luan-sites
3
+ emoji: 🐳
4
  colorFrom: green
5
  colorTo: purple
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,503 @@
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" class="dark">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Calculadora de Diagnóstico de Funil | Descubra Onde Você Perde 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
+ <script>
10
+ tailwind.config = {
11
+ darkMode: 'class',
12
+ theme: {
13
+ extend: {
14
+ colors: {
15
+ primary: '#1A1F36',
16
+ secondary: '#2D3748',
17
+ accent: '#3B82F6', // Azul mais vibrante
18
+ accent2: '#60A5FA', // Azul mais claro
19
+ dark: '#0F111A',
20
+ light: '#F8FAFC',
21
+ blueGray: {
22
+ 100: '#F1F5F9',
23
+ 200: '#E2E8F0',
24
+ 300: '#CBD5E0',
25
+ 400: '#94A3B8',
26
+ 500: '#64748B',
27
+ 600: '#475569',
28
+ 700: '#334155',
29
+ 800: '#1E293B',
30
+ 900: '#0F172A'
31
+ }
32
+ },
33
+ animation: {
34
+ 'float': 'float 6s ease-in-out infinite',
35
+ 'float2': 'float 8s ease-in-out infinite',
36
+ 'float3': 'float 10s ease-in-out infinite',
37
+ 'pulse-slow': 'pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite',
38
+ },
39
+ keyframes: {
40
+ float: {
41
+ '0%, 100%': { transform: 'translateY(0)' },
42
+ '50%': { transform: 'translateY(-10px)' },
43
+ },
44
+ pulse: {
45
+ '0%, 100%': { opacity: 1 },
46
+ '50%': { opacity: 0.8 },
47
+ }
48
+ }
49
+ }
50
+ }
51
+ }
52
+ </script>
53
+ <style>
54
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
55
+ body {
56
+ font-family: 'Inter', sans-serif;
57
+ background-color: #0F111A;
58
+ color: #F8FAFC;
59
+ scroll-behavior: smooth;
60
+ }
61
+ .glass-card {
62
+ background: rgba(26, 31, 54, 0.6);
63
+ backdrop-filter: blur(10px);
64
+ -webkit-backdrop-filter: blur(10px);
65
+ border: 1px solid rgba(59, 130, 246, 0.2); // accent
66
+ }
67
+ .testimonial-card {
68
+ background: linear-gradient(145deg, #1A1F36, #0F111A);
69
+ box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
70
+ }
71
+ .pricing-card:hover {
72
+ transform: translateY(-5px);
73
+ border-color: #60A5FA; // accent2
74
+ }
75
+ .feature-icon {
76
+ transition: all 0.3s ease;
77
+ }
78
+ .feature-card:hover .feature-icon {
79
+ transform: scale(1.1);
80
+ }
81
+ .custom-underline {
82
+ position: relative;
83
+ }
84
+ .custom-underline:after {
85
+ content: '';
86
+ position: absolute;
87
+ width: 100%;
88
+ height: 2px;
89
+ bottom: -2px;
90
+ left: 0;
91
+ background: linear-gradient(90deg, #3B82F6, #60A5FA); // accent to accent2
92
+ transform: scaleX(0);
93
+ transition: transform 0.3s ease;
94
+ }
95
+ .custom-underline:hover:after {
96
+ transform: scaleX(1);
97
+ }
98
+ .badge-pulse {
99
+ animation: pulse-slow 2s infinite;
100
+ }
101
+ .status-bad {
102
+ background: linear-gradient(90deg, #E53E3E, #C53030);
103
+ }
104
+ .status-regular {
105
+ background: linear-gradient(90deg, #DD6B20, #ED8936);
106
+ }
107
+ .status-good {
108
+ background: linear-gradient(90deg, #38A169, #2F855A);
109
+ }
110
+ .gradient-text {
111
+ background: linear-gradient(90deg, #3B82F6, #60A5FA); // accent to accent2
112
+ -webkit-background-clip: text;
113
+ background-clip: text;
114
+ color: transparent;
115
+ }
116
+ .gradient-bg {
117
+ background: linear-gradient(90deg, #3B82F6, #60A5FA); // accent to accent2
118
+ }
119
+ </style>
120
+ </head>
121
+ <body class="bg-dark text-light relative overflow-x-hidden">
122
+ <!-- Floating particles background -->
123
+ <div class="absolute inset-0 overflow-hidden pointer-events-none">
124
+ <div class="absolute w-3 h-3 rounded-full bg-accent opacity-20 animation-float" style="top:20%; left:10%"></div>
125
+ <div class="absolute w-4 h-4 rounded-full bg-accent2 opacity-20 animation-float2" style="top:40%; left:20%"></div>
126
+ <div class="absolute w-2 h-2 rounded-full bg-accent opacity-20 animation-float3" style="top:60%; left:50%"></div>
127
+ <div class="absolute w-3 h-3 rounded-full bg-accent2 opacity-20 animation-float" style="top:80%; left:30%"></div>
128
+ </div>
129
+
130
+ <!-- Navigation -->
131
+ <nav class="relative z-50 py-4 px-4 sm:px-10 lg:px-20 xl:px-32 flex justify-between items-center glass-card">
132
+ <div class="flex items-center">
133
+ <span class="text-2xl font-bold gradient-text">FUNILDIAG</span>
134
+ </div>
135
+ <div class="flex items-center space-x-4">
136
+ <button class="px-4 py-2 gradient-bg text-dark font-medium rounded-full hover:opacity-90 transition transform hover:scale-105">
137
+ Área do Cliente
138
+ </button>
139
+ </div>
140
+ </nav>
141
+
142
+ <!-- Hero Section -->
143
+ <section class="relative py-12 px-4 sm:px-10 lg:px-20 xl:px-32 flex flex-col md:flex-row items-center justify-between min-h-[80vh]">
144
+ <div class="md:w-1/2 mb-10 md:mb-0 z-10">
145
+ <div class="inline-flex items-center bg-dark px-4 py-2 rounded-full mb-6 border border-accent">
146
+ <div class="w-2 h-2 rounded-full bg-accent mr-2 animate-pulse"></div>
147
+ <span class="text-sm font-medium">OFERTA POR TEMPO LIMITADO</span>
148
+ </div>
149
+ <h1 class="text-3xl sm:text-4xl lg:text-5xl font-bold leading-tight mb-6">
150
+ ⚠️ A maioria dos gestores de tráfego <span class="gradient-text">PERDE dinheiro</span> por não saber onde o funil está vazando.
151
+ </h1>
152
+ <p class="text-lg sm:text-xl text-blueGray-300 mb-8">
153
+ Descubra em minutos com a calculadora de diagnóstico de funil.
154
+ </p>
155
+
156
+ <div class="glass-card rounded-xl p-6 mb-8">
157
+ <div class="flex items-center justify-between">
158
+ <div>
159
+ <div class="text-3xl font-bold gradient-text">R$47</div>
160
+ <div class="text-sm text-blueGray-400">ou 3x de R$16,23</div>
161
+ </div>
162
+ <div class="badge-pulse bg-accent text-dark px-4 py-2 rounded-full font-bold">
163
+ <i class="fas fa-clock mr-2"></i> 48h restantes
164
+ </div>
165
+ </div>
166
+ </div>
167
+
168
+ <button class="w-full md:w-auto px-8 py-4 gradient-bg text-dark font-bold rounded-lg hover:opacity-90 transition transform hover:scale-105 shadow-lg flex items-center justify-center mb-6">
169
+ <div class="w-4 h-4 rounded-full bg-white mr-3"></div>
170
+ QUERO MEU DIAGNÓSTICO AGORA
171
+ </button>
172
+
173
+ <div class="flex items-center space-x-4">
174
+ <div class="flex -space-x-2">
175
+ <img src="https://randomuser.me/api/portraits/women/1.jpg" class="w-10 h-10 rounded-full border-2 border-dark" alt="User">
176
+ <img src="https://randomuser.me/api/portraits/men/2.jpg" class="w-10 h-10 rounded-full border-2 border-dark" alt="User">
177
+ <img src="https://randomuser.me/api/portraits/women/3.jpg" class="w-10 h-10 rounded-full border-2 border-dark" alt="User">
178
+ </div>
179
+ <div>
180
+ <div class="flex items-center">
181
+ <i class="fas fa-star text-yellow-400 mr-1"></i>
182
+ <span class="font-medium">4.8/5</span>
183
+ </div>
184
+ <p class="text-sm text-blueGray-400">+1.200 gestores já usaram</p>
185
+ </div>
186
+ </div>
187
+ </div>
188
+ <div class="md:w-1/2 flex justify-center z-10">
189
+ <div class="relative animation-float">
190
+ <div class="glass-card p-4 rounded-2xl w-full max-w-md">
191
+ <div class="bg-primary p-4 rounded-xl border border-blueGray-700">
192
+ <div class="text-center mb-4">
193
+ <h3 class="font-bold text-lg mb-1">DIAGNÓSTICO DO SEU FUNIL</h3>
194
+ <div class="text-xs text-blueGray-400">Resultados em tempo real</div>
195
+ </div>
196
+
197
+ <div class="space-y-4 mb-4">
198
+ <div>
199
+ <div class="flex justify-between text-sm mb-1">
200
+ <span>Tráfego</span>
201
+ <span class="font-medium">2.4% CTR</span>
202
+ </div>
203
+ <div class="w-full h-3 rounded-full bg-dark overflow-hidden">
204
+ <div class="h-full status-regular rounded-full" style="width: 65%"></div>
205
+ </div>
206
+ <div class="text-xs text-blueGray-400 mt-1">Meta: >3%</div>
207
+ </div>
208
+
209
+ <div>
210
+ <div class="flex justify-between text-sm mb-1">
211
+ <span>Conversão</span>
212
+ <span class="font-medium">1.8% CVR</span>
213
+ </div>
214
+ <div class="w-full h-3 rounded-full bg-dark overflow-hidden">
215
+ <div class="h-full status-bad rounded-full" style="width: 35%"></div>
216
+ </div>
217
+ <div class="text-xs text-blueGray-400 mt-1">Meta: >3%</div>
218
+ </div>
219
+
220
+ <div>
221
+ <div class="flex justify-between text-sm mb-1">
222
+ <span>Checkout</span>
223
+ <span class="font-medium">22%</span>
224
+ </div>
225
+ <div class="w-full h-3 rounded-full bg-dark overflow-hidden">
226
+ <div class="h-full status-good rounded-full" style="width: 85%"></div>
227
+ </div>
228
+ <div class="text-xs text-blueGray-400 mt-1">Meta: >20%</div>
229
+ </div>
230
+ </div>
231
+
232
+ <div class="bg-dark rounded-lg p-3 text-sm mb-4 border border-blueGray-700">
233
+ <div class="font-bold text-accent mb-1">RECOMENDAÇÃO:</div>
234
+ <p>Seu maior vazamento está na conversão (página de captura). Teste novos headlines e reduza campos no formulário.</p>
235
+ </div>
236
+
237
+ <div class="text-center text-xs text-blueGray-400">
238
+ Diagnóstico gerado em 12/06/2023 às 14:37
239
+ </div>
240
+ </div>
241
+ </div>
242
+ <div class="absolute -inset-4 rounded-2xl bg-gradient-to-br from-accent to-accent2 opacity-20 blur-lg -z-10"></div>
243
+ </div>
244
+ </div>
245
+ </section>
246
+
247
+ <!-- Features Section -->
248
+ <section class="py-16 px-4 sm:px-10 lg:px-20 xl:px-32 bg-gradient-to-b from-primary/50 to-dark/50">
249
+ <div class="max-w-4xl mx-auto">
250
+ <h2 class="text-3xl sm:text-4xl font-bold mb-12 text-center">Diagnostique seu funil de tráfego de forma automática:</h2>
251
+
252
+ <div class="grid md:grid-cols-3 gap-8 mb-12">
253
+ <div class="feature-card glass-card p-6 rounded-xl text-center">
254
+ <div class="w-12 h-12 rounded-full gradient-bg flex items-center justify-center text-xl text-dark mb-4 mx-auto feature-icon">
255
+ <i class="fas fa-keyboard"></i>
256
+ </div>
257
+ <h3 class="text-lg font-bold mb-2">Insira seus dados</h3>
258
+ <p class="text-blueGray-400 text-sm">
259
+ de anúncio e site
260
+ </p>
261
+ </div>
262
+
263
+ <div class="feature-card glass-card p-6 rounded-xl text-center">
264
+ <div class="w-12 h-12 rounded-full gradient-bg flex items-center justify-center text-xl text-dark mb-4 mx-auto feature-icon">
265
+ <i class="fas fa-bolt"></i>
266
+ </div>
267
+ <h3 class="text-lg font-bold mb-2">Receba instantaneamente</h3>
268
+ <p class="text-blueGray-400 text-sm">
269
+ as métricas calculadas
270
+ </p>
271
+ </div>
272
+
273
+ <div class="feature-card glass-card p-6 rounded-xl text-center">
274
+ <div class="w-12 h-12 rounded-full gradient-bg flex items-center justify-center text-xl text-dark mb-4 mx-auto feature-icon">
275
+ <i class="fas fa-search"></i>
276
+ </div>
277
+ <h3 class="text-lg font-bold mb-2">Veja quais etapas</h3>
278
+ <p class="text-blueGray-400 text-sm">
279
+ estão boas e quais estão matando suas vendas
280
+ </p>
281
+ </div>
282
+ </div>
283
+
284
+ <div class="glass-card rounded-xl p-8 text-center max-w-2xl mx-auto">
285
+ <div class="flex justify-center space-x-6 mb-6">
286
+ <div class="flex items-center">
287
+ <i class="fas fa-check-circle text-accent mr-2"></i>
288
+ <span>Sem fórmulas</span>
289
+ </div>
290
+ <div class="flex items-center">
291
+ <i class="fas fa-check-circle text-accent mr-2"></i>
292
+ <span>Sem planilhas</span>
293
+ </div>
294
+ <div class="flex items-center">
295
+ <i class="fas fa-check-circle text-accent mr-2"></i>
296
+ <span>Sem enrolação</span>
297
+ </div>
298
+ </div>
299
+ <button class="px-8 py-4 gradient-bg text-dark font-bold rounded-lg hover:opacity-90 transition transform hover:scale-105">
300
+ QUERO MEU DIAGNÓSTICO
301
+ </button>
302
+ </div>
303
+ </div>
304
+ </section>
305
+
306
+ <!-- Testimonial Section -->
307
+ <section class="py-16 px-4 sm:px-10 lg:px-20 xl:px-32">
308
+ <div class="max-w-4xl mx-auto glass-card rounded-2xl p-8">
309
+ <div class="flex flex-col md:flex-row items-center">
310
+ <div class="md:w-1/3 mb-6 md:mb-0 flex justify-center">
311
+ <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Carlos M." class="w-24 h-24 rounded-full border-4 border-accent">
312
+ </div>
313
+ <div class="md:w-2/3">
314
+ <div class="text-2xl font-bold mb-4">💬 Prova Real</div>
315
+ <blockquote class="text-lg italic mb-4">
316
+ "Estava com ROAS 1.2, achava que o problema era no criativo. Era o checkout. Corrigi e fechei o mês com 3.7."
317
+ </blockquote>
318
+ <div class="font-bold">Carlos M., tráfego pago</div>
319
+ <div class="text-sm text-blueGray-400">Mais de 1.200 usuários já aplicaram!</div>
320
+ </div>
321
+ </div>
322
+ </div>
323
+ </section>
324
+
325
+ <!-- Bonus Section -->
326
+ <section class="py-16 px-4 sm:px-10 lg:px-20 xl:px-32 bg-gradient-to-b from-dark/60 to-primary/30">
327
+ <div class="max-w-4xl mx-auto text-center">
328
+ <h2 class="text-3xl sm:text-4xl font-bold mb-6">🎁 Inclui bônus:</h2>
329
+
330
+ <div class="grid md:grid-cols-2 gap-8 mb-12">
331
+ <div class="glass-card p-6 rounded-xl text-left">
332
+ <div class="w-12 h-12 rounded-lg gradient-bg flex items-center justify-center text-xl text-dark mb-4">
333
+ <i class="fas fa-table"></i>
334
+ </div>
335
+ <h3 class="text-xl font-bold mb-3">Planilha de metas de funil</h3>
336
+ <p class="text-blueGray-400">
337
+ Metas específicas para cada etapa do seu funil baseadas no seu nicho e ticket médio.
338
+ </p>
339
+ </div>
340
+
341
+ <div class="glass-card p-6 rounded-xl text-left">
342
+ <div class="w-12 h-12 rounded-lg gradient-bg flex items-center justify-center text-xl text-dark mb-4">
343
+ <i class="fas fa-tasks"></i>
344
+ </div>
345
+ <h3 class="text-xl font-bold mb-3">Checklist diário de otimização</h3>
346
+ <p class="text-blueGray-400">
347
+ Ações práticas para melhorar cada métrica identificada no diagnóstico.
348
+ </p>
349
+ </div>
350
+ </div>
351
+ </div>
352
+ </section>
353
+
354
+ <!-- CTA Section -->
355
+ <section class="py-16 px-4 sm:px-10 lg:px-20 xl:px-32 bg-gradient-to-br from-accent/10 to-accent2/10">
356
+ <div class="max-w-4xl mx-auto text-center">
357
+ <h2 class="text-3xl sm:text-4xl font-bold mb-6">🔥 Por que agora?</h2>
358
+
359
+ <div class="grid md:grid-cols-3 gap-6 mb-12">
360
+ <div class="glass-card p-6 rounded-xl">
361
+ <div class="text-4xl text-accent mb-3">
362
+ <i class="fas fa-robot"></i>
363
+ </div>
364
+ <h3 class="font-bold mb-2">Diagnóstico 100% automatizado</h3>
365
+ <p class="text-blueGray-400 text-sm">
366
+ Resultados precisos em minutos sem precisar analisar planilhas
367
+ </p>
368
+ </div>
369
+
370
+ <div class="glass-card p-6 rounded-xl">
371
+ <div class="text-4xl text-accent mb-3">
372
+ <i class="fas fa-clock"></i>
373
+ </div>
374
+ <h3 class="font-bold mb-2">Oferta por tempo limitado</h3>
375
+ <p class="text-blueGray-400 text-sm">
376
+ Só até sexta-feira (ou enquanto durar o lote)
377
+ </p>
378
+ </div>
379
+
380
+ <div class="glass-card p-6 rounded-xl">
381
+ <div class="text-4xl text-accent mb-3">
382
+ <i class="fas fa-shield-alt"></i>
383
+ </div>
384
+ <h3 class="font-bold mb-2">Risco zero</h3>
385
+ <p class="text-blueGray-400 text-sm">
386
+ 7 dias de garantia incondicional
387
+ </p>
388
+ </div>
389
+ </div>
390
+
391
+ <button class="px-8 py-4 gradient-bg text-dark font-bold rounded-lg hover:opacity-90 transition transform hover:scale-105 shadow-lg">
392
+ GARANTIR AGORA – AINDA NO PRAZO
393
+ </button>
394
+ </div>
395
+ </section>
396
+
397
+ <!-- FAQ Section -->
398
+ <section class="py-16 px-4 sm:px-10 lg:px-20 xl:px-32">
399
+ <div class="max-w-4xl mx-auto">
400
+ <h2 class="text-3xl sm:text-4xl font-bold mb-12 text-center">🤔 FAQ</h2>
401
+
402
+ <div class="space-y-4">
403
+ <div class="glass-card rounded-xl p-6">
404
+ <h4 class="font-bold text-lg mb-3">Essa calculadora é uma planilha?</h4>
405
+ <p class="text-blueGray-400">
406
+ Não. É uma ferramenta interativa com interface simplificada e diagnósticos automáticos.
407
+ </p>
408
+ </div>
409
+
410
+ <div class="glass-card rounded-xl p-6">
411
+ <h4 class="font-bold text-lg mb-3">Funciona com qualquer nicho?</h4>
412
+ <p class="text-blueGray-400">
413
+ Sim. Basta inserir os dados dos seus anúncios e site.
414
+ </p>
415
+ </div>
416
+
417
+ <div class="glass-card rounded-xl p-6">
418
+ <h4 class="font-bold text-lg mb-3">Preciso entender de métricas avançadas?</h4>
419
+ <p class="text-blueGray-400">
420
+ Não. A calculadora interpreta os números pra você.
421
+ </p>
422
+ </div>
423
+ </div>
424
+ </div>
425
+ </section>
426
+
427
+ <!-- Final CTA -->
428
+ <section class="py-16 px-4 sm:px-10 lg:px-20 xl:px-32 bg-gradient-to-br from-primary to-dark text-center">
429
+ <div class="max-w-3xl mx-auto">
430
+ <h2 class="text-3xl sm:text-4xl font-bold mb-6">Pare de perder dinheiro com funis vazando!</h2>
431
+ <p class="text-lg text-blueGray-300 mb-10">
432
+ Descubra em minutos onde estão seus maiores vazamentos e corrija antes do próximo lançamento.
433
+ </p>
434
+
435
+ <button class="px-8 py-4 gradient-bg text-dark font-bold rounded-lg hover:opacity-90 transition transform hover:scale-105 shadow-lg mb-8">
436
+ QUERO MEU DIAGNÓSTICO AGORA
437
+ </button>
438
+
439
+ <div class="glass-card rounded-xl p-4 inline-block">
440
+ <div class="flex items-center justify-center space-x-4">
441
+ <div class="flex items-center">
442
+ <i class="fas fa-lock text-accent mr-2"></i>
443
+ <span class="text-sm">Pagamento seguro</span>
444
+ </div>
445
+ <div class="h-6 w-px bg-blueGray-700"></div>
446
+ <div class="flex items-center">
447
+ <i class="fas fa-shield-alt text-accent mr-2"></i>
448
+ <span class="text-sm">7 dias de garantia</span>
449
+ </div>
450
+ </div>
451
+ </div>
452
+ </div>
453
+ </section>
454
+
455
+ <!-- Footer -->
456
+ <footer class="py-12 px-4 sm:px-10 lg:px-20 xl:px-32 bg-dark">
457
+ <div class="max-w-6xl mx-auto">
458
+ <div class="flex flex-col md:flex-row justify-between items-center mb-8">
459
+ <div class="text-2xl font-bold gradient-text mb-4 md:mb-0">FUNILDIAG</div>
460
+ <div class="flex space-x-6">
461
+ <a href="mailto:suporte@suaferramenta.com" class="text-blueGray-400 hover:text-accent transition">suporte@suaferramenta.com</a>
462
+ <a href="#" class="text-blueGray-400 hover:text-accent transition">Política de Privacidade</a>
463
+ <a href="#" class="text-blueGray-400 hover:text-accent transition">Termos de Uso</a>
464
+ </div>
465
+ </div>
466
+
467
+ <div class="border-t border-blueGray-800 pt-8 text-center text-blueGray-500 text-sm">
468
+ © 2023 FunilDiag. Todos os direitos reservados.
469
+ </div>
470
+ </div>
471
+ </footer>
472
+
473
+ <script>
474
+ // Smooth scrolling for anchor links
475
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
476
+ anchor.addEventListener('click', function (e) {
477
+ e.preventDefault();
478
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
479
+ behavior: 'smooth'
480
+ });
481
+ });
482
+ });
483
+
484
+ // Countdown timer
485
+ function updateCountdown() {
486
+ const now = new Date();
487
+ const target = new Date();
488
+ target.setDate(now.getDate() + 2); // 48 hours from now
489
+
490
+ const diff = target - now;
491
+
492
+ const hours = Math.floor((diff % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
493
+ const minutes = Math.floor((diff % (1000 * 60 * 60)) / (1000 * 60));
494
+
495
+ document.querySelector('.badge-pulse').innerHTML = `<i class="fas fa-clock mr-2"></i> ${hours}h ${minutes}m restantes`;
496
+ }
497
+
498
+ // Update countdown every minute
499
+ updateCountdown();
500
+ setInterval(updateCountdown, 60000);
501
+ </script>
502
+ <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=luandutra021/luan-sites" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
503
+ </html>
prompts.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ quero que mantenha esse estilo mais com a seguinte copy e estrutura: Primeira Dobra (Topo) [LOGO] ⚠️ A maioria dos gestores de tráfego PERDE dinheiro por não saber onde o funil está vazando. Descubra em minutos com a calculadora de diagnóstico de funil. 💸 Oferta por tempo limitado: R$47 ou 3x de R$16,23 🕒 Desconto disponível por apenas 48h! [🔴 QUERO MEU DIAGNÓSTICO AGORA] 📷 [Imagem destacando o diagnóstico visual com cores “ruim/regular/bom”] Segunda Dobra Diagnostique seu funil de tráfego de forma automática: Insira seus dados de anúncio e site Receba instantaneamente as métricas calculadas Veja quais etapas estão boas e quais estão matando suas vendas ✔️ Sem fórmulas ✔️ Sem planilhas ✔️ Sem enrolação Terceira Dobra 💬 Prova Real: “Estava com ROAS 1.2, achava que o problema era no criativo. Era o checkout. Corrigi e fechei o mês com 3.7.” – Carlos M., tráfego pago Mais de 1.200 usuários já aplicaram! 🎁 Inclui bônus: Planilha de metas de funil + checklist diário de otimização Quarta Dobra 🔥 Por que agora? Diagnóstico 100% automatizado Só até sexta-feira (ou enquanto durar o lote) Risco zero: 7 dias de garantia incondicional [🔴 GARANTIR AGORA – AINDA NO PRAZO] Última Parte (Rodapé) 🤔 FAQ Essa calculadora é uma planilha? Não. É uma ferramenta interativa com interface simplificada e diagnósticos automáticos. Funciona com qualquer nicho? Sim. Basta inserir os dados dos seus anúncios e site. Preciso entender de métricas avançadas? Não. A calculadora interpreta os números pra você. 📩 Suporte: suporte@suaferramenta.com | Política de Privacidade | Termos de Uso
2
+ quero que mantenha esse estilo mais com a seguinte copy e estrutura: Primeira Dobra (Topo) [LOGO] ⚠️ A maioria dos gestores de tráfego PERDE dinheiro por não saber onde o funil está vazando. Descubra em minutos com a calculadora de diagnóstico de funil. 💸 Oferta por tempo limitado: R$47 ou 3x de R$16,23 🕒 Desconto disponível por apenas 48h! [🔴 QUERO MEU DIAGNÓSTICO AGORA] 📷 [Imagem destacando o diagnóstico visual com cores “ruim/regular/bom”] Segunda Dobra Diagnostique seu funil de tráfego de forma automática: Insira seus dados de anúncio e site Receba instantaneamente as métricas calculadas Veja quais etapas estão boas e quais estão matando suas vendas ✔️ Sem fórmulas ✔️ Sem planilhas ✔️ Sem enrolação Terceira Dobra 💬 Prova Real: “Estava com ROAS 1.2, achava que o problema era no criativo. Era o checkout. Corrigi e fechei o mês com 3.7.” – Carlos M., tráfego pago Mais de 1.200 usuários já aplicaram! 🎁 Inclui bônus: Planilha de metas de funil + checklist diário de otimização Quarta Dobra 🔥 Por que agora? Diagnóstico 100% automatizado Só até sexta-feira (ou enquanto durar o lote) Risco zero: 7 dias de garantia incondicional [🔴 GARANTIR AGORA – AINDA NO PRAZO] Última Parte (Rodapé) 🤔 FAQ Essa calculadora é uma planilha? Não. É uma ferramenta interativa com interface simplificada e diagnósticos automáticos. Funciona com qualquer nicho? Sim. Basta inserir os dados dos seus anúncios e site. Preciso entender de métricas avançadas? Não. A calculadora interpreta os números pra você. 📩 Suporte: suporte@suaferramenta.com | Política de Privacidade | Termos de Uso
3
+ muito bom, porem queria que preservasse as cores anterior
4
+ gostaria que voltasse com os tons de azul anterior
5
+ queria o azul degrade do modelo original
6
+ queria o azul degrade do modelo original