xlorfx commited on
Commit
027233a
·
verified ·
1 Parent(s): fb18e06

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +603 -19
  3. prompts.txt +2 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Agencia
3
- emoji: 🔥
4
- colorFrom: red
5
- colorTo: green
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: agencia
3
+ emoji: 🐳
4
+ colorFrom: purple
5
+ colorTo: gray
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,603 @@
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
+ <meta name="description" content="Agência Raio-X - Especialistas em Representação IPTV e Internet Ilimitada para Revendedores. Transforme seu negócio digital conosco.">
7
+ <title>Agência Raio-X - Negócios Digitais</title>
8
+ <script src="https://cdn.tailwindcss.com"></script>
9
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
10
+ <style>
11
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
12
+
13
+ body {
14
+ font-family: 'Inter', sans-serif;
15
+ scroll-behavior: smooth;
16
+ background-color: #0a0a0a;
17
+ color: #e5e5e5;
18
+ }
19
+
20
+ .hero-video {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 100%;
25
+ height: 100%;
26
+ object-fit: cover;
27
+ z-index: -1;
28
+ }
29
+
30
+ .hero-overlay {
31
+ background: rgba(0, 0, 0, 0.7);
32
+ }
33
+
34
+ .feature-card {
35
+ transition: all 0.3s ease;
36
+ border: 1px solid #1f1f1f;
37
+ }
38
+
39
+ .feature-card:hover {
40
+ transform: translateY(-5px);
41
+ border-color: #22c55e;
42
+ }
43
+
44
+ .btn-primary {
45
+ background-color: #22c55e;
46
+ transition: all 0.3s ease;
47
+ }
48
+
49
+ .btn-primary:hover {
50
+ background-color: #16a34a;
51
+ }
52
+
53
+ .section-title {
54
+ position: relative;
55
+ display: inline-block;
56
+ }
57
+
58
+ .section-title:after {
59
+ content: '';
60
+ position: absolute;
61
+ bottom: -8px;
62
+ left: 0;
63
+ width: 100%;
64
+ height: 2px;
65
+ background-color: #22c55e;
66
+ }
67
+
68
+ .service-icon {
69
+ background-color: #22c55e;
70
+ color: #0a0a0a;
71
+ }
72
+
73
+ .testimonial-card {
74
+ border: 1px solid #1f1f1f;
75
+ }
76
+
77
+ .form-input {
78
+ background-color: #1f1f1f;
79
+ border: 1px solid #1f1f1f;
80
+ transition: all 0.3s ease;
81
+ }
82
+
83
+ .form-input:focus {
84
+ border-color: #22c55e;
85
+ outline: none;
86
+ }
87
+
88
+ .social-icon {
89
+ background-color: #1f1f1f;
90
+ transition: all 0.3s ease;
91
+ }
92
+
93
+ .social-icon:hover {
94
+ background-color: #22c55e;
95
+ color: #0a0a0a;
96
+ }
97
+
98
+ .nav-link {
99
+ position: relative;
100
+ }
101
+
102
+ .nav-link:after {
103
+ content: '';
104
+ position: absolute;
105
+ bottom: -2px;
106
+ left: 0;
107
+ width: 0;
108
+ height: 1px;
109
+ background-color: #22c55e;
110
+ transition: width 0.3s ease;
111
+ }
112
+
113
+ .nav-link:hover:after {
114
+ width: 100%;
115
+ }
116
+
117
+ .active-nav:after {
118
+ width: 100%;
119
+ }
120
+
121
+ .image-overlay {
122
+ background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
123
+ }
124
+ </style>
125
+ </head>
126
+ <body class="bg-black text-white">
127
+ <!-- Header -->
128
+ <header class="fixed w-full z-50 bg-black bg-opacity-95 transition-all duration-300 border-b border-gray-900">
129
+ <div class="container mx-auto px-4 py-4 flex justify-between items-center">
130
+ <div class="flex items-center">
131
+ <div class="w-10 h-10 rounded-md bg-green-500 flex items-center justify-center">
132
+ <i class="fas fa-bolt text-lg text-black"></i>
133
+ </div>
134
+ <span class="ml-3 text-xl font-semibold">Agência <span class="text-green-500">Raio-X</span></span>
135
+ </div>
136
+
137
+ <nav class="hidden md:block">
138
+ <ul class="flex space-x-8">
139
+ <li><a href="#sobre" class="nav-link active-nav">Sobre</a></li>
140
+ <li><a href="#servicos" class="nav-link">Serviços</a></li>
141
+ <li><a href="#destaques" class="nav-link">Destaques</a></li>
142
+ <li><a href="#contato" class="nav-link">Contato</a></li>
143
+ </ul>
144
+ </nav>
145
+
146
+ <button class="md:hidden text-2xl" id="menu-toggle">
147
+ <i class="fas fa-bars"></i>
148
+ </button>
149
+ </div>
150
+
151
+ <!-- Mobile Menu -->
152
+ <div class="md:hidden hidden bg-black bg-opacity-95 w-full" id="mobile-menu">
153
+ <div class="container mx-auto px-4 py-3">
154
+ <ul class="flex flex-col space-y-4">
155
+ <li><a href="#sobre" class="block py-2 nav-link active-nav">Sobre</a></li>
156
+ <li><a href="#servicos" class="block py-2 nav-link">Serviços</a></li>
157
+ <li><a href="#destaques" class="block py-2 nav-link">Destaques</a></li>
158
+ <li><a href="#contato" class="block py-2 nav-link">Contato</a></li>
159
+ </ul>
160
+ </div>
161
+ </div>
162
+ </header>
163
+
164
+ <!-- Hero Section -->
165
+ <section class="relative h-screen flex items-center justify-center overflow-hidden">
166
+ <video autoplay muted loop class="hero-video">
167
+ <source src="https://assets.mixkit.co/videos/preview/mixkit-businessman-using-digital-tablet-17345-large.mp4" type="video/mp4">
168
+ </video>
169
+
170
+ <div class="hero-overlay absolute inset-0"></div>
171
+
172
+ <div class="container mx-auto px-4 z-10 text-center">
173
+ <h1 class="text-4xl md:text-5xl font-bold mb-6">
174
+ Transforme seu Negócio Digital com a <span class="text-green-500">Agência Raio-X</span>
175
+ </h1>
176
+ <p class="text-lg md:text-xl mb-8 max-w-3xl mx-auto text-gray-300">
177
+ Especialistas em Representação IPTV e Internet Ilimitada para Revendedores.
178
+ </p>
179
+ <a href="https://wa.me/5519997404688" target="_blank" rel="noopener noreferrer" class="btn-primary inline-block text-black font-semibold py-3 px-8 rounded-md text-lg">
180
+ Fale Conosco no WhatsApp
181
+ </a>
182
+ </div>
183
+ </section>
184
+
185
+ <!-- Destaques Section -->
186
+ <section id="destaques" class="py-20 bg-black">
187
+ <div class="container mx-auto px-4">
188
+ <h2 class="text-3xl font-bold mb-16 text-center section-title">
189
+ Nossos <span class="text-green-500">Destaques</span>
190
+ </h2>
191
+
192
+ <div class="grid md:grid-cols-2 gap-8">
193
+ <!-- Feature 1 -->
194
+ <div class="feature-card bg-gray-900 rounded-lg p-6 overflow-hidden">
195
+ <div class="relative h-64 mb-6 rounded-lg overflow-hidden">
196
+ <img src="https://www.canva.com/design/DAGly_dJXjk/w8iJejb4lYKR9cl8WCEuew/watch?utm_content=DAGly_dJXjk&utm_campaign=share_your_design&utm_medium=link2&utm_source=shareyourdesignpanel"
197
+ alt="Representação IPTV"
198
+ class="w-full h-full object-cover">
199
+ <div class="image-overlay absolute inset-0 flex items-end p-6">
200
+ <h3 class="text-2xl font-bold text-white">Representação IPTV</h3>
201
+ </div>
202
+ </div>
203
+ <h3 class="text-xl font-bold mb-4 text-green-500">Representação IPTV para Revendedores</h3>
204
+ <p class="text-gray-400">
205
+ Oferecemos as melhores soluções de IPTV para revendedores, com tecnologia de ponta, estabilidade e suporte especializado. Tenha acesso aos melhores pacotes e condições do mercado.
206
+ </p>
207
+ <div class="mt-6">
208
+ <a href="https://wa.me/5519997404688" target="_blank" rel="noopener noreferrer" class="inline-block border border-green-500 text-green-500 font-medium py-2 px-6 rounded-md hover:bg-green-500 hover:text-black transition duration-300">
209
+ Saiba mais
210
+ </a>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- Feature 2 -->
215
+ <div class="feature-card bg-gray-900 rounded-lg p-6 overflow-hidden">
216
+ <div class="relative h-64 mb-6 rounded-lg overflow-hidden">
217
+ <img src="https://images.unsplash.com/photo-1508514177221-188e1e464088?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
218
+ alt="Internet Ilimitada"
219
+ class="w-full h-full object-cover">
220
+ <div class="image-overlay absolute inset-0 flex items-end p-6">
221
+ <h3 class="text-2xl font-bold text-white">Internet Ilimitada</h3>
222
+ </div>
223
+ </div>
224
+ <h3 class="text-xl font-bold mb-4 text-green-500">Internet Ilimitada para Revendedores</h3>
225
+ <p class="text-gray-400">
226
+ Soluções completas de internet ilimitada para revenda, com alta velocidade e estabilidade. Oferecemos suporte técnico e treinamento para que você possa vender com confiança.
227
+ </p>
228
+ <div class="mt-6">
229
+ <a href="https://wa.me/5519997404688" target="_blank" rel="noopener noreferrer" class="inline-block border border-green-500 text-green-500 font-medium py-2 px-6 rounded-md hover:bg-green-500 hover:text-black transition duration-300">
230
+ Saiba mais
231
+ </a>
232
+ </div>
233
+ </div>
234
+ </div>
235
+ </div>
236
+ </section>
237
+
238
+ <!-- Serviços Section -->
239
+ <section id="servicos" class="py-20 bg-gray-900">
240
+ <div class="container mx-auto px-4">
241
+ <h2 class="text-3xl font-bold mb-16 text-center section-title">
242
+ Outros <span class="text-green-500">Serviços</span>
243
+ </h2>
244
+
245
+ <div class="grid md:grid-cols-3 gap-6">
246
+ <!-- Service 1 -->
247
+ <div class="bg-gray-800 rounded-lg p-8">
248
+ <div class="w-14 h-14 service-icon rounded-full flex items-center justify-center mb-6 mx-auto">
249
+ <i class="fas fa-graduation-cap text-xl"></i>
250
+ </div>
251
+ <h3 class="text-xl font-bold mb-4 text-center text-green-500">Treinamento de Equipe de Vendas</h3>
252
+ <p class="text-gray-400 text-center">
253
+ Capacitação completa para revendedores digitais, com técnicas comprovadas de vendas e atendimento ao cliente.
254
+ </p>
255
+ </div>
256
+
257
+ <!-- Service 2 -->
258
+ <div class="bg-gray-800 rounded-lg p-8">
259
+ <div class="w-14 h-14 service-icon rounded-full flex items-center justify-center mb-6 mx-auto">
260
+ <i class="fas fa-chart-line text-xl"></i>
261
+ </div>
262
+ <h3 class="text-xl font-bold mb-4 text-center text-green-500">Consultoria de Marketing Digital</h3>
263
+ <p class="text-gray-400 text-center">
264
+ Estratégias personalizadas para alavancar seu negócio digital, com foco em resultados e crescimento sustentável.
265
+ </p>
266
+ </div>
267
+
268
+ <!-- Service 3 -->
269
+ <div class="bg-gray-800 rounded-lg p-8">
270
+ <div class="w-14 h-14 service-icon rounded-full flex items-center justify-center mb-6 mx-auto">
271
+ <i class="fas fa-robot text-xl"></i>
272
+ </div>
273
+ <h3 class="text-xl font-bold mb-4 text-center text-green-500">Consultoria de IA para Negócios</h3>
274
+ <p class="text-gray-400 text-center">
275
+ Implementação de soluções de Inteligência Artificial para automatizar processos e aumentar a eficiência do seu negócio.
276
+ </p>
277
+ </div>
278
+ </div>
279
+ </div>
280
+ </section>
281
+
282
+ <!-- Sobre Section -->
283
+ <section id="sobre" class="py-20 bg-black">
284
+ <div class="container mx-auto px-4">
285
+ <div class="flex flex-col md:flex-row items-center">
286
+ <div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
287
+ <div class="relative">
288
+ <img src="https://images.unsplash.com/photo-1580927752452-89d86da3fa0a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=880&q=80"
289
+ alt="Tavinho Falkenback"
290
+ class="rounded-lg shadow-lg w-full max-w-md mx-auto">
291
+ </div>
292
+ </div>
293
+
294
+ <div class="md:w-1/2">
295
+ <h2 class="text-3xl font-bold mb-6 section-title">
296
+ Sobre <span class="text-green-500">Nós</span>
297
+ </h2>
298
+
299
+ <div class="mb-8">
300
+ <p class="text-gray-400 mb-4">
301
+ "Sou Tavinho Falkenback, empreendedor especialista em Marketing Digital e Estratégias de Negócios. Trabalho no mercado online desde 2013 com experiência em Hotmart, Braip, Mercado Livre e Consultorias Estratégicas para Cassinos Online."
302
+ </p>
303
+ <p class="text-gray-400">
304
+ Com a Agência Raio-X, reuni uma equipe de especialistas para oferecer as melhores soluções digitais para revendedores e empreendedores que desejam escalar seus negócios.
305
+ </p>
306
+ </div>
307
+
308
+ <div class="flex flex-wrap gap-3">
309
+ <div class="flex items-center bg-gray-800 rounded-md px-4 py-2">
310
+ <div class="w-8 h-8 bg-green-500 rounded-full flex items-center justify-center mr-2">
311
+ <i class="fas fa-calendar-check text-xs"></i>
312
+ </div>
313
+ <span>10+ anos de experiência</span>
314
+ </div>
315
+
316
+ <div class="flex items-center bg-gray-800 rounded-md px-4 py-2">
317
+ <div class="w-8 h-8 bg-green-500 rounded-full flex items-center justify-center mr-2">
318
+ <i class="fas fa-users text-xs"></i>
319
+ </div>
320
+ <span>500+ clientes atendidos</span>
321
+ </div>
322
+ </div>
323
+ </div>
324
+ </div>
325
+ </div>
326
+ </section>
327
+
328
+ <!-- Testimonials -->
329
+ <section class="py-20 bg-gray-900">
330
+ <div class="container mx-auto px-4">
331
+ <h2 class="text-3xl font-bold mb-16 text-center section-title">
332
+ Depoimentos
333
+ </h2>
334
+
335
+ <div class="grid md:grid-cols-3 gap-8">
336
+ <!-- Testimonial 1 -->
337
+ <div class="testimonial-card bg-gray-800 rounded-lg p-6">
338
+ <div class="flex items-center mb-4">
339
+ <div class="w-12 h-12 rounded-full bg-green-500 flex items-center justify-center text-xl font-bold">
340
+ J
341
+ </div>
342
+ <div class="ml-4">
343
+ <h4 class="font-semibold">João Silva</h4>
344
+ <p class="text-sm text-gray-400">Revendedor IPTV</p>
345
+ </div>
346
+ </div>
347
+ <p class="text-gray-300">
348
+ "A Agência Raio-X transformou meu negócio. Com a representação IPTV, consegui aumentar minhas vendas em 300% em apenas 3 meses."
349
+ </p>
350
+ <div class="mt-4 flex">
351
+ <i class="fas fa-star text-yellow-400"></i>
352
+ <i class="fas fa-star text-yellow-400"></i>
353
+ <i class="fas fa-star text-yellow-400"></i>
354
+ <i class="fas fa-star text-yellow-400"></i>
355
+ <i class="fas fa-star text-yellow-400"></i>
356
+ </div>
357
+ </div>
358
+
359
+ <!-- Testimonial 2 -->
360
+ <div class="testimonial-card bg-gray-800 rounded-lg p-6">
361
+ <div class="flex items-center mb-4">
362
+ <div class="w-12 h-12 rounded-full bg-green-500 flex items-center justify-center text-xl font-bold">
363
+ M
364
+ </div>
365
+ <div class="ml-4">
366
+ <h4 class="font-semibold">Maria Santos</h4>
367
+ <p class="text-sm text-gray-400">Revendedora Internet</p>
368
+ </div>
369
+ </div>
370
+ <p class="text-gray-300">
371
+ "A internet ilimitada da Raio-X é a melhor do mercado. Meus clientes estão satisfeitos e minha renda mensal dobrou."
372
+ </p>
373
+ <div class="mt-4 flex">
374
+ <i class="fas fa-star text-yellow-400"></i>
375
+ <i class="fas fa-star text-yellow-400"></i>
376
+ <i class="fas fa-star text-yellow-400"></i>
377
+ <i class="fas fa-star text-yellow-400"></i>
378
+ <i class="fas fa-star text-yellow-400"></i>
379
+ </div>
380
+ </div>
381
+
382
+ <!-- Testimonial 3 -->
383
+ <div class="testimonial-card bg-gray-800 rounded-lg p-6">
384
+ <div class="flex items-center mb-4">
385
+ <div class="w-12 h-12 rounded-full bg-green-500 flex items-center justify-center text-xl font-bold">
386
+ C
387
+ </div>
388
+ <div class="ml-4">
389
+ <h4 class="font-semibold">Carlos Oliveira</h4>
390
+ <p class="text-sm text-gray-400">Consultor</p>
391
+ </div>
392
+ </div>
393
+ <p class="text-gray-300">
394
+ "A consultoria estratégica da Agência Raio-X me ajudou a estruturar meu negócio digital de forma profissional e lucrativa."
395
+ </p>
396
+ <div class="mt-4 flex">
397
+ <i class="fas fa-star text-yellow-400"></i>
398
+ <i class="fas fa-star text-yellow-400"></i>
399
+ <i class="fas fa-star text-yellow-400"></i>
400
+ <i class="fas fa-star text-yellow-400"></i>
401
+ <i class="fas fa-star text-yellow-400"></i>
402
+ </div>
403
+ </div>
404
+ </div>
405
+ </div>
406
+ </section>
407
+
408
+ <!-- Inspirational Quote -->
409
+ <section class="py-20 bg-black">
410
+ <div class="container mx-auto px-4 text-center">
411
+ <div class="max-w-3xl mx-auto bg-gray-900 rounded-lg p-8">
412
+ <i class="fas fa-quote-left text-3xl text-green-500 mb-4"></i>
413
+ <h3 class="text-2xl font-bold mb-4">
414
+ "Nada adianta você alcançar o sucesso financeiro se não for capaz de ajudar aqueles que só querem um pão."
415
+ </h3>
416
+ <p class="text-gray-400">- Tavinho Falkenback</p>
417
+ </div>
418
+ </div>
419
+ </section>
420
+
421
+ <!-- Contato Section -->
422
+ <section id="contato" class="py-20 bg-gray-900">
423
+ <div class="container mx-auto px-4">
424
+ <h2 class="text-3xl font-bold mb-16 text-center section-title">
425
+ Entre em <span class="text-green-500">Contato</span>
426
+ </h2>
427
+
428
+ <div class="flex flex-col md:flex-row gap-10">
429
+ <div class="md:w-1/2">
430
+ <h3 class="text-2xl font-bold mb-6 text-green-500">Informações de Contato</h3>
431
+
432
+ <div class="space-y-6">
433
+ <div class="flex items-start">
434
+ <div class="w-12 h-12 bg-green-500 rounded-full flex items-center justify-center mr-4 flex-shrink-0">
435
+ <i class="fas fa-phone text-xl text-black"></i>
436
+ </div>
437
+ <div>
438
+ <h4 class="font-bold">Telefone/WhatsApp</h4>
439
+ <a href="https://wa.me/5519997404688" class="text-gray-300 hover:text-green-500 transition duration-300" target="_blank" rel="noopener noreferrer">
440
+ (19) 99740-4688
441
+ </a>
442
+ </div>
443
+ </div>
444
+
445
+ <div class="flex items-start">
446
+ <div class="w-12 h-12 bg-green-500 rounded-full flex items-center justify-center mr-4 flex-shrink-0">
447
+ <i class="fas fa-envelope text-xl text-black"></i>
448
+ </div>
449
+ <div>
450
+ <h4 class="font-bold">E-mail</h4>
451
+ <a href="mailto:[email protected]" class="text-gray-300 hover:text-green-500 transition duration-300">
452
453
+ </a>
454
+ </div>
455
+ </div>
456
+
457
+ <div class="flex items-start">
458
+ <div class="w-12 h-12 bg-green-500 rounded-full flex items-center justify-center mr-4 flex-shrink-0">
459
+ <i class="fas fa-map-marker-alt text-xl text-black"></i>
460
+ </div>
461
+ <div>
462
+ <h4 class="font-bold">Localização</h4>
463
+ <p class="text-gray-300">Campinas, São Paulo - Brasil</p>
464
+ </div>
465
+ </div>
466
+ </div>
467
+
468
+ <h3 class="text-2xl font-bold mt-10 mb-6 text-green-500">Redes Sociais</h3>
469
+ <div class="flex space-x-4">
470
+ <a href="#" class="w-12 h-12 social-icon rounded-full flex items-center justify-center" target="_blank" rel="noopener noreferrer">
471
+ <i class="fab fa-instagram text-xl"></i>
472
+ </a>
473
+ <a href="#" class="w-12 h-12 social-icon rounded-full flex items-center justify-center" target="_blank" rel="noopener noreferrer">
474
+ <i class="fab fa-facebook-f text-xl"></i>
475
+ </a>
476
+ <a href="#" class="w-12 h-12 social-icon rounded-full flex items-center justify-center" target="_blank" rel="noopener noreferrer">
477
+ <i class="fab fa-linkedin-in text-xl"></i>
478
+ </a>
479
+ <a href="#" class="w-12 h-12 social-icon rounded-full flex items-center justify-center" target="_blank" rel="noopener noreferrer">
480
+ <i class="fab fa-youtube text-xl"></i>
481
+ </a>
482
+ </div>
483
+ </div>
484
+
485
+ <div class="md:w-1/2">
486
+ <form id="contact-form" class="bg-gray-800 rounded-lg p-8">
487
+ <h3 class="text-2xl font-bold mb-6 text-green-500">Envie sua Mensagem</h3>
488
+
489
+ <div class="mb-6">
490
+ <label for="name" class="block mb-2 font-medium">Seu Nome</label>
491
+ <input type="text" id="name" class="w-full form-input rounded-md px-4 py-3" required>
492
+ </div>
493
+
494
+ <div class="mb-6">
495
+ <label for="email" class="block mb-2 font-medium">Seu E-mail</label>
496
+ <input type="email" id="email" class="w-full form-input rounded-md px-4 py-3" required>
497
+ </div>
498
+
499
+ <div class="mb-6">
500
+ <label for="message" class="block mb-2 font-medium">Sua Mensagem</label>
501
+ <textarea id="message" rows="5" class="w-full form-input rounded-md px-4 py-3" required></textarea>
502
+ </div>
503
+
504
+ <button type="submit" class="w-full btn-primary font-semibold py-3 px-6 rounded-md">
505
+ Enviar Mensagem
506
+ </button>
507
+ </form>
508
+ </div>
509
+ </div>
510
+ </div>
511
+ </section>
512
+
513
+ <!-- Footer -->
514
+ <footer class="py-10 bg-black border-t border-gray-800">
515
+ <div class="container mx-auto px-4">
516
+ <div class="flex flex-col md:flex-row justify-between items-center">
517
+ <div class="flex items-center mb-6 md:mb-0">
518
+ <div class="w-10 h-10 rounded-md bg-green-500 flex items-center justify-center">
519
+ <i class="fas fa-bolt text-lg text-black"></i>
520
+ </div>
521
+ <span class="ml-3 text-lg font-semibold">Agência <span class="text-green-500">Raio-X</span></span>
522
+ </div>
523
+
524
+ <div class="text-center md:text-right">
525
+ <p class="text-gray-400 mb-2">© 2023 Agência Raio-X. Todos os direitos reservados.</p>
526
+ <p class="text-gray-500 text-sm">Desenvolvido com <i class="fas fa-heart text-red-500"></i> para o sucesso do seu negócio</p>
527
+ </div>
528
+ </div>
529
+ </div>
530
+ </footer>
531
+
532
+ <!-- WhatsApp Float Button -->
533
+ <a href="https://wa.me/5519997404688" target="_blank" rel="noopener noreferrer" class="fixed bottom-6 right-6 w-14 h-14 bg-green-500 rounded-full flex items-center justify-center text-2xl shadow-lg hover:bg-green-600 transition duration-300">
534
+ <i class="fab fa-whatsapp text-black"></i>
535
+ </a>
536
+
537
+ <script>
538
+ // Mobile menu toggle
539
+ document.getElementById('menu-toggle').addEventListener('click', function() {
540
+ const menu = document.getElementById('mobile-menu');
541
+ menu.classList.toggle('hidden');
542
+ });
543
+
544
+ // Close mobile menu when clicking on a link
545
+ document.querySelectorAll('#mobile-menu a').forEach(link => {
546
+ link.addEventListener('click', () => {
547
+ document.getElementById('mobile-menu').classList.add('hidden');
548
+ });
549
+ });
550
+
551
+ // Form submission
552
+ document.getElementById('contact-form').addEventListener('submit', function(e) {
553
+ e.preventDefault();
554
+
555
+ // Get form values
556
+ const name = document.getElementById('name').value;
557
+ const email = document.getElementById('email').value;
558
+ const message = document.getElementById('message').value;
559
+
560
+ // Here you would typically send the data to a server
561
+ // For this example, we'll just show an alert
562
+ alert(`Obrigado, ${name}! Sua mensagem foi enviada com sucesso. Entraremos em contato em breve.`);
563
+
564
+ // Reset form
565
+ this.reset();
566
+ });
567
+
568
+ // Header scroll effect
569
+ window.addEventListener('scroll', function() {
570
+ const header = document.querySelector('header');
571
+ if (window.scrollY > 100) {
572
+ header.classList.add('shadow-lg');
573
+ } else {
574
+ header.classList.remove('shadow-lg');
575
+ }
576
+ });
577
+
578
+ // Active nav link on scroll
579
+ const sections = document.querySelectorAll('section');
580
+ const navLinks = document.querySelectorAll('.nav-link');
581
+
582
+ window.addEventListener('scroll', () => {
583
+ let current = '';
584
+
585
+ sections.forEach(section => {
586
+ const sectionTop = section.offsetTop;
587
+ const sectionHeight = section.clientHeight;
588
+
589
+ if (pageYOffset >= (sectionTop - 300)) {
590
+ current = section.getAttribute('id');
591
+ }
592
+ });
593
+
594
+ navLinks.forEach(link => {
595
+ link.classList.remove('active-nav');
596
+ if (link.getAttribute('href').includes(current)) {
597
+ link.classList.add('active-nav');
598
+ }
599
+ });
600
+ });
601
+ </script>
602
+ <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=xlorfx/agencia" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
603
+ </html>
prompts.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ Crie um site moderno estilo página de vendas para a empresa chamada "Agência Raio-X - Negócios Digitais". ⚙️ Estrutura: - Tema principal: Neon Green (Verde Neon) e Preto. - Vídeo de fundo no topo: relacionado a "ganhar dinheiro online" ou "sucesso financeiro". → Use vídeos gratuitos do site https://www.pexels.com/ ou https://pixabay.com/videos/ - Layout fluido, responsivo para mobile e desktop. - Utilizar fontes modernas, minimalistas, e animações suaves (Framer Motion ou CSS Animations simples). 🖼️ Imagens: - Todas imagens e vídeos devem ser gratuitos de bancos como: → https://unsplash.com/ → https://pixabay.com/ → https://www.pexels.com/ - Se necessário, sugerir as imagens diretamente desses sites. 🎯 Elementos e Conteúdos: 1. **Header (Topo)** - Logo fictícia (Raio-X ou imagem relacionada a tecnologia). - Menu com rolagem suave para seções: "Sobre", "Serviços", "Contato". 2. **Hero Section (Vídeo de Fundo)** - Vídeo de fundo. - Título Impactante: "Transforme seu Negócio Digital com a Agência Raio-X" - Subtítulo: "Especialistas em Representação IPTV e Internet Ilimitada para Revendedores." - Botão de CTA: “Fale Conosco no WhatsApp” (Link direto para o WhatsApp: https://wa.me/5519997404688) 3. **Seção - Nossos Destaques** - **Representação IPTV para Revendedores** - **Internet Ilimitada para Revendedores** - Breves descrições com ícones modernos. 4. **Seção - Outros Serviços** - Treinamento de Equipe de Vendas (Revendedores Digitais) - Consultoria Estratégica de Marketing para Negócios Digitais - Consultoria de Inteligência Artificial para Negócios 5. **Sobre Nós** - Foto de alta qualidade (relacionada a empreendedorismo ou sucesso) - Texto sobre Tavinho Falkenback: > "Sou Tavinho Falkenback, empreendedor especialista em Marketing Digital e Estratégias de Negócios. Trabalho no mercado online desde 2013 com experiência em Hotmart, Braip, Mercado Livre e Consultorias Estratégicas para Cassinos Online." 6. **Frase Inspiradora** - Grande destaque central: > "Nada adianta você alcançar o sucesso financeiro se não for capaz de ajudar aqueles que só querem um pão." 7. **Contato** - Telefone/WhatsApp: (19) 99740-4688 - Formulário de contato simples (Nome, E-mail, Mensagem). - Links para Redes Sociais (placeholders). 📋 Tecnologias sugeridas: - HTML5 - TailwindCSS para estilização moderna (opcional: Bootstrap 5) - React + Framer Motion para animações (se for permitido pelo Deepsite) - SEO básico implementado (title, meta description, etc.) - Imagens otimizadas para performance. 🔒 Segurança: - Certificar-se que todos os links externos abrem em nova aba com `rel="noopener noreferrer"`. - Proteção contra injeção básica nos formulários. - Minificar CSS/JS no deploy final para maior performance. 💡 Extras: Vídeos recomendados para fundo: Vídeos de Dinheiro/Negócios - Pexels Vídeos de Sucesso Empresarial - Pixabay Imagens sugeridas para outras seções: Tecnologia e Empreendedorismo - Unsplash Marketing Digital - Pexels
2
+ esse estilo neon não ficou legal, vamos trocar pela formatação desse exemplo: https://huggingface.co/spaces/ahakobyan/testspace somente use o verde como cor principal para as letras e uma imagem de destaque para IPTV/P2P : https://pin.it/6P7UQHD5n e para Internet ilimitada: https://www.canva.com/design/DAGlykivy0s/uNPC9nuJgZE_Hlem5BIRUg/view?utm_content=DAGlykivy0s&utm_campaign=share_your_design&utm_medium=link2&utm_source=shareyourdesignpanel