aazzrrooddeell commited on
Commit
bc9732a
·
verified ·
1 Parent(s): e03323b

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +6 -4
  2. index.html +575 -19
  3. prompts.txt +6 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Stbscrop
3
- emoji: 📊
4
  colorFrom: blue
5
- colorTo: blue
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: stbscrop
3
+ emoji: 🐳
4
  colorFrom: blue
5
+ colorTo: green
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - genesis
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,575 @@
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="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>STBS Companies - Medical Devices & Accessories</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
+ .hero {
11
+ background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1579684385127-1ef15d508118?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');
12
+ background-size: cover;
13
+ background-position: center;
14
+ }
15
+
16
+ .product-card:hover {
17
+ transform: translateY(-5px);
18
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
19
+ }
20
+
21
+ .transition-all {
22
+ transition: all 0.3s ease;
23
+ }
24
+ </style>
25
+ </head>
26
+ <body class="font-sans text-gray-700">
27
+ <!-- Header/Navigation -->
28
+ <header class="bg-white shadow-sm sticky top-0 z-50">
29
+ <div class="container mx-auto px-4 py-3 flex justify-between items-center">
30
+ <div class="flex items-center">
31
+ <div class="flex mr-4">
32
+ <a href="#" class="font-bold text-blue-800 mr-2">ES</a>
33
+ <span class="text-gray-400">|</span>
34
+ <a href="#" class="font-medium text-gray-600 ml-2">EN</a>
35
+ </div>
36
+ <span class="text-xl font-bold text-blue-800">STBS Companies</span>
37
+ </div>
38
+
39
+ <nav class="hidden md:flex space-x-8">
40
+ <a href="#home" class="text-blue-800 font-medium hover:text-blue-600 transition-all">Home</a>
41
+ <a href="#about" class="text-gray-600 hover:text-blue-800 transition-all">About Us</a>
42
+ <a href="#products" class="text-gray-600 hover:text-blue-800 transition-all">Products</a>
43
+ <a href="#contact" class="text-gray-600 hover:text-blue-800 transition-all">Contact</a>
44
+ </nav>
45
+
46
+ <button class="md:hidden text-gray-600">
47
+ <i class="fas fa-bars text-2xl"></i>
48
+ </button>
49
+ </div>
50
+ </header>
51
+
52
+ <!-- Hero Section -->
53
+ <section id="home" class="hero text-white py-20 md:py-32">
54
+ <div class="container mx-auto px-4 text-center">
55
+ <h1 class="text-4xl md:text-5xl font-bold mb-6">Innovating Healthcare Solutions</h1>
56
+ <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Providing high-quality medical devices and accessories to healthcare professionals across Spain and beyond.</p>
57
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
58
+ <a href="#products" class="bg-blue-700 hover:bg-blue-600 text-white px-8 py-3 rounded-lg font-medium transition-all">Our Products</a>
59
+ <a href="#contact" class="bg-white hover:bg-gray-100 text-blue-800 px-8 py-3 rounded-lg font-medium transition-all">Contact Us</a>
60
+ </div>
61
+ </div>
62
+ </section>
63
+
64
+ <!-- Trust Indicators -->
65
+ <section class="bg-gray-50 py-12">
66
+ <div class="container mx-auto px-4">
67
+ <div class="flex flex-wrap justify-center items-center gap-8 md:gap-16">
68
+ <div class="text-center">
69
+ <div class="text-3xl font-bold text-blue-800">15+</div>
70
+ <div class="text-gray-600">Years in Business</div>
71
+ </div>
72
+ <div class="text-center">
73
+ <div class="text-3xl font-bold text-blue-800">500+</div>
74
+ <div class="text-gray-600">Healthcare Partners</div>
75
+ </div>
76
+ <div class="text-center">
77
+ <div class="text-3xl font-bold text-blue-800">100+</div>
78
+ <div class="text-gray-600">Quality Products</div>
79
+ </div>
80
+ <div class="text-center">
81
+ <div class="text-3xl font-bold text-blue-800">Spain</div>
82
+ <div class="text-gray-600">Headquartered</div>
83
+ </div>
84
+ </div>
85
+ </div>
86
+ </section>
87
+
88
+ <!-- About Us -->
89
+ <section id="about" class="py-16 bg-white">
90
+ <div class="container mx-auto px-4">
91
+ <div class="text-center mb-12">
92
+ <h2 class="text-3xl font-bold text-blue-800 mb-4">About STBS Companies</h2>
93
+ <div class="w-20 h-1 bg-blue-600 mx-auto"></div>
94
+ </div>
95
+
96
+ <div class="flex flex-col md:flex-row gap-12 items-center">
97
+ <div class="md:w-1/2">
98
+ <img src="https://images.unsplash.com/photo-1576091160550-2173dba999ef?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Medical professionals" class="rounded-lg shadow-lg w-full">
99
+ </div>
100
+
101
+ <div class="md:w-1/2">
102
+ <h3 class="text-2xl font-semibold text-gray-800 mb-4">Our Commitment to Healthcare Excellence</h3>
103
+ <p class="text-gray-600 mb-4">Founded in 2008, STBS Companies has established itself as a trusted provider of medical devices and accessories in Spain. We partner with healthcare institutions and professionals to deliver innovative solutions that improve patient outcomes.</p>
104
+
105
+ <div class="space-y-4">
106
+ <div class="flex items-start">
107
+ <div class="text-blue-600 mt-1 mr-3">
108
+ <i class="fas fa-check-circle"></i>
109
+ </div>
110
+ <div>
111
+ <h4 class="font-medium text-gray-800">Quality Assurance</h4>
112
+ <p class="text-gray-600">All our products meet stringent quality standards and regulatory requirements.</p>
113
+ </div>
114
+ </div>
115
+
116
+ <div class="flex items-start">
117
+ <div class="text-blue-600 mt-1 mr-3">
118
+ <i class="fas fa-check-circle"></i>
119
+ </div>
120
+ <div>
121
+ <h4 class="font-medium text-gray-800">Innovation Focus</h4>
122
+ <p class="text-gray-600">We continuously research and develop new solutions to meet evolving healthcare needs.</p>
123
+ </div>
124
+ </div>
125
+
126
+ <div class="flex items-start">
127
+ <div class="text-blue-600 mt-1 mr-3">
128
+ <i class="fas fa-check-circle"></i>
129
+ </div>
130
+ <div>
131
+ <h4 class="font-medium text-gray-800">Customer Support</h4>
132
+ <p class="text-gray-600">Our dedicated team provides exceptional service and technical assistance.</p>
133
+ </div>
134
+ </div>
135
+ </div>
136
+ </div>
137
+ </div>
138
+ </div>
139
+ </section>
140
+
141
+ <!-- Partner With Us -->
142
+ <section class="bg-blue-800 text-white py-16">
143
+ <div class="container mx-auto px-4 text-center">
144
+ <h2 class="text-3xl font-bold mb-6">Partner With STBS</h2>
145
+ <p class="text-xl mb-8 max-w-3xl mx-auto">Are you a healthcare professional looking for reliable medical equipment? Let's discuss how we can support your practice.</p>
146
+ <a href="#contact" class="bg-white hover:bg-gray-100 text-blue-800 px-8 py-3 rounded-lg font-medium transition-all">Get in Touch</a>
147
+ </div>
148
+ </section>
149
+
150
+ <!-- Products -->
151
+ <section id="products" class="py-16 bg-gray-50">
152
+ <div class="container mx-auto px-4">
153
+ <div class="text-center mb-12">
154
+ <h2 class="text-3xl font-bold text-blue-800 mb-4">Our Products</h2>
155
+ <p class="text-gray-600 max-w-2xl mx-auto">Explore our catalog of medical devices and accessories designed for healthcare professionals.</p>
156
+ <div class="w-20 h-1 bg-blue-600 mx-auto mt-4"></div>
157
+ </div>
158
+
159
+ <!-- Product Categories -->
160
+ <div class="flex justify-center mb-12">
161
+ <div class="inline-flex rounded-md shadow-sm">
162
+ <button class="px-4 py-2 text-sm font-medium rounded-l-lg bg-blue-700 text-white">All Products</button>
163
+ <button class="px-4 py-2 text-sm font-medium bg-white text-gray-700 hover:bg-gray-50">Medical Devices</button>
164
+ <button class="px-4 py-2 text-sm font-medium bg-white text-gray-700 hover:bg-gray-50 rounded-r-lg">Accessories</button>
165
+ </div>
166
+ </div>
167
+
168
+ <!-- Product Grid -->
169
+ <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8">
170
+ <!-- Product 1 -->
171
+ <div class="bg-white rounded-lg shadow-md overflow-hidden product-card transition-all">
172
+ <img src="https://images.unsplash.com/photo-1581094794329-c811329b5721?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Diagnostic Equipment" class="w-full h-48 object-cover">
173
+ <div class="p-6">
174
+ <h3 class="text-xl font-semibold text-gray-800 mb-2">Diagnostic Ultrasound</h3>
175
+ <p class="text-gray-600 mb-4">High-resolution imaging system for accurate diagnostics with advanced visualization features.</p>
176
+ <div class="flex justify-between items-center">
177
+ <span class="text-blue-700 font-medium">View Details</span>
178
+ <button class="text-blue-700 hover:text-blue-500">
179
+ <i class="fas fa-arrow-right"></i>
180
+ </button>
181
+ </div>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- Product 2 -->
186
+ <div class="bg-white rounded-lg shadow-md overflow-hidden product-card transition-all">
187
+ <img src="https://images.unsplash.com/photo-1581595219315-a187dd40c322?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Surgical Instruments" class="w-full h-48 object-cover">
188
+ <div class="p-6">
189
+ <h3 class="text-xl font-semibold text-gray-800 mb-2">Surgical Instrument Set</h3>
190
+ <p class="text-gray-600 mb-4">Premium quality stainless steel instruments for precision surgical procedures.</p>
191
+ <div class="flex justify-between items-center">
192
+ <span class="text-blue-700 font-medium">View Details</span>
193
+ <button class="text-blue-700 hover:text-blue-500">
194
+ <i class="fas fa-arrow-right"></i>
195
+ </button>
196
+ </div>
197
+ </div>
198
+ </div>
199
+
200
+ <!-- Product 3 -->
201
+ <div class="bg-white rounded-lg shadow-md overflow-hidden product-card transition-all">
202
+ <img src="https://images.unsplash.com/photo-1579684453423-f84349ef60b2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1974&q=80" alt="Patient Monitor" class="w-full h-48 object-cover">
203
+ <div class="p-6">
204
+ <h3 class="text-xl font-semibold text-gray-800 mb-2">Multi-Parameter Monitor</h3>
205
+ <p class="text-gray-600 mb-4">Comprehensive patient monitoring system with ECG, SpO2, NIBP, and temperature.</p>
206
+ <div class="flex justify-between items-center">
207
+ <span class="text-blue-700 font-medium">View Details</span>
208
+ <button class="text-blue-700 hover:text-blue-500">
209
+ <i class="fas fa-arrow-right"></i>
210
+ </button>
211
+ </div>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- Product 4 -->
216
+ <div class="bg-white rounded-lg shadow-md overflow-hidden product-card transition-all">
217
+ <img src="https://images.unsplash.com/photo-1588776814546-1ffcf47267a5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Infusion Pump" class="w-full h-48 object-cover">
218
+ <div class="p-6">
219
+ <h3 class="text-xl font-semibold text-gray-800 mb-2">Infusion Pump System</h3>
220
+ <p class="text-gray-600 mb-4">Reliable and accurate medication delivery with multiple safety features.</p>
221
+ <div class="flex justify-between items-center">
222
+ <span class="text-blue-700 font-medium">View Details</span>
223
+ <button class="text-blue-700 hover:text-blue-500">
224
+ <i class="fas fa-arrow-right"></i>
225
+ </button>
226
+ </div>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Product 5 -->
231
+ <div class="bg-white rounded-lg shadow-md overflow-hidden product-card transition-all">
232
+ <img src="https://images.unsplash.com/photo-1579154343071-9d51c6d0a9a5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Hospital Bed" class="w-full h-48 object-cover">
233
+ <div class="p-6">
234
+ <h3 class="text-xl font-semibold text-gray-800 mb-2">Electric Hospital Bed</h3>
235
+ <p class="text-gray-600 mb-4">Ergonomic design with multiple positioning options for patient comfort.</p>
236
+ <div class="flex justify-between items-center">
237
+ <span class="text-blue-700 font-medium">View Details</span>
238
+ <button class="text-blue-700 hover:text-blue-500">
239
+ <i class="fas fa-arrow-right"></i>
240
+ </button>
241
+ </div>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- Product 6 -->
246
+ <div class="bg-white rounded-lg shadow-md overflow-hidden product-card transition-all">
247
+ <img src="https://images.unsplash.com/photo-1631815588090-7d2d7f3cf5b7?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Disposable Supplies" class="w-full h-48 object-cover">
248
+ <div class="p-6">
249
+ <h3 class="text-xl font-semibold text-gray-800 mb-2">Disposable Medical Supplies</h3>
250
+ <p class="text-gray-600 mb-4">Sterile, single-use products including gloves, masks, and syringes.</p>
251
+ <div class="flex justify-between items-center">
252
+ <span class="text-blue-700 font-medium">View Details</span>
253
+ <button class="text-blue-700 hover:text-blue-500">
254
+ <i class="fas fa-arrow-right"></i>
255
+ </button>
256
+ </div>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- Product 7 -->
261
+ <div class="bg-white rounded-lg shadow-md overflow-hidden product-card transition-all">
262
+ <img src="https://images.unsplash.com/photo-1581093057301-c0c9d5f5b5c1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Defibrillator" class="w-full h-48 object-cover">
263
+ <div class="p-6">
264
+ <h3 class="text-xl font-semibold text-gray-800 mb-2">Portable Defibrillator</h3>
265
+ <p class="text-gray-600 mb-4">Life-saving AED device with voice prompts and clear visual instructions.</p>
266
+ <div class="flex justify-between items-center">
267
+ <span class="text-blue-700 font-medium">View Details</span>
268
+ <button class="text-blue-700 hover:text-blue-500">
269
+ <i class="fas fa-arrow-right"></i>
270
+ </button>
271
+ </div>
272
+ </div>
273
+ </div>
274
+
275
+ <!-- Product 8 -->
276
+ <div class="bg-white rounded-lg shadow-md overflow-hidden product-card transition-all">
277
+ <img src="https://images.unsplash.com/photo-1581595219315-a187dd40c322?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Ventilator" class="w-full h-48 object-cover">
278
+ <div class="p-6">
279
+ <h3 class="text-xl font-semibold text-gray-80 mb-2">ICU Ventilator System</h3>
280
+ <p class="text-gray-600 mb-4">Advanced respiratory support with multiple ventilation modes and monitoring.</p>
281
+ <div class="flex justify-between items-center">
282
+ <span class="text-blue-700 font-medium">View Details</span>
283
+ <button class="text-blue-700 hover:text-blue-500">
284
+ <i class="fas fa-arrow-right"></i>
285
+ </button>
286
+ </div>
287
+ </div>
288
+ </div>
289
+
290
+ <!-- Product 9 -->
291
+ <div class="bg-white rounded-lg shadow-md overflow-hidden product-card transition-all">
292
+ <img src="https://images.unsplash.com/photo-1581093057301-c0c9d5f5b5c1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="X-ray Machine" class="w-full h-48 object-cover">
293
+ <div class="p-6">
294
+ <h3 class="text-xl font-semibold text-gray-800 mb-2">Digital X-ray System</h3>
295
+ <p class="text-gray-600 mb-4">High-resolution digital imaging with low radiation dose and fast processing.</p>
296
+ <div class="flex justify-between items-center">
297
+ <span class="text-blue-700 font-medium">View Details</span>
298
+ <button class="text-blue-700 hover:text-blue-500">
299
+ <i class="fas fa-arrow-right"></i>
300
+ </button>
301
+ </div>
302
+ </div>
303
+ </div>
304
+ </div>
305
+
306
+ <div class="text-center mt-12">
307
+ <a href="#" class="inline-block bg-blue-700 hover:bg-blue-600 text-white px-8 py-3 rounded-lg font-medium transition-all">View All Products</a>
308
+ </div>
309
+ </div>
310
+ </section>
311
+
312
+ <!-- Testimonials -->
313
+ <section class="py-16 bg-white">
314
+ <div class="container mx-auto px-4">
315
+ <div class="text-center mb-12">
316
+ <h2 class="text-3xl font-bold text-blue-800 mb-4">Trusted by Healthcare Professionals</h2>
317
+ <div class="w-20 h-1 bg-blue-600 mx-auto"></div>
318
+ </div>
319
+
320
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
321
+ <div class="bg-gray-50 p-8 rounded-lg">
322
+ <div class="flex items-center mb-4">
323
+ <div class="text-yellow-400 mr-2">
324
+ <i class="fas fa-star"></i>
325
+ <i class="fas fa-star"></i>
326
+ <i class="fas fa-star"></i>
327
+ <i class="fas fa-star"></i>
328
+ <i class="fas fa-star"></i>
329
+ </div>
330
+ </div>
331
+ <p class="text-gray-600 mb-6">"STBS Companies has been our reliable partner for medical equipment for over 5 years. Their products meet our high standards for quality and their service is exceptional."</p>
332
+ <div class="flex items-center">
333
+ <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Dr. Elena Martínez" class="w-12 h-12 rounded-full mr-4">
334
+ <div>
335
+ <h4 class="font-medium text-gray-800">Dr. Elena Martínez</h4>
336
+ <p class="text-gray-500 text-sm">Chief of Cardiology, Madrid</p>
337
+ </div>
338
+ </div>
339
+ </div>
340
+
341
+ <div class="bg-gray-50 p-8 rounded-lg">
342
+ <div class="flex items-center mb-4">
343
+ <div class="text-yellow-400 mr-2">
344
+ <i class="fas fa-star"></i>
345
+ <i class="fas fa-star"></i>
346
+ <i class="fas fa-star"></i>
347
+ <i class="fas fa-star"></i>
348
+ <i class="fas fa-star"></i>
349
+ </div>
350
+ </div>
351
+ <p class="text-gray-600 mb-6">"The diagnostic equipment we purchased from STBS has significantly improved our patient care capabilities. Their technical support team is always responsive and helpful."</p>
352
+ <div class="flex items-center">
353
+ <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Dr. Carlos Ruiz" class="w-12 h-12 rounded-full mr-4">
354
+ <div>
355
+ <h4 class="font-medium text-gray-800">Dr. Carlos Ruiz</h4>
356
+ <p class="text-gray-500 text-sm">Medical Director, Barcelona</p>
357
+ </div>
358
+ </div>
359
+ </div>
360
+
361
+ <div class="bg-gray-50 p-8 rounded-lg">
362
+ <div class="flex items-center mb-4">
363
+ <div class="text-yellow-400 mr-2">
364
+ <i class="fas fa-star"></i>
365
+ <i class="fas fa-star"></i>
366
+ <i class="fas fa-star"></i>
367
+ <i class="fas fa-star"></i>
368
+ <i class="fas fa-star-half-alt"></i>
369
+ </div>
370
+ </div>
371
+ <p class="text-gray-600 mb-6">"We appreciate STBS's commitment to innovation. They regularly update us about new products that could benefit our practice, without being pushy with sales."</p>
372
+ <div class="flex items-center">
373
+ <img src="https://randomuser.me/api/portraits/women/68.jpg" alt="Dr. Sofia González" class="w-12 h-12 rounded-full mr-4">
374
+ <div>
375
+ <h4 class="font-medium text-gray-800">Dr. Sofia González</h4>
376
+ <p class="text-gray-500 text-sm">Pediatric Specialist, Valencia</p>
377
+ </div>
378
+ </div>
379
+ </div>
380
+ </div>
381
+ </div>
382
+ </section>
383
+
384
+ <!-- Contact -->
385
+ <section id="contact" class="py-16 bg-gray-50">
386
+ <div class="container mx-auto px-4">
387
+ <div class="text-center mb-12">
388
+ <h2 class="text-3xl font-bold text-blue-800 mb-4">Contact Us</h2>
389
+ <p class="text-gray-600 max-w-2xl mx-auto">Get in touch with our team for product inquiries, technical support, or partnership opportunities.</p>
390
+ <div class="w-20 h-1 bg-blue-600 mx-auto mt-4"></div>
391
+ </div>
392
+
393
+ <div class="flex flex-col md:flex-row gap-12">
394
+ <div class="md:w-1/2">
395
+ <form class="bg-white p-8 rounded-lg shadow-md" id="contactForm">
396
+ <div class="mb-6">
397
+ <label for="name" class="block text-gray-700 font-medium mb-2">Your Name</label>
398
+ <input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500" required>
399
+ </div>
400
+
401
+ <div class="mb-6">
402
+ <label for="email" class="block text-gray-700 font-medium mb-2">Email Address</label>
403
+ <input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500" required>
404
+ </div>
405
+
406
+ <div class="mb-6">
407
+ <label for="subject" class="block text-gray-700 font-medium mb-2">Subject</label>
408
+ <select id="subject" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500" required>
409
+ <option value="">Select a subject</option>
410
+ <option value="product">Product Inquiry</option>
411
+ <option value="support">Technical Support</option>
412
+ <option value="partnership">Partnership Opportunity</option>
413
+ <option value="other">Other</option>
414
+ </select>
415
+ </div>
416
+
417
+ <div class="mb-6">
418
+ <label for="message" class="block text-gray-700 font-medium mb-2">Message</label>
419
+ <textarea id="message" rows="5" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500" required></textarea>
420
+ </div>
421
+
422
+ <button type="submit" class="w-full bg-blue-700 hover:bg-blue-600 text-white px-6 py-3 rounded-lg font-medium transition-all">Send Message</button>
423
+ </form>
424
+ </div>
425
+
426
+ <div class="md:w-1/2">
427
+ <div class="bg-white p-8 rounded-lg shadow-md h-full">
428
+ <h3 class="text-xl font-semibold text-gray-800 mb-6">Our Office</h3>
429
+
430
+ <div class="space-y-6">
431
+ <div class="flex items-start">
432
+ <div class="text-blue-600 mt-1 mr-4">
433
+ <i class="fas fa-map-marker-alt"></i>
434
+ </div>
435
+ <div>
436
+ <h4 class="font-medium text-gray-800">Location</h4>
437
+ <p class="text-gray-600">Calle de la Innovación 42, 28015 Madrid, Spain</p>
438
+ </div>
439
+ </div>
440
+
441
+ <div class="flex items-start">
442
+ <div class="text-blue-600 mt-1 mr-4">
443
+ <i class="fas fa-phone-alt"></i>
444
+ </div>
445
+ <div>
446
+ <h4 class="font-medium text-gray-800">Phone</h4>
447
+ <p class="text-gray-600">+34 654 48 66 70</p>
448
+ </div>
449
+ </div>
450
+
451
+ <div class="flex items-start">
452
+ <div class="text-blue-600 mt-1 mr-4">
453
+ <i class="fas fa-clock"></i>
454
+ </div>
455
+ <div>
456
+ <h4 class="font-medium text-gray-800">Business Hours</h4>
457
+ <p class="text-gray-600">Monday - Friday: 9:00 AM - 6:00 PM</p>
458
+ <p class="text-gray-600">Saturday - Sunday: Closed</p>
459
+ </div>
460
+ </div>
461
+ </div>
462
+
463
+ <div class="mt-8">
464
+ <h4 class="font-medium text-gray-800 mb-4">Find Us On</h4>
465
+ <div class="flex space-x-4">
466
+ <a href="#" class="text-blue-600 hover:text-blue-800 text-xl">
467
+ <i class="fab fa-linkedin"></i>
468
+ </a>
469
+ <a href="#" class="text-blue-600 hover:text-blue-800 text-xl">
470
+ <i class="fab fa-twitter"></i>
471
+ </a>
472
+ <a href="#" class="text-blue-600 hover:text-blue-800 text-xl">
473
+ <i class="fab fa-facebook"></i>
474
+ </a>
475
+ </div>
476
+ </div>
477
+ </div>
478
+ </div>
479
+ </div>
480
+ </div>
481
+ </section>
482
+
483
+ <!-- Footer -->
484
+ <footer class="bg-blue-900 text-white py-12">
485
+ <div class="container mx-auto px-4">
486
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
487
+ <div>
488
+ <div class="flex items-center mb-4">
489
+ <span class="text-xl font-bold">STBS Companies</span>
490
+ </div>
491
+ <p class="text-blue-200 mb-4">Innovating healthcare solutions through quality medical devices and accessories.</p>
492
+ <p class="text-blue-200 text-sm">© 2023 STBS Companies. All rights reserved.</p>
493
+ </div>
494
+
495
+ <div>
496
+ <h4 class="text-lg font-semibold mb-4">Quick Links</h4>
497
+ <ul class="space-y-2">
498
+ <li><a href="#home" class="text-blue-200 hover:text-white transition-all">Home</a></li>
499
+ <li><a href="#about" class="text-blue-200 hover:text-white transition-all">About Us</a></li>
500
+ <li><a href="#products" class="text-blue-200 hover:text-white transition-all">Products</a></li>
501
+ <li><a href="#contact" class="text-blue-200 hover:text-white transition-all">Contact</a></li>
502
+ </ul>
503
+ </div>
504
+
505
+ <div>
506
+ <h4 class="text-lg font-semibold mb-4">Products</h4>
507
+ <ul class="space-y-2">
508
+ <li><a href="#" class="text-blue-200 hover:text-white transition-all">Medical Devices</a></li>
509
+ <li><a href="#" class="text-blue-200 hover:text-white transition-all">Medical Accessories</a></li>
510
+ <li><a href="#" class="text-blue-200 hover:text-white transition-all">Diagnostic Equipment</a></li>
511
+ <li><a href="#" class="text-blue-200 hover:text-white transition-all">Surgical Instruments</a></li>
512
+ </ul>
513
+ </div>
514
+
515
+ <div>
516
+ <h4 class="text-lg font-semibold mb-4">Newsletter</h4>
517
+ <p class="text-blue-200 mb-4">Subscribe to receive updates on new products and healthcare innovations.</p>
518
+ <div class="flex">
519
+ <input type="email" placeholder="Your email" class="px-4 py-2 rounded-l-lg text-gray-800 w-full focus:outline-none">
520
+ <button class="bg-blue-700 hover:bg-blue-600 px-4 py-2 rounded-r-lg transition-all">
521
+ <i class="fas fa-paper-plane"></i>
522
+ </button>
523
+ </div>
524
+ </div>
525
+ </div>
526
+
527
+ <div class="border-t border-blue-800 mt-8 pt-8 text-center text-blue-200 text-sm">
528
+ <p>STBS Companies - Registered in Spain. <a href="https://marketdynamite.com" target="_blank" class="underline hover:text-white">Designed by MarketDynamite.com</a></p>
529
+ </div>
530
+ </div>
531
+ </footer>
532
+
533
+ <script>
534
+ // Simple mobile menu toggle
535
+ document.querySelector('button.md\\:hidden').addEventListener('click', function() {
536
+ const nav = document.querySelector('nav.md\\:flex');
537
+ nav.classList.toggle('hidden');
538
+ nav.classList.toggle('flex');
539
+ nav.classList.toggle('flex-col');
540
+ nav.classList.toggle('absolute');
541
+ nav.classList.toggle('top-16');
542
+ nav.classList.toggle('left-0');
543
+ nav.classList.toggle('right-0');
544
+ nav.classList.toggle('bg-white');
545
+ nav.classList.toggle('p-4');
546
+ nav.classList.toggle('shadow-md');
547
+ nav.classList.toggle('space-y-4');
548
+ nav.classList.toggle('space-x-8');
549
+ });
550
+
551
+ // Smooth scrolling for anchor links
552
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
553
+ anchor.addEventListener('click', function (e) {
554
+ e.preventDefault();
555
+
556
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
557
+ behavior: 'smooth'
558
+ });
559
+ });
560
+ });
561
+
562
+ // Form submission handler
563
+ document.getElementById('contactForm').addEventListener('submit', function(e) {
564
+ e.preventDefault();
565
+
566
+ // In a real implementation, you would send this data to your server
567
+ // For this demo, we'll just show an alert
568
+ alert('Thank you for your message! We will contact you soon.');
569
+
570
+ // Reset the form
571
+ this.reset();
572
+ });
573
+ </script>
574
+ <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="src/assets/logo.gif" alt="Genesis Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://aazzrrooddeell-genesis.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >Genesis</a> - 🧬 <a href="https://aazzrrooddeell-genesis.hf.space?remix=aazzrrooddeell/stbscrop" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
575
+ </html>
prompts.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ I need a professional, clean, and responsive WordPress website for STBS Companies, a medical device and accessories company based in Spain. The primary goal of the site is brand credibility—to showcase that we are a legitimate, established business serving healthcare professionals in Spain and neighboring regions. Key Requirements: No Functional E-commerce: The site should display products (with categories, images, descriptions, and possibly specs), but no shopping cart, checkout, or payment functionality is needed. Think of it as a digital catalog or product showcase, not a live store. Core Pages: Homepage: Highlight our mission, focus on innovation, and commitment to healthcare excellence. Include a strong headline, brief intro, and clear navigation. About Us: Detail our company values (excellence, reliability, innovation), our role in the medical industry, and our presence in Spain. Products: Organized by categories (e.g., Medical Devices, Medical Accessories). Each product should have a dedicated page or card with image, name, and description. Contact Page: Simple contact form + company location (Spain) and optional email/phone. Footer: Include copyright, basic links, and maybe a short mission statement. Design & Tone: Professional, modern, and trustworthy. Use a clean color scheme (blues, whites, greys—common in medical/tech industries). Mobile-responsive and fast-loading. Technical Notes: Use a lightweight WordPress theme (e.g., Astra, GeneratePress, or Kadence). For products, use a simple plugin like "Essential Grid", "FooGallery", or even WooCommerce in catalog mode (with cart/checkout disabled) for easy product management—but no actual e-commerce. SEO-friendly structure and basic on-page SEO (meta titles, clean URLs). Optional but Helpful: Testimonials or client logos (if available). A “Partner With Us” or “For Healthcare Professionals” section to encourage inquiries. Goal: When a visitor lands on the site, they should immediately understand who we are, what we offer, and feel confident that STBS is a real, professional company in the medical field—even without making a purchase online
2
+ Under Our Office: Delete Email address. In fact, in the SEND MESSAGE, make sure all of the entries go to: Salah@STBSCorp.com Add this phone: +34 654 48 66 70 Remove VAT number, add: Designed by MarketDynamite.com and make this link clickable in the footer. Also, make sure both language are on the top left corner: ES EN
3
+ can you delete +34911234567, can you add this logo
4
+ Delete the picture for the logo
5
+ can I have missing photos in the ALL PRODUCTS page
6
+ can I have the entire site in ZIP or some format that I can deploy it to my hosting server