LIMATEC commited on
Commit
e35f7cb
·
verified ·
1 Parent(s): f871309

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +619 -19
  3. prompts.txt +3 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Limaprint
3
- emoji: 👁
4
- colorFrom: red
5
- colorTo: red
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: limaprint
3
+ emoji: 🐳
4
+ colorFrom: green
5
+ colorTo: yellow
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>LIMAPRINT3D - Impressão 3D Profissional</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
+ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
11
+
12
+ body {
13
+ font-family: 'Poppins', sans-serif;
14
+ background-color: #000;
15
+ color: #fff;
16
+ }
17
+
18
+ .logo {
19
+ font-family: 'Poppins', sans-serif;
20
+ font-weight: 700;
21
+ color: #fff;
22
+ position: relative;
23
+ }
24
+
25
+ .logo-3d {
26
+ font-size: 0.6em;
27
+ position: absolute;
28
+ top: -0.8em;
29
+ right: 0;
30
+ color: #fff;
31
+ background-color: #f97316;
32
+ padding: 0 0.3em;
33
+ border-radius: 3px;
34
+ }
35
+
36
+ .slogan {
37
+ color: #fff;
38
+ font-style: italic;
39
+ font-size: 0.8rem;
40
+ }
41
+
42
+ .banner {
43
+ height: 500px;
44
+ background-size: cover;
45
+ background-position: center;
46
+ transition: background-image 0.5s ease-in-out;
47
+ }
48
+
49
+ .product-card {
50
+ transition: transform 0.3s ease, box-shadow 0.3s ease;
51
+ background-color: #111;
52
+ border: 1px solid #333;
53
+ }
54
+
55
+ .product-card:hover {
56
+ transform: translateY(-5px);
57
+ box-shadow: 0 10px 20px rgba(249, 115, 22, 0.2);
58
+ border-color: #f97316;
59
+ }
60
+
61
+ .service-icon {
62
+ color: #f97316;
63
+ font-size: 2.5rem;
64
+ }
65
+
66
+ .nav-link {
67
+ position: relative;
68
+ }
69
+
70
+ .nav-link::after {
71
+ content: '';
72
+ position: absolute;
73
+ width: 0;
74
+ height: 2px;
75
+ bottom: 0;
76
+ left: 0;
77
+ background-color: #f97316;
78
+ transition: width 0.3s ease;
79
+ }
80
+
81
+ .nav-link:hover::after {
82
+ width: 100%;
83
+ }
84
+
85
+ .btn-primary {
86
+ background-color: #f97316;
87
+ transition: all 0.3s ease;
88
+ }
89
+
90
+ .btn-primary:hover {
91
+ background-color: #ea580c;
92
+ transform: translateY(-2px);
93
+ box-shadow: 0 4px 8px rgba(249, 115, 22, 0.3);
94
+ }
95
+
96
+ .section-title {
97
+ position: relative;
98
+ display: inline-block;
99
+ }
100
+
101
+ .section-title::after {
102
+ content: '';
103
+ position: absolute;
104
+ width: 50%;
105
+ height: 3px;
106
+ bottom: -5px;
107
+ left: 25%;
108
+ background-color: #f97316;
109
+ }
110
+
111
+ .banner-overlay {
112
+ background-color: rgba(0, 0, 0, 0.5);
113
+ }
114
+
115
+ .footer-link:hover {
116
+ color: #f97316;
117
+ }
118
+
119
+ .product-grid {
120
+ display: grid;
121
+ grid-template-columns: repeat(5, 1fr);
122
+ gap: 1.5rem;
123
+ }
124
+
125
+ @media (max-width: 1280px) {
126
+ .product-grid {
127
+ grid-template-columns: repeat(3, 1fr);
128
+ }
129
+ }
130
+
131
+ @media (max-width: 768px) {
132
+ .product-grid {
133
+ grid-template-columns: repeat(2, 1fr);
134
+ }
135
+ }
136
+
137
+ @media (max-width: 480px) {
138
+ .product-grid {
139
+ grid-template-columns: 1fr;
140
+ }
141
+ }
142
+ </style>
143
+ </head>
144
+ <body>
145
+ <!-- Header -->
146
+ <header class="sticky top-0 z-50 bg-black bg-opacity-90 backdrop-blur-sm border-b border-gray-800">
147
+ <div class="container mx-auto px-4 py-3 flex justify-between items-center">
148
+ <div class="flex items-center space-x-2">
149
+ <div class="w-10 h-10 rounded-full bg-orange-500 flex items-center justify-center">
150
+ <i class="fas fa-cube text-white text-xl"></i>
151
+ </div>
152
+ <div class="relative">
153
+ <h1 class="logo text-2xl">LIMAPRINT<span class="logo-3d">3D</span></h1>
154
+ <p class="slogan text-white">Dando forma às suas ideias, camada por camada!</p>
155
+ </div>
156
+ </div>
157
+
158
+ <nav class="hidden md:flex space-x-8">
159
+ <a href="#home" class="nav-link text-white hover:text-orange-500">Início</a>
160
+ <a href="#services" class="nav-link text-white hover:text-orange-500">Serviços</a>
161
+ <a href="#products" class="nav-link text-white hover:text-orange-500">Produtos</a>
162
+ <a href="#about" class="nav-link text-white hover:text-orange-500">Sobre</a>
163
+ <a href="#contact" class="nav-link text-white hover:text-orange-500">Contato</a>
164
+ </nav>
165
+
166
+ <button class="md:hidden text-white">
167
+ <i class="fas fa-bars text-2xl"></i>
168
+ </button>
169
+ </div>
170
+ </header>
171
+
172
+ <!-- Hero Banner with Slider -->
173
+ <section id="home" class="banner relative" style="background-image: url('https://images.unsplash.com/photo-1581094271901-8022df4466f9?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');">
174
+ <div class="banner-overlay absolute inset-0 flex items-center">
175
+ <div class="container mx-auto px-4">
176
+ <div class="max-w-2xl">
177
+ <h1 class="text-4xl md:text-5xl lg:text-6xl font-bold text-white mb-4">Tecnologia 3D para <span class="text-orange-500">transformar</span> suas ideias</h1>
178
+ <p class="text-lg text-gray-300 mb-8">Da prototipagem rápida à produção de peças técnicas, oferecemos soluções personalizadas em impressão 3D com qualidade industrial.</p>
179
+ <div class="flex space-x-4">
180
+ <a href="#products" class="btn-primary text-white px-6 py-3 rounded-lg font-medium">Nossos Produtos</a>
181
+ <a href="#contact" class="border border-orange-500 text-orange-500 px-6 py-3 rounded-lg font-medium hover:bg-orange-500 hover:text-white transition">Orçamento</a>
182
+ </div>
183
+ </div>
184
+ </div>
185
+ </div>
186
+ </section>
187
+
188
+ <!-- Services -->
189
+ <section id="services" class="py-16 bg-gray-900">
190
+ <div class="container mx-auto px-4">
191
+ <h2 class="section-title text-3xl font-bold text-center mb-12">Nossos <span class="text-orange-500">Serviços</span></h2>
192
+
193
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
194
+ <!-- Service 1 -->
195
+ <div class="bg-gray-800 rounded-xl p-6 text-center hover:bg-gray-700 transition">
196
+ <div class="h-40 mb-4 flex items-center justify-center">
197
+ <img src="https://images.unsplash.com/photo-1623874514711-0f824325a17d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Prototipagem Rápida" class="h-full w-full object-cover rounded-lg">
198
+ </div>
199
+ <h3 class="text-xl font-semibold mb-3">Prototipagem Rápida</h3>
200
+ <p class="text-gray-300">Transforme seus conceitos em protótipos funcionais rapidamente, permitindo testes e validações antes da produção em larga escala.</p>
201
+ </div>
202
+
203
+ <!-- Service 2 -->
204
+ <div class="bg-gray-800 rounded-xl p-6 text-center hover:bg-gray-700 transition">
205
+ <div class="h-40 mb-4 flex items-center justify-center">
206
+ <img src="https://images.unsplash.com/photo-1620395458835-5a8a4c4f0a7e?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Peças Técnicas" class="h-full w-full object-cover rounded-lg">
207
+ </div>
208
+ <h3 class="text-xl font-semibold mb-3">Peças Técnicas</h3>
209
+ <p class="text-gray-300">Produção de componentes técnicos com alta precisão dimensional e resistência mecânica para aplicações industriales.</p>
210
+ </div>
211
+
212
+ <!-- Service 3 -->
213
+ <div class="bg-gray-800 rounded-xl p-6 text-center hover:bg-gray-700 transition">
214
+ <div class="h-40 mb-4 flex items-center justify-center">
215
+ <img src="https://images.unsplash.com/photo-1623341214821-7e9944b106ed?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Acabamento Personalizado" class="h-full w-full object-cover rounded-lg">
216
+ </div>
217
+ <h3 class="text-xl font-semibold mb-3">Acabamento Personalizado</h3>
218
+ <p class="text-gray-300">Serviços de pós-processamento incluindo lixamento, pintura, metalização e outros tratamentos superficiais.</p>
219
+ </div>
220
+
221
+ <!-- Service 4 -->
222
+ <div class="bg-gray-800 rounded-xl p-6 text-center hover:bg-gray-700 transition">
223
+ <div class="h-40 mb-4 flex items-center justify-center">
224
+ <img src="https://images.unsplash.com/photo-1623341214821-7e9944b106ed?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Modelagem 3D" class="h-full w-full object-cover rounded-lg">
225
+ </div>
226
+ <h3 class="text-xl font-semibold mb-3">Modelagem 3D</h3>
227
+ <p class="text-gray-300">Criação e otimização de modelos 3D para impressão, garantindo a melhor orientação e suportes para sua peça.</p>
228
+ </div>
229
+
230
+ <!-- Service 5 -->
231
+ <div class="bg-gray-800 rounded-xl p-6 text-center hover:bg-gray-700 transition">
232
+ <div class="h-40 mb-4 flex items-center justify-center">
233
+ <img src="https://images.unsplash.com/photo-1620395458835-5a8a4c4f0a7e?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Peças Sob Demanda" class="h-full w-full object-cover rounded-lg">
234
+ </div>
235
+ <h3 class="text-xl font-semibold mb-3">Peças Sob Demanda</h3>
236
+ <p class="text-gray-300">Produção de peças únicas ou pequenas séries conforme sua necessidade, sem custos de moldagem ou ferramental.</p>
237
+ </div>
238
+
239
+ <!-- Service 6 -->
240
+ <div class="bg-gray-800 rounded-xl p-6 text-center hover:bg-gray-700 transition">
241
+ <div class="h-40 mb-4 flex items-center justify-center">
242
+ <img src="https://images.unsplash.com/photo-1623341214821-7e9944b106ed?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Reparos e Substituição" class="h-full w-full object-cover rounded-lg">
243
+ </div>
244
+ <h3 class="text-xl font-semibold mb-3">Reparos e Substituição</h3>
245
+ <p class="text-gray-300">Replicação de peças quebradas ou descontinuadas, mantendo seu equipamento em funcionamento.</p>
246
+ </div>
247
+ </div>
248
+ </div>
249
+ </section>
250
+
251
+ <!-- Products -->
252
+ <section id="products" class="py-16 bg-black">
253
+ <div class="container mx-auto px-4">
254
+ <h2 class="section-title text-3xl font-bold text-center mb-12">Nossos <span class="text-orange-500">Produtos</span></h2>
255
+
256
+ <div class="product-grid">
257
+ <!-- Product 1 -->
258
+ <div class="product-card rounded-lg overflow-hidden">
259
+ <div class="h-48 bg-gray-800 flex items-center justify-center">
260
+ <img src="https://images.unsplash.com/photo-1623874514711-0f824325a17d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Peças técnicas em 3D" class="w-full h-full object-cover">
261
+ </div>
262
+ <div class="p-6">
263
+ <h3 class="text-xl font-semibold mb-2">Peças Técnicas em ABS</h3>
264
+ <p class="text-gray-400 mb-4">Componentes industriais resistentes produzidos em ABS com alta precisão dimensional.</p>
265
+ <div class="flex justify-between items-center">
266
+ <span class="text-orange-500 font-bold">A partir de R$ 45,00</span>
267
+ <button class="btn-primary px-4 py-2 rounded-lg text-sm">Detalhes</button>
268
+ </div>
269
+ </div>
270
+ </div>
271
+
272
+ <!-- Product 2 -->
273
+ <div class="product-card rounded-lg overflow-hidden">
274
+ <div class="h-48 bg-gray-800 flex items-center justify-center">
275
+ <img src="https://images.unsplash.com/photo-1620395458835-5a8a4c4f0a7e?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Prototipagem rápida" class="w-full h-full object-cover">
276
+ </div>
277
+ <div class="p-6">
278
+ <h3 class="text-xl font-semibold mb-2">Prototipagem em PLA</h3>
279
+ <p class="text-gray-400 mb-4">Modelos conceituais e funcionais em PLA, ideal para validação de projetos.</p>
280
+ <div class="flex justify-between items-center">
281
+ <span class="text-orange-500 font-bold">A partir de R$ 30,00</span>
282
+ <button class="btn-primary px-4 py-2 rounded-lg text-sm">Detalhes</button>
283
+ </div>
284
+ </div>
285
+ </div>
286
+
287
+ <!-- Product 3 -->
288
+ <div class="product-card rounded-lg overflow-hidden">
289
+ <div class="h-48 bg-gray-800 flex items-center justify-center">
290
+ <img src="https://images.unsplash.com/photo-1623341214821-7e9944b106ed?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Peças em PETG" class="w-full h-full object-cover">
291
+ </div>
292
+ <div class="p-6">
293
+ <h3 class="text-xl font-semibold mb-2">Peças em PETG</h3>
294
+ <p class="text-gray-400 mb-4">Material com excelente resistência química e térmica para aplicações específicas.</p>
295
+ <div class="flex justify-between items-center">
296
+ <span class="text-orange-500 font-bold">A partir de R$ 55,00</span>
297
+ <button class="btn-primary px-4 py-2 rounded-lg text-sm">Detalhes</button>
298
+ </div>
299
+ </div>
300
+ </div>
301
+
302
+ <!-- Product 4 -->
303
+ <div class="product-card rounded-lg overflow-hidden">
304
+ <div class="h-48 bg-gray-800 flex items-center justify-center">
305
+ <img src="https://images.unsplash.com/photo-1623874514711-0f824325a17d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Peças flexíveis" class="w-full h-full object-cover">
306
+ </div>
307
+ <div class="p-6">
308
+ <h3 class="text-xl font-semibold mb-2">Peças Flexíveis em TPU</h3>
309
+ <p class="text-gray-400 mb-4">Componentes com propriedades elásticas para aplicações que exigem flexibilidade.</p>
310
+ <div class="flex justify-between items-center">
311
+ <span class="text-orange-500 font-bold">A partir de R$ 65,00</span>
312
+ <button class="btn-primary px-4 py-2 rounded-lg text-sm">Detalhes</button>
313
+ </div>
314
+ </div>
315
+ </div>
316
+
317
+ <!-- Product 5 -->
318
+ <div class="product-card rounded-lg overflow-hidden">
319
+ <div class="h-48 bg-gray-800 flex items-center justify-center">
320
+ <img src="https://images.unsplash.com/photo-1620395458835-5a8a4c4f0a7e?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Peças em resina" class="w-full h-full object-cover">
321
+ </div>
322
+ <div class="p-6">
323
+ <h3 class="text-xl font-semibold mb-2">Peças em Resina</h3>
324
+ <p class="text-gray-400 mb-4">Alta resolução e acabamento superficial superior para peças detalhadas.</p>
325
+ <div class="flex justify-between items-center">
326
+ <span class="text-orange-500 font-bold">A partir de R$ 75,00</span>
327
+ <button class="btn-primary px-4 py-2 rounded-lg text-sm">Detalhes</button>
328
+ </div>
329
+ </div>
330
+ </div>
331
+
332
+ <!-- Product 6 -->
333
+ <div class="product-card rounded-lg overflow-hidden">
334
+ <div class="h-48 bg-gray-800 flex items-center justify-center">
335
+ <img src="https://images.unsplash.com/photo-1623341214821-7e9944b106ed?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Peças em nylon" class="w-full h-full object-cover">
336
+ </div>
337
+ <div class="p-6">
338
+ <h3 class="text-xl font-semibold mb-2">Peças em Nylon</h3>
339
+ <p class="text-gray-400 mb-4">Material de engenharia com excelente resistência mecânica e térmica.</p>
340
+ <div class="flex justify-between items-center">
341
+ <span class="text-orange-500 font-bold">A partir de R$ 90,00</span>
342
+ <button class="btn-primary px-4 py-2 rounded-lg text-sm">Detalhes</button>
343
+ </div>
344
+ </div>
345
+ </div>
346
+
347
+ <!-- Product 7 -->
348
+ <div class="product-card rounded-lg overflow-hidden">
349
+ <div class="h-48 bg-gray-800 flex items-center justify-center">
350
+ <img src="https://images.unsplash.com/photo-1623874514711-0f824325a17d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Peças em policarbonato" class="w-full h-full object-cover">
351
+ </div>
352
+ <div class="p-6">
353
+ <h3 class="text-xl font-semibold mb-2">Peças em Policarbonato</h3>
354
+ <p class="text-gray-400 mb-4">Alta resistência ao impacto e transparência para aplicações específicas.</p>
355
+ <div class="flex justify-between items-center">
356
+ <span class="text-orange-500 font-bold">A partir de R$ 85,00</span>
357
+ <button class="btn-primary px-4 py-2 rounded-lg text-sm">Detalhes</button>
358
+ </div>
359
+ </div>
360
+ </div>
361
+
362
+ <!-- Product 8 -->
363
+ <div class="product-card rounded-lg overflow-hidden">
364
+ <div class="h-48 bg-gray-800 flex items-center justify-center">
365
+ <img src="https://images.unsplash.com/photo-1620395458835-5a8a4c4f0a7e?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Peças em fibra de carbono" class="w-full h-full object-cover">
366
+ </div>
367
+ <div class="p-6">
368
+ <h3 class="text-xl font-semibold mb-2">Peças em Fibra de Carbono</h3>
369
+ <p class="text-gray-400 mb-4">Alta resistência mecânica com baixo peso para aplicações avançadas.</p>
370
+ <div class="flex justify-between items-center">
371
+ <span class="text-orange-500 font-bold">A partir de R$ 120,00</span>
372
+ <button class="btn-primary px-4 py-2 rounded-lg text-sm">Detalhes</button>
373
+ </div>
374
+ </div>
375
+ </div>
376
+
377
+ <!-- Product 9 -->
378
+ <div class="product-card rounded-lg overflow-hidden">
379
+ <div class="h-48 bg-gray-800 flex items-center justify-center">
380
+ <img src="https://images.unsplash.com/photo-1623341214821-7e9944b106ed?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Peças em HIPS" class="w-full h-full object-cover">
381
+ </div>
382
+ <div class="p-6">
383
+ <h3 class="text-xl font-semibold mb-2">Peças em HIPS</h3>
384
+ <p class="text-gray-400 mb-4">Material solúvel em limoneno, ideal para suportes complexos.</p>
385
+ <div class="flex justify-between items-center">
386
+ <span class="text-orange-500 font-bold">A partir de R$ 50,00</span>
387
+ <button class="btn-primary px-4 py-2 rounded-lg text-sm">Detalhes</button>
388
+ </div>
389
+ </div>
390
+ </div>
391
+
392
+ <!-- Product 10 -->
393
+ <div class="product-card rounded-lg overflow-hidden">
394
+ <div class="h-48 bg-gray-800 flex items-center justify-center">
395
+ <img src="https://images.unsplash.com/photo-1623874514711-0f824325a17d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Peças em PVA" class="w-full h-full object-cover">
396
+ </div>
397
+ <div class="p-6">
398
+ <h3 class="text-xl font-semibold mb-2">Peças em PVA</h3>
399
+ <p class="text-gray-400 mb-4">Material solúvel em água para suportes complexos em impressão dual.</p>
400
+ <div class="flex justify-between items-center">
401
+ <span class="text-orange-500 font-bold">A partir de R$ 70,00</span>
402
+ <button class="btn-primary px-4 py-2 rounded-lg text-sm">Detalhes</button>
403
+ </div>
404
+ </div>
405
+ </div>
406
+ </div>
407
+
408
+ <div class="text-center mt-12">
409
+ <a href="#" class="btn-primary inline-block px-8 py-3 rounded-lg font-medium">Ver Todos os Produtos</a>
410
+ </div>
411
+ </div>
412
+ </section>
413
+
414
+ <!-- About -->
415
+ <section id="about" class="py-16 bg-gray-900">
416
+ <div class="container mx-auto px-4">
417
+ <div class="flex flex-col lg:flex-row items-center">
418
+ <div class="lg:w-1/2 mb-8 lg:mb-0 lg:pr-12">
419
+ <h2 class="section-title text-3xl font-bold mb-6">Sobre a <span class="text-orange-500">LIMAPRINT3D</span></h2>
420
+ <p class="text-gray-300 mb-4">Fundada em 2018, a LIMAPRINT3D surgiu com a missão de democratizar o acesso à tecnologia de impressão 3D profissional, oferecendo soluções personalizadas para empresas e profissionais criativos.</p>
421
+ <p class="text-gray-300 mb-6">Com uma equipe de engenheiros e designers especializados, investimos continuamente em equipamentos de última geração e materiais de alta qualidade para atender às demandas mais exigentes do mercado.</p>
422
+
423
+ <div class="grid grid-cols-2 gap-4 mb-6">
424
+ <div class="bg-gray-800 p-4 rounded-lg">
425
+ <div class="text-orange-500 text-2xl mb-2">
426
+ <i class="fas fa-print"></i>
427
+ </div>
428
+ <h3 class="font-semibold mb-1">+15 Impressoras</h3>
429
+ <p class="text-sm text-gray-400">Tecnologias FDM, SLA e SLS</p>
430
+ </div>
431
+ <div class="bg-gray-800 p-4 rounded-lg">
432
+ <div class="text-orange-500 text-2xl mb-2">
433
+ <i class="fas fa-project-diagram"></i>
434
+ </div>
435
+ <h3 class="font-semibold mb-1">+500 Projetos</h3>
436
+ <p class="text-sm text-gray-400">Realizados com sucesso</p>
437
+ </div>
438
+ </div>
439
+
440
+ <a href="#contact" class="btn-primary inline-block px-6 py-3 rounded-lg font-medium">Fale Conosco</a>
441
+ </div>
442
+
443
+ <div class="lg:w-1/2">
444
+ <div class="bg-gray-800 rounded-xl overflow-hidden">
445
+ <img src="https://images.unsplash.com/photo-1623874514711-0f824325a17d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Equipe LIMAPRINT3D" class="w-full h-auto object-cover">
446
+ </div>
447
+ </div>
448
+ </div>
449
+ </div>
450
+ </section>
451
+
452
+ <!-- Contact -->
453
+ <section id="contact" class="py-16 bg-black">
454
+ <div class="container mx-auto px-4">
455
+ <h2 class="section-title text-3xl font-bold text-center mb-12">Entre em <span class="text-orange-500">Contato</span></h2>
456
+
457
+ <div class="flex flex-col lg:flex-row gap-12">
458
+ <div class="lg:w-1/2">
459
+ <form class="space-y-6">
460
+ <div>
461
+ <label for="name" class="block text-gray-300 mb-2">Nome</label>
462
+ <input type="text" id="name" class="w-full px-4 py-3 bg-gray-800 border border-gray-700 rounded-lg focus:outline-none focus:ring-2 focus:ring-orange-500 text-white">
463
+ </div>
464
+ <div>
465
+ <label for="email" class="block text-gray-300 mb-2">E-mail</label>
466
+ <input type="email" id="email" class="w-full px-4 py-3 bg-gray-800 border border-gray-700 rounded-lg focus:outline-none focus:ring-2 focus:ring-orange-500 text-white">
467
+ </div>
468
+ <div>
469
+ <label for="phone" class="block text-gray-300 mb-2">Telefone</label>
470
+ <input type="tel" id="phone" class="w-full px-4 py-3 bg-gray-800 border border-gray-700 rounded-lg focus:outline-none focus:ring-2 focus:ring-orange-500 text-white">
471
+ </div>
472
+ <div>
473
+ <label for="message" class="block text-gray-300 mb-2">Mensagem</label>
474
+ <textarea id="message" rows="5" class="w-full px-4 py-3 bg-gray-800 border border-gray-700 rounded-lg focus:outline-none focus:ring-2 focus:ring-orange-500 text-white"></textarea>
475
+ </div>
476
+ <button type="submit" class="btn-primary w-full py-3 rounded-lg font-medium">Enviar Mensagem</button>
477
+ </form>
478
+ </div>
479
+
480
+ <div class="lg:w-1/2">
481
+ <div class="bg-gray-900 p-8 rounded-xl">
482
+ <h3 class="text-xl font-semibold mb-6">Informações de Contato</h3>
483
+
484
+ <div class="space-y-6">
485
+ <div class="flex items-start">
486
+ <div class="text-orange-500 mr-4 mt-1">
487
+ <i class="fas fa-map-marker-alt"></i>
488
+ </div>
489
+ <div>
490
+ <h4 class="font-medium mb-1">Endereço</h4>
491
+ <p class="text-gray-400">Rua da Impressão 3D, 123<br>Centro, São Paulo - SP</p>
492
+ </div>
493
+ </div>
494
+
495
+ <div class="flex items-start">
496
+ <div class="text-orange-500 mr-4 mt-1">
497
+ <i class="fas fa-phone-alt"></i>
498
+ </div>
499
+ <div>
500
+ <h4 class="font-medium mb-1">Telefone</h4>
501
+ <p class="text-gray-400">(11) 98765-4321<br>(11) 1234-5678</p>
502
+ </div>
503
+ </div>
504
+
505
+ <div class="flex items-start">
506
+ <div class="text-orange-500 mr-4 mt-1">
507
+ <i class="fas fa-envelope"></i>
508
+ </div>
509
+ <div>
510
+ <h4 class="font-medium mb-1">E-mail</h4>
511
+ <p class="text-gray-400">contato@limaprint3d.com.br<br>orcamentos@limaprint3d.com.br</p>
512
+ </div>
513
+ </div>
514
+
515
+ <div class="flex items-start">
516
+ <div class="text-orange-500 mr-4 mt-1">
517
+ <i class="fas fa-clock"></i>
518
+ </div>
519
+ <div>
520
+ <h4 class="font-medium mb-1">Horário de Funcionamento</h4>
521
+ <p class="text-gray-400">Segunda a Sexta: 9h às 18h<br>Sábado: 9h às 13h</p>
522
+ </div>
523
+ </div>
524
+ </div>
525
+
526
+ <div class="mt-8">
527
+ <h4 class="font-medium mb-4">Siga-nos</h4>
528
+ <div class="flex space-x-4">
529
+ <a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center text-orange-500 hover:bg-orange-500 hover:text-white transition">
530
+ <i class="fab fa-instagram"></i>
531
+ </a>
532
+ <a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center text-orange-500 hover:bg-orange-500 hover:text-white transition">
533
+ <i class="fab fa-facebook-f"></i>
534
+ </a>
535
+ <a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center text-orange-500 hover:bg-orange-500 hover:text-white transition">
536
+ <i class="fab fa-linkedin-in"></i>
537
+ </a>
538
+ <a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center text-orange-500 hover:bg-orange-500 hover:text-white transition">
539
+ <i class="fab fa-youtube"></i>
540
+ </a>
541
+ </div>
542
+ </div>
543
+ </div>
544
+ </div>
545
+ </div>
546
+ </div>
547
+ </section>
548
+
549
+ <!-- Footer -->
550
+ <footer class="bg-gray-900 py-8">
551
+ <div class="container mx-auto px-4">
552
+ <div class="flex flex-col md:flex-row justify-between items-center">
553
+ <div class="mb-6 md:mb-0">
554
+ <div class="flex items-center space-x-2">
555
+ <div class="w-8 h-8 rounded-full bg-orange-500 flex items-center justify-center">
556
+ <i class="fas fa-cube text-white"></i>
557
+ </div>
558
+ <h2 class="logo text-xl">LIMAPRINT<span class="logo-3d">3D</span></h2>
559
+ </div>
560
+ <p class="slogan text-white text-xs mt-1">Dando forma às suas ideias, camada por camada!</p>
561
+ </div>
562
+
563
+ <div class="flex flex-wrap justify-center gap-6">
564
+ <a href="#home" class="footer-link text-gray-400 hover:text-orange-500 transition">Início</a>
565
+ <a href="#services" class="footer-link text-gray-400 hover:text-orange-500 transition">Serviços</a>
566
+ <a href="#products" class="footer-link text-gray-400 hover:text-orange-500 transition">Produtos</a>
567
+ <a href="#about" class="footer-link text-gray-400 hover:text-orange-500 transition">Sobre</a>
568
+ <a href="#contact" class="footer-link text-gray-400 hover:text-orange-500 transition">Contato</a>
569
+ <a href="#" class="footer-link text-gray-400 hover:text-orange-500 transition">Termos</a>
570
+ <a href="#" class="footer-link text-gray-400 hover:text-orange-500 transition">Privacidade</a>
571
+ </div>
572
+ </div>
573
+
574
+ <div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-500 text-sm">
575
+ <p>&copy; 2023 LIMAPRINT3D. Todos os direitos reservados.</p>
576
+ </div>
577
+ </div>
578
+ </footer>
579
+
580
+ <!-- Banner Slider Script -->
581
+ <script>
582
+ document.addEventListener('DOMContentLoaded', function() {
583
+ const banner = document.querySelector('.banner');
584
+ const images = [
585
+ 'https://images.unsplash.com/photo-1623874514711-0f824325a17d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80',
586
+ 'https://images.unsplash.com/photo-1620395458835-5a8a4c4f0a7e?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80',
587
+ 'https://images.unsplash.com/photo-1623341214821-7e9944b106ed?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80',
588
+ 'https://images.unsplash.com/photo-1581094271901-8022df4466f9?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80'
589
+ ];
590
+
591
+ let currentImage = 0;
592
+
593
+ function changeBannerImage() {
594
+ currentImage = (currentImage + 1) % images.length;
595
+ banner.style.backgroundImage = `url('${images[currentImage]}')`;
596
+ }
597
+
598
+ setInterval(changeBannerImage, 3000);
599
+
600
+ // Smooth scrolling for navigation links
601
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
602
+ anchor.addEventListener('click', function (e) {
603
+ e.preventDefault();
604
+
605
+ const targetId = this.getAttribute('href');
606
+ const targetElement = document.querySelector(targetId);
607
+
608
+ if (targetElement) {
609
+ window.scrollTo({
610
+ top: targetElement.offsetTop - 80,
611
+ behavior: 'smooth'
612
+ });
613
+ }
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=LIMATEC/limaprint" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
619
+ </html>
prompts.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ crie pra mim um script de um site de impressão 3D com varias opções de impressão que no site tenho que ter imagens dos produtos e descrição pode ser 5 imagens por coluna mantendo esse padrão para as próximas colunas quero também a criação do logo que vai se chamar LIMAPRIN3D o slogan "Dando forma às suas ideias, camada por camada!" pagina pode ser na cor preta com a escrita laranja, crie um script de um site profissional, no banner quero imagens relacionada a impressão 3D referente aos serviços do site com uma mudança de imagem a cada 4 segundos, em nossos produtos preciso de imagem tambem relacionada ao serviço tanto na prototipagem como peças técnicas tem que ser imagens relacionadas ao serviço que esta no topico a troca serve para todos os topicos e sobre a limaprint3d não precisa mudar o logo precisa trocar a imagem por uma imagem relecionada a impressão 3D
2
+ crie pra mim um script de um site de impressão 3D com varias opções de impressão que no site tenho que ter imagens dos produtos e descrição pode ser 5 imagens por coluna mantendo esse padrão para as próximas colunas quero também a criação do logo que vai se chamar LIMAPRINT3D o slogan "Dando forma às suas ideias, camada por camada!" pagina pode ser na cor preta com a escrita laranja, crie um script de um site profissional, no banner quero imagens relacionada a impressão 3D referente aos serviços do site com uma mudança de imagem a cada 4 segundos, em nossos produtos preciso de imagem tambem relacionada ao serviço tanto na prototipagem como peças técnicas tem que ser imagens relacionadas ao serviço que esta no topico a troca serve para todos os topicos e sobre a limaprint3d não precisa mudar o logo precisa trocar a imagem por uma imagem relecionada a impressão 3D
3
+ faz mudança do logo o 3D tem que ser em branco com o formato menor e na parte de cima do logo e o slogan tambem em branco, as imagens dos topicos tem que ser de imagens referente a impressão 3D, crie um banner com imagens passando os as imagens dos topicos do site e tempo de 3 segundos a cada imagem