jitware commited on
Commit
c82ead2
·
verified ·
1 Parent(s): 35eb077

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +6 -4
  2. index.html +630 -19
  3. prompts.txt +2 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Nagelstyliste
3
- emoji: 🌍
4
- colorFrom: purple
5
  colorTo: purple
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: nagelstyliste
3
+ emoji: 🐳
4
+ colorFrom: green
5
  colorTo: purple
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,630 @@
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="nl">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Meer Klanten Aantrekken als Nagelstylist | Online Marketing Tips</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ .gradient-bg {
11
+ background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 50%, #f48fb1 100%);
12
+ }
13
+ .nail-polish {
14
+ position: absolute;
15
+ width: 120px;
16
+ height: 120px;
17
+ border-radius: 50%;
18
+ opacity: 0.15;
19
+ z-index: 0;
20
+ }
21
+ .card-hover:hover {
22
+ transform: translateY(-5px);
23
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
24
+ }
25
+ .social-icon {
26
+ transition: all 0.3s ease;
27
+ }
28
+ .social-icon:hover {
29
+ transform: scale(1.2);
30
+ }
31
+ .highlight-box {
32
+ background: linear-gradient(135deg, #fff9f9 0%, #fff0f5 100%);
33
+ border-left: 4px solid #f472b6;
34
+ }
35
+ </style>
36
+ </head>
37
+ <body class="font-sans bg-pink-50">
38
+ <!-- Header -->
39
+ <header class="gradient-bg text-white shadow-lg">
40
+ <div class="container mx-auto px-6 py-12 relative overflow-hidden">
41
+ <div class="nail-polish bg-pink-300 top-10 left-10"></div>
42
+ <div class="nail-polish bg-purple-300 bottom-10 right-10"></div>
43
+ <div class="relative z-10">
44
+ <h1 class="text-4xl md:text-5xl font-bold mb-4">Meer Klanten Aantrekken als Nagelstylist</h1>
45
+ <p class="text-xl md:text-2xl opacity-90">Ontdek hoe je met online marketing je nagelstudio kunt laten groeien</p>
46
+ </div>
47
+ </div>
48
+ </header>
49
+
50
+ <!-- Navigation -->
51
+ <nav class="bg-white shadow-md sticky top-0 z-50">
52
+ <div class="container mx-auto px-6 py-3">
53
+ <div class="flex justify-between items-center">
54
+ <a href="#" class="text-2xl font-bold text-pink-600">NailPro</a>
55
+ <div class="hidden md:flex space-x-8">
56
+ <a href="#belang" class="text-gray-700 hover:text-pink-600">Belang</a>
57
+ <a href="#strategieen" class="text-gray-700 hover:text-pink-600">Strategieën</a>
58
+ <a href="#platforms" class="text-gray-700 hover:text-pink-600">Platforms</a>
59
+ <a href="#website" class="text-gray-700 hover:text-pink-600">Website</a>
60
+ <a href="#tips" class="text-gray-700 hover:text-pink-600">Tips</a>
61
+ </div>
62
+ <button class="md:hidden text-gray-700">
63
+ <i class="fas fa-bars text-2xl"></i>
64
+ </button>
65
+ </div>
66
+ </div>
67
+ </nav>
68
+
69
+ <!-- Main Content -->
70
+ <main class="container mx-auto px-6 py-12">
71
+ <!-- Belang Section -->
72
+ <section id="belang" class="mb-16 highlight-box p-8 rounded-lg">
73
+ <h2 class="text-3xl font-bold text-gray-800 mb-6">Waarom online aanwezigheid essentieel is</h2>
74
+ <div class="grid md:grid-cols-2 gap-8">
75
+ <div>
76
+ <p class="text-gray-700 mb-4">Volgens recent onderzoek vindt 85% van de consumenten lokale bedrijven online voordat ze een aankoop doen. Voor nagelstylisten betekent dit:</p>
77
+ <ul class="space-y-3 text-gray-700">
78
+ <li class="flex items-start">
79
+ <i class="fas fa-check-circle text-pink-500 mt-1 mr-3"></i>
80
+ <span>Potentiële klanten kunnen je 24/7 ontdekken</span>
81
+ </li>
82
+ <li class="flex items-start">
83
+ <i class="fas fa-check-circle text-pink-500 mt-1 mr-3"></i>
84
+ <span>Je bereikt een veel groter publiek dan alleen via mond-tot-mondreclame</span>
85
+ </li>
86
+ <li class="flex items-start">
87
+ <i class="fas fa-check-circle text-pink-500 mt-1 mr-3"></i>
88
+ <span>Je kunt je specialisaties en unieke stijl beter tonen</span>
89
+ </li>
90
+ </ul>
91
+ </div>
92
+ <div>
93
+ <div class="bg-white p-6 rounded-lg shadow-md">
94
+ <h3 class="text-xl font-bold text-pink-600 mb-3">Feiten over nagelstylisten online:</h3>
95
+ <div class="space-y-4">
96
+ <div>
97
+ <div class="flex justify-between mb-1">
98
+ <span class="font-medium">Instagram gebruik onder nagelstylisten</span>
99
+ <span class="font-bold text-pink-600">92%</span>
100
+ </div>
101
+ <div class="w-full bg-gray-200 rounded-full h-2.5">
102
+ <div class="bg-pink-600 h-2.5 rounded-full" style="width: 92%"></div>
103
+ </div>
104
+ </div>
105
+ <div>
106
+ <div class="flex justify-between mb-1">
107
+ <span class="font-medium">Klanten die online boeken</span>
108
+ <span class="font-bold text-pink-600">68%</span>
109
+ </div>
110
+ <div class="w-full bg-gray-200 rounded-full h-2.5">
111
+ <div class="bg-pink-600 h-2.5 rounded-full" style="width: 68%"></div>
112
+ </div>
113
+ </div>
114
+ <div>
115
+ <div class="flex justify-between mb-1">
116
+ <span class="font-medium">Beslissing gebaseerd op online portfolio</span>
117
+ <span class="font-bold text-pink-600">79%</span>
118
+ </div>
119
+ <div class="w-full bg-gray-200 rounded-full h-2.5">
120
+ <div class="bg-pink-600 h-2.5 rounded-full" style="width: 79%"></div>
121
+ </div>
122
+ </div>
123
+ </div>
124
+ </div>
125
+ </div>
126
+ </div>
127
+ </section>
128
+
129
+ <!-- Strategieën Section -->
130
+ <section id="strategieen" class="mb-16">
131
+ <h2 class="text-3xl font-bold text-center text-gray-800 mb-12">Bewezen Strategieën uit de Praktijk</h2>
132
+
133
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
134
+ <!-- Card 1 -->
135
+ <div class="bg-white rounded-xl shadow-md overflow-hidden transition duration-300 card-hover">
136
+ <div class="h-48 bg-purple-100 flex items-center justify-center">
137
+ <i class="fas fa-camera-retro text-6xl text-purple-600"></i>
138
+ </div>
139
+ <div class="p-6">
140
+ <h3 class="text-xl font-bold mb-3">Professionele Fotografie</h3>
141
+ <p class="text-gray-600 mb-4">Investeer in hoogwaardige foto's van je werk. Gebruik consistente achtergronden en goede belichting.</p>
142
+ <div class="bg-purple-50 p-4 rounded-lg">
143
+ <h4 class="font-semibold text-purple-800 mb-2">Succesfactor:</h4>
144
+ <p class="text-sm text-purple-700">Nagelstylisten met professionele foto's krijgen 3x meer aanvragen.</p>
145
+ </div>
146
+ </div>
147
+ </div>
148
+
149
+ <!-- Card 2 -->
150
+ <div class="bg-white rounded-xl shadow-md overflow-hidden transition duration-300 card-hover">
151
+ <div class="h-48 bg-blue-100 flex items-center justify-center">
152
+ <i class="fas fa-calendar-check text-6xl text-blue-600"></i>
153
+ </div>
154
+ <div class="p-6">
155
+ <h3 class="text-xl font-bold mb-3">Online Boeksysteem</h3>
156
+ <p class="text-gray-600 mb-4">Implementeer een eenvoudig online boekingssysteem dat 24/7 beschikbaar is.</p>
157
+ <div class="bg-blue-50 p-4 rounded-lg">
158
+ <h4 class="font-semibold text-blue-800 mb-2">Voordeel:</h4>
159
+ <p class="text-sm text-blue-700">Vermindert telefoontjes en verhoogt conversie met 40%.</p>
160
+ </div>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- Card 3 -->
165
+ <div class="bg-white rounded-xl shadow-md overflow-hidden transition duration-300 card-hover">
166
+ <div class="h-48 bg-green-100 flex items-center justify-center">
167
+ <i class="fas fa-gift text-6xl text-green-600"></i>
168
+ </div>
169
+ <div class="p-6">
170
+ <h3 class="text-xl font-bold mb-3">Referral Programma</h3>
171
+ <p class="text-gray-600 mb-4">Moedig bestaande klanten aan om vriendinnen te introduceren met een beloningssysteem.</p>
172
+ <div class="bg-green-50 p-4 rounded-lg">
173
+ <h4 class="font-semibold text-green-800 mb-2">Resultaat:</h4>
174
+ <p class="text-sm text-green-700">Verantwoordelijk voor 35% van nieuwe klanten bij top salons.</p>
175
+ </div>
176
+ </div>
177
+ </div>
178
+ </div>
179
+ </section>
180
+
181
+ <!-- Platforms Section -->
182
+ <section id="platforms" class="mb-16 bg-white rounded-xl shadow-md p-8">
183
+ <h2 class="text-3xl font-bold text-center text-gray-800 mb-12">Optimale Platform Keuzes</h2>
184
+
185
+ <div class="flex flex-col lg:flex-row gap-8">
186
+ <div class="lg:w-1/2">
187
+ <h3 class="text-2xl font-bold text-pink-600 mb-6">Top 3 Platforms voor Nagelstylisten</h3>
188
+
189
+ <div class="space-y-6">
190
+ <!-- Instagram -->
191
+ <div class="flex items-start">
192
+ <div class="bg-pink-100 text-pink-600 p-3 rounded-lg mr-4">
193
+ <i class="fab fa-instagram text-2xl"></i>
194
+ </div>
195
+ <div>
196
+ <h4 class="font-bold text-lg text-gray-800 mb-2">Instagram</h4>
197
+ <p class="text-gray-600 mb-2">Ideaal voor visuele showcase van je werk. Gebruik Reels voor tutorials en achter-de-schermen content.</p>
198
+ <div class="flex flex-wrap gap-2">
199
+ <span class="bg-pink-100 text-pink-800 px-2 py-1 rounded-full text-xs">#nageldesign</span>
200
+ <span class="bg-pink-100 text-pink-800 px-2 py-1 rounded-full text-xs">#nagelkunst</span>
201
+ <span class="bg-pink-100 text-pink-800 px-2 py-1 rounded-full text-xs">#[jouwstad]nagels</span>
202
+ </div>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Facebook -->
207
+ <div class="flex items-start">
208
+ <div class="bg-blue-100 text-blue-600 p-3 rounded-lg mr-4">
209
+ <i class="fab fa-facebook text-2xl"></i>
210
+ </div>
211
+ <div>
212
+ <h4 class="font-bold text-lg text-gray-800 mb-2">Facebook</h4>
213
+ <p class="text-gray-600 mb-2">Perfect voor lokale promotie, evenementen en het bereiken van een ouder publiek.</p>
214
+ <div class="text-sm text-blue-600 font-medium">
215
+ <i class="fas fa-check-circle mr-1"></i> Ideaal voor Google zoekresultaten
216
+ </div>
217
+ </div>
218
+ </div>
219
+
220
+ <!-- Pinterest -->
221
+ <div class="flex items-start">
222
+ <div class="bg-red-100 text-red-600 p-3 rounded-lg mr-4">
223
+ <i class="fab fa-pinterest text-2xl"></i>
224
+ </div>
225
+ <div>
226
+ <h4 class="font-bold text-lg text-gray-800 mb-2">Pinterest</h4>
227
+ <p class="text-gray-600">Krachtig voor inspiratieborden en het aantrekken van klanten die specifieke designs zoeken.</p>
228
+ <div class="text-xs text-gray-500 mt-2">
229
+ <i class="fas fa-info-circle mr-1"></i> Pins hebben een lange levensduur
230
+ </div>
231
+ </div>
232
+ </div>
233
+ </div>
234
+ </div>
235
+
236
+ <div class="lg:w-1/2">
237
+ <div class="bg-gray-50 p-6 rounded-lg border border-gray-200">
238
+ <h3 class="text-xl font-bold text-gray-800 mb-4">Platform Vergelijking</h3>
239
+ <table class="w-full text-sm">
240
+ <thead>
241
+ <tr class="border-b border-gray-200">
242
+ <th class="text-left py-2">Platform</th>
243
+ <th class="text-left py-2">Bereik</th>
244
+ <th class="text-left py-2">Inzet</th>
245
+ </tr>
246
+ </thead>
247
+ <tbody>
248
+ <tr class="border-b border-gray-100">
249
+ <td class="py-3 font-medium">Instagram</td>
250
+ <td class="py-3">Hoog (visueel)</td>
251
+ <td class="py-3">Dagelijks</td>
252
+ </tr>
253
+ <tr class="border-b border-gray-100">
254
+ <td class="py-3 font-medium">Facebook</td>
255
+ <td class="py-3">Middelmatig</td>
256
+ <td class="py-3">2-3x/week</td>
257
+ </tr>
258
+ <tr class="border-b border-gray-100">
259
+ <td class="py-3 font-medium">Pinterest</td>
260
+ <td class="py-3">Langzaam groeiend</td>
261
+ <td class="py-3">1x/week</td>
262
+ </tr>
263
+ <tr>
264
+ <td class="py-3 font-medium">TikTok</td>
265
+ <td class="py-3">Zeer hoog (jong)</td>
266
+ <td class="py-3">3-5x/week</td>
267
+ </tr>
268
+ </tbody>
269
+ </table>
270
+
271
+ <h4 class="font-bold mt-6 mb-3 text-gray-800">Aanbevolen Post Frequentie</h4>
272
+ <div class="bg-white p-4 rounded-lg shadow-inner">
273
+ <div class="mb-2">
274
+ <div class="flex justify-between text-sm mb-1">
275
+ <span>Instagram</span>
276
+ <span class="font-medium">3-5x per week</span>
277
+ </div>
278
+ <div class="w-full bg-gray-200 rounded-full h-2">
279
+ <div class="bg-pink-600 h-2 rounded-full" style="width: 80%"></div>
280
+ </div>
281
+ </div>
282
+ <div class="mb-2">
283
+ <div class="flex justify-between text-sm mb-1">
284
+ <span>Facebook</span>
285
+ <span class="font-medium">2-3x per week</span>
286
+ </div>
287
+ <div class="w-full bg-gray-200 rounded-full h-2">
288
+ <div class="bg-blue-600 h-2 rounded-full" style="width: 60%"></div>
289
+ </div>
290
+ </div>
291
+ <div>
292
+ <div class="flex justify-between text-sm mb-1">
293
+ <span>TikTok</span>
294
+ <span class="font-medium">4-7x per week</span>
295
+ </div>
296
+ <div class="w-full bg-gray-200 rounded-full h-2">
297
+ <div class="bg-black h-2 rounded-full" style="width: 100%"></div>
298
+ </div>
299
+ </div>
300
+ </div>
301
+ </div>
302
+ </div>
303
+ </div>
304
+ </section>
305
+
306
+ <!-- Website Section -->
307
+ <section id="website" class="mb-16">
308
+ <h2 class="text-3xl font-bold text-center text-gray-800 mb-12">Je Website: Het Digitale Visitekaartje</h2>
309
+
310
+ <div class="bg-gradient-to-r from-pink-50 to-purple-50 rounded-xl p-8 shadow-lg">
311
+ <div class="flex flex-col lg:flex-row gap-8 items-center">
312
+ <div class="lg:w-1/2">
313
+ <div class="space-y-6">
314
+ <div>
315
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Essentiële Elementen</h3>
316
+ <ul class="space-y-3 text-gray-700">
317
+ <li class="flex items-start">
318
+ <div class="bg-pink-600 text-white rounded-full w-6 h-6 flex items-center justify-center flex-shrink-0 mr-3 mt-1">
319
+ <i class="fas fa-check text-xs"></i>
320
+ </div>
321
+ <div>
322
+ <p><strong>Portfolio galerij</strong> met hoogwaardige foto's georganiseerd per stijl (gel, acryl, nail art)</p>
323
+ </div>
324
+ </li>
325
+ <li class="flex items-start">
326
+ <div class="bg-pink-600 text-white rounded-full w-6 h-6 flex items-center justify-center flex-shrink-0 mr-3 mt-1">
327
+ <i class="fas fa-check text-xs"></i>
328
+ </div>
329
+ <div>
330
+ <p><strong>Online boekingssysteem</strong> dat 24/7 beschikbaar is (bijv. via Treatwell of een eigen systeem)</p>
331
+ </div>
332
+ </li>
333
+ <li class="flex items-start">
334
+ <div class="bg-pink-600 text-white rounded-full w-6 h-6 flex items-center justify-center flex-shrink-0 mr-3 mt-1">
335
+ <i class="fas fa-check text-xs"></i>
336
+ </div>
337
+ <div>
338
+ <p><strong>Duidelijke prijslijst</strong> met alle services om teleurstellingen te voorkomen</p>
339
+ </div>
340
+ </li>
341
+ <li class="flex items-start">
342
+ <div class="bg-pink-600 text-white rounded-full w-6 h-6 flex items-center justify-center flex-shrink-0 mr-3 mt-1">
343
+ <i class="fas fa-check text-xs"></i>
344
+ </div>
345
+ <div>
346
+ <p><strong>Contactgegevens</strong> met Google Maps integratie voor eenvoudige routeplanning</p>
347
+ </div>
348
+ </li>
349
+ </ul>
350
+ </div>
351
+
352
+ <div class="bg-white p-4 rounded-lg border-l-4 border-pink-400">
353
+ <h4 class="font-bold text-pink-600 mb-2">SEO Tip voor Nagelstylisten:</h4>
354
+ <p class="text-gray-700 text-sm">Optimaliseer je website voor zoektermen zoals "nagelstylist [jouw stad]" en "nagels laten doen [jouw stad]". Voeg locatiepagina's toe voor verschillende wijken die je bedient.</p>
355
+ </div>
356
+ </div>
357
+ </div>
358
+
359
+ <div class="lg:w-1/2">
360
+ <div class="bg-white p-4 rounded-lg shadow-xl border border-gray-200 transform rotate-1">
361
+ <div class="bg-gray-200 h-8 rounded-t-lg flex items-center px-3">
362
+ <div class="w-3 h-3 rounded-full bg-red-500 mr-2"></div>
363
+ <div class="w-3 h-3 rounded-full bg-yellow-500 mr-2"></div>
364
+ <div class="w-3 h-3 rounded-full bg-green-500"></div>
365
+ </div>
366
+ <div class="p-4">
367
+ <div class="text-center mb-4">
368
+ <h3 class="font-bold text-xl text-pink-600">Nail Studio Perfect</h3>
369
+ <p class="text-gray-500 text-sm">Professionele nagelverzorging in [Jouw Stad]</p>
370
+ </div>
371
+ <div class="grid grid-cols-3 gap-2 mb-4">
372
+ <div class="bg-pink-100 rounded h-24 flex items-center justify-center">
373
+ <i class="fas fa-home text-pink-400 text-2xl"></i>
374
+ </div>
375
+ <div class="bg-pink-100 rounded h-24 flex items-center justify-center">
376
+ <i class="fas fa-images text-pink-400 text-2xl"></i>
377
+ </div>
378
+ <div class="bg-pink-100 rounded h-24 flex items-center justify-center">
379
+ <i class="fas fa-euro-sign text-pink-400 text-2xl"></i>
380
+ </div>
381
+ <div class="bg-pink-100 rounded h-24 flex items-center justify-center">
382
+ <i class="fas fa-calendar-alt text-pink-400 text-2xl"></i>
383
+ </div>
384
+ <div class="bg-pink-100 rounded h-24 flex items-center justify-center">
385
+ <i class="fas fa-map-marker-alt text-pink-400 text-2xl"></i>
386
+ </div>
387
+ <div class="bg-pink-100 rounded h-24 flex items-center justify-center">
388
+ <i class="fas fa-phone text-pink-400 text-2xl"></i>
389
+ </div>
390
+ </div>
391
+ <div class="flex justify-between border-t pt-3 text-sm">
392
+ <a href="#" class="text-pink-600 font-medium">Home</a>
393
+ <a href="#" class="text-pink-600 font-medium">Portfolio</a>
394
+ <a href="#" class="text-pink-600 font-medium">Prijzen</a>
395
+ <a href="#" class="text-pink-600 font-medium">Contact</a>
396
+ </div>
397
+ </div>
398
+ </div>
399
+ </div>
400
+ </div>
401
+ </div>
402
+ </section>
403
+
404
+ <!-- Tips Section -->
405
+ <section id="tips" class="mb-16">
406
+ <h2 class="text-3xl font-bold text-center text-gray-800 mb-12">Praktische Tips voor Direct Resultaat</h2>
407
+
408
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8">
409
+ <!-- Tip 1 -->
410
+ <div class="bg-white p-6 rounded-xl shadow-md border-l-4 border-pink-500">
411
+ <div class="flex items-start mb-4">
412
+ <div class="bg-pink-100 text-pink-600 p-3 rounded-full mr-4">
413
+ <i class="fas fa-hashtag text-xl"></i>
414
+ </div>
415
+ <div>
416
+ <h3 class="font-bold text-lg text-gray-800">Hashtag Strategie</h3>
417
+ <p class="text-gray-600">Gebruik een mix van:</p>
418
+ <ul class="mt-2 ml-4 space-y-1 text-gray-600">
419
+ <li class="flex items-center">
420
+ <i class="fas fa-circle text-xs text-pink-500 mr-2"></i>
421
+ <span>Populaire hashtags (#nagels #nageldesign)</span>
422
+ </li>
423
+ <li class="flex items-center">
424
+ <i class="fas fa-circle text-xs text-pink-500 mr-2"></i>
425
+ <span>Lokale hashtags (#nagelsamsterdam)</span>
426
+ </li>
427
+ <li class="flex items-center">
428
+ <i class="fas fa-circle text-xs text-pink-500 mr-2"></i>
429
+ <span>Niche hashtags (#acrylnagels #handpaintednails)</span>
430
+ </li>
431
+ </ul>
432
+ <div class="mt-3 text-sm bg-pink-50 p-2 rounded">
433
+ <i class="fas fa-lightbulb text-pink-500 mr-1"></i>
434
+ <span>Beperk tot 5-8 hashtags per post voor optimaal bereik</span>
435
+ </div>
436
+ </div>
437
+ </div>
438
+ </div>
439
+
440
+ <!-- Tip 2 -->
441
+ <div class="bg-white p-6 rounded-xl shadow-md border-l-4 border-purple-500">
442
+ <div class="flex items-start mb-4">
443
+ <div class="bg-purple-100 text-purple-600 p-3 rounded-full mr-4">
444
+ <i class="fas fa-user-friends text-xl"></i>
445
+ </div>
446
+ <div>
447
+ <h3 class="font-bold text-lg text-gray-800">Klantbetrokkenheid</h3>
448
+ <p class="text-gray-600 mb-2">Verhoog interactie door:</p>
449
+ <div class="grid grid-cols-2 gap-2 text-sm">
450
+ <span class="bg-purple-50 text-purple-800 px-2 py-1 rounded">Polls in Stories</span>
451
+ <span class="bg-purple-50 text-purple-800 px-2 py-1 rounded">Q&A sessies</span>
452
+ <span class="bg-purple-50 text-purple-800 px-2 py-1 rounded">Design votes</span>
453
+ <span class="bg-purple-50 text-purple-800 px-2 py-1 rounded">Behind-the-scenes</span>
454
+ </div>
455
+ <div class="mt-3 text-xs text-purple-700">
456
+ <i class="fas fa-chart-line mr-1"></i>
457
+ <span>Accounts met hoge betrokkenheid krijgen 2.5x meer zichtbaarheid</span>
458
+ </div>
459
+ </div>
460
+ </div>
461
+ </div>
462
+
463
+ <!-- Tip 3 -->
464
+ <div class="bg-white p-6 rounded-xl shadow-md border-l-4 border-blue-500">
465
+ <div class="flex items-start mb-4">
466
+ <div class="bg-blue-100 text-blue-600 p-3 rounded-full mr-4">
467
+ <i class="fas fa-gift text-xl"></i>
468
+ </div>
469
+ <div>
470
+ <h3 class="font-bold text-lg text-gray-800">Promoties & Kortingen</h3>
471
+ <p class="text-gray-600">Effectieve aanbiedingen:</p>
472
+ <ul class="mt-2 ml-4 space-y-1 text-gray-600">
473
+ <li class="flex items-center">
474
+ <i class="fas fa-circle text-xs text-blue-500 mr-2"></i>
475
+ <span>Introductiekorting voor nieuwe klanten (10-15%)</span>
476
+ </li>
477
+ <li class="flex items-center">
478
+ <i class="fas fa-circle text-xs text-blue-500 mr-2"></i>
479
+ <span>Verjaardagsaanbieding (gratis nail art)</span>
480
+ </li>
481
+ <li class="flex items-center">
482
+ <i class="fas fa-circle text-xs text-blue-500 mr-2"></i>
483
+ <span>Referral korting (voor beide partijen)</span>
484
+ </li>
485
+ </ul>
486
+ <div class="mt-2 text-sm text-blue-700">
487
+ <i class="fas fa-exclamation-triangle mr-1"></i>
488
+ <span>Beperk aanbiedingen in tijd voor urgentie</span>
489
+ </div>
490
+ </div>
491
+ </div>
492
+ </div>
493
+
494
+ <!-- Tip 4 -->
495
+ <div class="bg-white p-6 rounded-xl shadow-md border-l-4 border-green-500">
496
+ <div class="flex items-start mb-4">
497
+ <div class="bg-green-100 text-green-600 p-3 rounded-full mr-4">
498
+ <i class="fas fa-calendar-alt text-xl"></i>
499
+ </div>
500
+ <div>
501
+ <h3 class="font-bold text-lg text-gray-800">Content Planning</h3>
502
+ <p class="text-gray-600 mb-2">Ideale content mix:</p>
503
+ <div class="flex mb-2">
504
+ <div class="w-1/4 bg-green-500 text-white text-center py-1 text-xs">60%</div>
505
+ <div class="w-3/4 bg-green-100 text-green-800 px-2 py-1 text-xs">Werk resultaten</div>
506
+ </div>
507
+ <div class="flex mb-2">
508
+ <div class="w-1/6 bg-green-500 text-white text-center py-1 text-xs">20%</div>
509
+ <div class="w-5/6 bg-green-100 text-green-800 px-2 py-1 text-xs">Educatieve content</div>
510
+ </div>
511
+ <div class="flex">
512
+ <div class="w-1/6 bg-green-500 text-white text-center py-1 text-xs">20%</div>
513
+ <div class="w-5/6 bg-green-100 text-green-800 px-2 py-1 text-xs">Persoonlijk/promotie</div>
514
+ </div>
515
+ <div class="mt-2 text-xs text-green-700">
516
+ <i class="fas fa-clock mr-1"></i>
517
+ <span>Beste posttijden: 9-11u en 19-21u</span>
518
+ </div>
519
+ </div>
520
+ </div>
521
+ </div>
522
+ </div>
523
+ </section>
524
+
525
+ <!-- CTA Section -->
526
+ <section class="gradient-bg text-white rounded-xl p-8 shadow-xl mb-16">
527
+ <div class="max-w-3xl mx-auto text-center">
528
+ <h2 class="text-3xl font-bold mb-4">Start vandaag met het optimaliseren van je online aanwezigheid!</h2>
529
+ <p class="text-xl mb-8 opacity-90">Download onze complete checklist met 25 actiepunten speciaal voor nagelstylisten.</p>
530
+ <form class="flex flex-col sm:flex-row gap-4 max-w-lg mx-auto">
531
+ <input type="email" placeholder="Je e-mailadres" class="flex-grow px-4 py-3 rounded-full text-gray-800 focus:outline-none focus:ring-2 focus:ring-pink-300">
532
+ <button type="submit" class="bg-white text-pink-600 font-bold px-6 py-3 rounded-full hover:bg-gray-100 transition duration-300">
533
+ Download Checklist
534
+ </button>
535
+ </form>
536
+ <p class="text-sm mt-4 opacity-80">Ruim 2.300 nagelstylisten gingen je voor!</p>
537
+ </div>
538
+ </section>
539
+ </main>
540
+
541
+ <!-- Footer -->
542
+ <footer class="bg-gray-800 text-white pt-12 pb-6">
543
+ <div class="container mx-auto px-6">
544
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-8">
545
+ <div>
546
+ <h3 class="text-xl font-bold mb-4 text-pink-400">NailPro</h3>
547
+ <p class="text-gray-400 mb-4">Expertise in online marketing voor nagelstylisten en beauty professionals.</p>
548
+ <div class="flex space-x-4">
549
+ <a href="#" class="social-icon text-gray-400 hover:text-pink-400"><i class="fab fa-instagram"></i></a>
550
+ <a href="#" class="social-icon text-gray-400 hover:text-pink-400"><i class="fab fa-facebook"></i></a>
551
+ <a href="#" class="social-icon text-gray-400 hover:text-pink-400"><i class="fab fa-pinterest"></i></a>
552
+ </div>
553
+ </div>
554
+ <div>
555
+ <h4 class="font-bold mb-4">Resources</h4>
556
+ <ul class="space-y-2 text-gray-400">
557
+ <li><a href="#" class="hover:text-pink-400 transition">Blog</a></li>
558
+ <li><a href="#" class="hover:text-pink-400 transition">Case Studies</a></li>
559
+ <li><a href="#" class="hover:text-pink-400 transition">Webinars</a></li>
560
+ <li><a href="#" class="hover:text-pink-400 transition">Tools</a></li>
561
+ </ul>
562
+ </div>
563
+ <div>
564
+ <h4 class="font-bold mb-4">Services</h4>
565
+ <ul class="space-y-2 text-gray-400">
566
+ <li><a href="#" class="hover:text-pink-400 transition">Website Ontwerp</a></li>
567
+ <li><a href="#" class="hover:text-pink-400 transition">Social Media Beheer</a></li>
568
+ <li><a href="#" class="hover:text-pink-400 transition">SEO Optimalisatie</a></li>
569
+ <li><a href="#" class="hover:text-pink-400 transition">Fotografie</a></li>
570
+ </ul>
571
+ </div>
572
+ <div>
573
+ <h4 class="font-bold mb-4">Contact</h4>
574
+ <address class="not-italic text-gray-400 space-y-2">
575
+ <p><i class="fas fa-map-marker-alt mr-2 text-pink-400"></i> Beauty Lane 123, Amsterdam</p>
576
+ <p><i class="fas fa-phone mr-2 text-pink-400"></i> 020-1234567</p>
577
+ <p><i class="fas fa-envelope mr-2 text-pink-400"></i> [email protected]</p>
578
+ </address>
579
+ </div>
580
+ </div>
581
+ <div class="border-t border-gray-700 pt-6 text-center text-gray-400">
582
+ <p>&copy; 2023 NailPro. Alle rechten voorbehouden. <a href="#" class="hover:text-pink-400">Privacybeleid</a> | <a href="#" class="hover:text-pink-400">Algemene voorwaarden</a></p>
583
+ </div>
584
+ </div>
585
+ </footer>
586
+
587
+ <script>
588
+ // Mobile menu toggle
589
+ document.querySelector('button.md\\:hidden').addEventListener('click', function() {
590
+ const nav = document.querySelector('.hidden.md\\:flex');
591
+ if (nav.classList.contains('hidden')) {
592
+ nav.classList.remove('hidden');
593
+ nav.classList.add('flex', 'flex-col', 'absolute', 'top-16', 'left-0', 'right-0', 'bg-white', 'p-4', 'shadow-md', 'space-y-4');
594
+ } else {
595
+ nav.classList.add('hidden');
596
+ nav.classList.remove('flex', 'flex-col', 'absolute', 'top-16', 'left-0', 'right-0', 'bg-white', 'p-4', 'shadow-md', 'space-y-4');
597
+ }
598
+ });
599
+
600
+ // Smooth scrolling
601
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
602
+ anchor.addEventListener('click', function (e) {
603
+ e.preventDefault();
604
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
605
+ behavior: 'smooth'
606
+ });
607
+
608
+ // Close mobile menu if open
609
+ const mobileMenu = document.querySelector('.hidden.md\\:flex');
610
+ if (!mobileMenu.classList.contains('hidden')) {
611
+ mobileMenu.classList.add('hidden');
612
+ mobileMenu.classList.remove('flex', 'flex-col', 'absolute', 'top-16', 'left-0', 'right-0', 'bg-white', 'p-4', 'shadow-md', 'space-y-4');
613
+ }
614
+ });
615
+ });
616
+
617
+ // Form submission
618
+ document.querySelectorAll('form').forEach(form => {
619
+ form.addEventListener('submit', function(e) {
620
+ e.preventDefault();
621
+ const email = this.querySelector('input[type="email"]').value;
622
+ if (email) {
623
+ alert(`Bedankt! De checklist is verzonden naar ${email}`);
624
+ this.querySelector('input[type="email"]').value = '';
625
+ }
626
+ });
627
+ });
628
+ </script>
629
+ <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=jitware/nagelstyliste" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
630
+ </html>
prompts.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ Kan je hier een volledige pagina over maken: https://0kw.024.mywebsitetransfer.com/jitware/hoe-kan-je-als-nagelstyliste-meer-klanten-aantrekken-door-online-aanwezigheid/
2
+ vul het verder aan met info van uit de gedeelde url