jitware commited on
Commit
936c44a
·
verified ·
1 Parent(s): 6a7bcab

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +384 -19
  3. prompts.txt +2 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: 3day Plan
3
- emoji: 🏢
4
- colorFrom: purple
5
- colorTo: indigo
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: 3day-plan
3
+ emoji: 🐳
4
+ colorFrom: pink
5
+ colorTo: red
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,384 @@
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>3-Dagen Lanceerplan voor Salon Boekingssysteem</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, #f5f7fa 0%, #c3cfe2 100%);
12
+ }
13
+ .card-hover:hover {
14
+ transform: translateY(-5px);
15
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
16
+ }
17
+ .transition-all {
18
+ transition: all 0.3s ease;
19
+ }
20
+ .highlight {
21
+ position: relative;
22
+ z-index: 1;
23
+ }
24
+ .highlight:after {
25
+ content: '';
26
+ position: absolute;
27
+ bottom: 0;
28
+ left: 0;
29
+ width: 100%;
30
+ height: 15%;
31
+ background-color: rgba(167, 139, 250, 0.3);
32
+ z-index: -1;
33
+ transition: all 0.3s ease;
34
+ }
35
+ .highlight:hover:after {
36
+ height: 25%;
37
+ background-color: rgba(167, 139, 250, 0.5);
38
+ }
39
+ </style>
40
+ </head>
41
+ <body class="gradient-bg min-h-screen font-sans">
42
+ <div class="container mx-auto px-4 py-12">
43
+ <!-- Header -->
44
+ <header class="text-center mb-16">
45
+ <h1 class="text-4xl md:text-5xl font-bold text-gray-800 mb-4">3-Dagen Lanceerplan</h1>
46
+ <h2 class="text-2xl md:text-3xl font-semibold text-indigo-600 mb-6">Voor Jouw Salon Boekingssysteem</h2>
47
+ <p class="text-lg text-gray-600 max-w-3xl mx-auto">
48
+ Lanceer je eerste aanbod in slechts 3 dagen - zelfs zonder bestaand publiek. Deze stapsgewijze gids helpt je om snel je eerste 3 betalende klanten te krijgen.
49
+ </p>
50
+ </header>
51
+
52
+ <!-- Product Overview -->
53
+ <section class="bg-white rounded-xl shadow-lg p-8 mb-16 transition-all hover:shadow-xl">
54
+ <div class="flex flex-col md:flex-row items-center">
55
+ <div class="md:w-1/2 mb-8 md:mb-0 md:pr-8">
56
+ <h3 class="text-2xl font-bold text-gray-800 mb-4">Jouw Product: <span class="text-indigo-600">BoekingsBoost voor Salons</span></h3>
57
+ <p class="text-gray-600 mb-6">
58
+ Een kant-en-klaar online boekingssysteem + websitepakket voor schoonheidssalons die meer klanten willen en minder no-shows.
59
+ </p>
60
+ <div class="bg-indigo-50 rounded-lg p-6">
61
+ <h4 class="font-semibold text-indigo-700 mb-3">Pakket Inclusief:</h4>
62
+ <ul class="space-y-2">
63
+ <li class="flex items-start">
64
+ <i class="fas fa-check-circle text-indigo-500 mt-1 mr-2"></i>
65
+ <span>Professionele website met boekingsfunctie</span>
66
+ </li>
67
+ <li class="flex items-start">
68
+ <i class="fas fa-check-circle text-indigo-500 mt-1 mr-2"></i>
69
+ <span>Makkelijk beheersysteem voor afspraken</span>
70
+ </li>
71
+ <li class="flex items-start">
72
+ <i class="fas fa-check-circle text-indigo-500 mt-1 mr-2"></i>
73
+ <span>Automatische SMS/e-mail herinneringen</span>
74
+ </li>
75
+ <li class="flex items-start">
76
+ <i class="fas fa-check-circle text-indigo-500 mt-1 mr-2"></i>
77
+ <span>Instagram/Facebook integratie</span>
78
+ </li>
79
+ <li class="flex items-start">
80
+ <i class="fas fa-check-circle text-indigo-500 mt-1 mr-2"></i>
81
+ <span>Hulp bij Google Bedrijfspagina instellen</span>
82
+ </li>
83
+ </ul>
84
+ </div>
85
+ </div>
86
+ <div class="md:w-1/2 bg-indigo-100 rounded-xl p-8">
87
+ <div class="bg-white rounded-lg shadow-md p-6">
88
+ <h4 class="font-bold text-lg text-gray-800 mb-4">Prijzen & Aanbod</h4>
89
+ <div class="mb-6">
90
+ <div class="flex justify-between items-center mb-2">
91
+ <span class="font-medium">Standaardprijs:</span>
92
+ <span class="font-bold text-indigo-600">€199 opstart + €29/maand</span>
93
+ </div>
94
+ <div class="flex justify-between items-center">
95
+ <span class="font-medium">Early Adopter Aanbod:</span>
96
+ <span class="font-bold text-indigo-600">€49 eenmalig</span>
97
+ </div>
98
+ </div>
99
+ <div class="bg-yellow-50 border-l-4 border-yellow-400 p-4 mb-6">
100
+ <h5 class="font-semibold text-yellow-800 mb-1">Bonus Aanbod</h5>
101
+ <p class="text-yellow-700 text-sm">2 weken gratis proefperiode + white label optie beschikbaar</p>
102
+ </div>
103
+ <div class="space-y-3">
104
+ <div class="flex items-start">
105
+ <i class="fas fa-bolt text-yellow-500 mt-1 mr-2"></i>
106
+ <span>Geen technische kennis nodig</span>
107
+ </div>
108
+ <div class="flex items-start">
109
+ <i class="fas fa-rocket text-yellow-500 mt-1 mr-2"></i>
110
+ <span>Binnen 48 uur live</span>
111
+ </div>
112
+ <div class="flex items-start">
113
+ <i class="fas fa-clock text-yellow-500 mt-1 mr-2"></i>
114
+ <span>Bespaart 5-10 uur per week</span>
115
+ </div>
116
+ </div>
117
+ </div>
118
+ </div>
119
+ </div>
120
+ </section>
121
+
122
+ <!-- Day Cards -->
123
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8 mb-16">
124
+ <!-- Dag 1 -->
125
+ <div class="bg-white rounded-xl shadow-lg p-8 transition-all card-hover">
126
+ <div class="flex items-center mb-6">
127
+ <div class="bg-indigo-100 text-indigo-800 rounded-full w-12 h-12 flex items-center justify-center font-bold text-xl mr-4">1</div>
128
+ <h3 class="text-2xl font-bold text-gray-800">Dag 1</h3>
129
+ </div>
130
+ <h4 class="text-lg font-semibold text-indigo-600 mb-4">Maak Je Aanbod & Kies Doelgroep</h4>
131
+
132
+ <div class="mb-6">
133
+ <h5 class="font-medium text-gray-800 mb-2 flex items-center">
134
+ <i class="fas fa-bullseye mr-2 text-indigo-500"></i> Wat te verkopen
135
+ </h5>
136
+ <ul class="space-y-2 text-gray-600 pl-2">
137
+ <li class="flex items-start">
138
+ <i class="fas fa-check text-indigo-400 text-xs mt-2 mr-2"></i>
139
+ <span>Starterpakket met alle essentiële functies</span>
140
+ </li>
141
+ <li class="flex items-start">
142
+ <i class="fas fa-check text-indigo-400 text-xs mt-2 mr-2"></i>
143
+ <span>Focus op tijdwinst en minder no-shows</span>
144
+ </li>
145
+ </ul>
146
+ </div>
147
+
148
+ <div class="mb-6">
149
+ <h5 class="font-medium text-gray-800 mb-2 flex items-center">
150
+ <i class="fas fa-gift mr-2 text-indigo-500"></i> Hoe het te verpakken
151
+ </h5>
152
+ <ul class="space-y-2 text-gray-600 pl-2">
153
+ <li class="flex items-start">
154
+ <i class="fas fa-check text-indigo-400 text-xs mt-2 mr-2"></i>
155
+ <span>Noem het "BoekingsBoost voor Salons"</span>
156
+ </li>
157
+ <li class="flex items-start">
158
+ <i class="fas fa-check text-indigo-400 text-xs mt-2 mr-2"></i>
159
+ <span>Bied early adopter prijzen aan</span>
160
+ </li>
161
+ <li class="flex items-start">
162
+ <i class="fas fa-check text-indigo-400 text-xs mt-2 mr-2"></i>
163
+ <span>Belangrijkste voordelen duidelijk benadrukken</span>
164
+ </li>
165
+ </ul>
166
+ </div>
167
+
168
+ <div class="bg-indigo-50 rounded-lg p-4">
169
+ <h5 class="font-medium text-indigo-800 mb-2 flex items-center">
170
+ <i class="fas fa-lightbulb mr-2 text-indigo-500"></i> Pro Tip
171
+ </h5>
172
+ <p class="text-indigo-700 text-sm">
173
+ Test je aanbod eerst bij 5 salons om testimonials te krijgen en je pitch te verfijnen.
174
+ </p>
175
+ </div>
176
+ </div>
177
+
178
+ <!-- Dag 2 -->
179
+ <div class="bg-white rounded-xl shadow-lg p-8 transition-all card-hover">
180
+ <div class="flex items-center mb-6">
181
+ <div class="bg-indigo-100 text-indigo-800 rounded-full w-12 h-12 flex items-center justify-center font-bold text-xl mr-4">2</div>
182
+ <h3 class="text-2xl font-bold text-gray-800">Dag 2</h3>
183
+ </div>
184
+ <h4 class="text-lg font-semibold text-indigo-600 mb-4">Bouw Landingspagina & Demo</h4>
185
+
186
+ <div class="mb-6">
187
+ <h5 class="font-medium text-gray-800 mb-2 flex items-center">
188
+ <i class="fas fa-laptop-code mr-2 text-indigo-500"></i> Must-haves voor landingspagina
189
+ </h5>
190
+ <ul class="space-y-2 text-gray-600 pl-2">
191
+ <li class="flex items-start">
192
+ <i class="fas fa-check text-indigo-400 text-xs mt-2 mr-2"></i>
193
+ <span>Duidelijke kopregel gericht op voordelen</span>
194
+ </li>
195
+ <li class="flex items-start">
196
+ <i class="fas fa-check text-indigo-400 text-xs mt-2 mr-2"></i>
197
+ <span>Pakketdetails in bullet points</span>
198
+ </li>
199
+ <li class="flex items-start">
200
+ <i class="fas fa-check text-indigo-400 text-xs mt-2 mr-2"></i>
201
+ <span>Screenshot of demovideo</span>
202
+ </li>
203
+ <li class="flex items-start">
204
+ <i class="fas fa-check text-indigo-400 text-xs mt-2 mr-2"></i>
205
+ <span>Sterke CTA: "Start Gratis Proefperiode"</span>
206
+ </li>
207
+ </ul>
208
+ </div>
209
+
210
+ <div class="mb-6">
211
+ <h5 class="font-medium text-gray-800 mb-2 flex items-center">
212
+ <i class="fas fa-film mr-2 text-indigo-500"></i> Demo Maken
213
+ </h5>
214
+ <ul class="space-y-2 text-gray-600 pl-2">
215
+ <li class="flex items-start">
216
+ <i class="fas fa-check text-indigo-400 text-xs mt-2 mr-2"></i>
217
+ <span>Gebruik Loom of Canva voor eenvoudige video's</span>
218
+ </li>
219
+ <li class="flex items-start">
220
+ <i class="fas fa-check text-indigo-400 text-xs mt-2 mr-2"></i>
221
+ <span>Toon het boekingsproces vanuit klantperspectief</span>
222
+ </li>
223
+ <li class="flex items-start">
224
+ <i class="fas fa-check text-indigo-400 text-xs mt-2 mr-2"></i>
225
+ <span>Benadruk admin dashboard functies</span>
226
+ </li>
227
+ </ul>
228
+ </div>
229
+
230
+ <div class="bg-indigo-50 rounded-lg p-4">
231
+ <h5 class="font-medium text-indigo-800 mb-2 flex items-center">
232
+ <i class="fas fa-tools mr-2 text-indigo-500"></i> Aanbevolen Tools
233
+ </h5>
234
+ <p class="text-indigo-700 text-sm">
235
+ Carrd, Framer, MailerLite, of zelfs Notion voor eenvoudige landingspagina's.
236
+ </p>
237
+ </div>
238
+ </div>
239
+
240
+ <!-- Dag 3 -->
241
+ <div class="bg-white rounded-xl shadow-lg p-8 transition-all card-hover">
242
+ <div class="flex items-center mb-6">
243
+ <div class="bg-indigo-100 text-indigo-800 rounded-full w-12 h-12 flex items-center justify-center font-bold text-xl mr-4">3</div>
244
+ <h3 class="text-2xl font-bold text-gray-800">Dag 3</h3>
245
+ </div>
246
+ <h4 class="text-lg font-semibold text-indigo-600 mb-4">Vind Je Eerste 3 Klanten</h4>
247
+
248
+ <div class="mb-6">
249
+ <h5 class="font-medium text-gray-800 mb-2 flex items-center">
250
+ <i class="fab fa-facebook mr-2 text-indigo-500"></i> Methode 1: Facebook & WhatsApp
251
+ </h5>
252
+ <ul class="space-y-2 text-gray-600 pl-2">
253
+ <li class="flex items-start">
254
+ <i class="fas fa-check text-indigo-400 text-xs mt-2 mr-2"></i>
255
+ <span>Word lid van schoonheidssalon Facebookgroepen</span>
256
+ </li>
257
+ <li class="flex items-start">
258
+ <i class="fas fa-check text-indigo-400 text-xs mt-2 mr-2"></i>
259
+ <span>Bied gratis proefperiode aan voor feedback</span>
260
+ </li>
261
+ <li class="flex items-start">
262
+ <i class="fas fa-check text-indigo-400 text-xs mt-2 mr-2"></i>
263
+ <span>Volg op met persoonlijke DM's</span>
264
+ </li>
265
+ </ul>
266
+ </div>
267
+
268
+ <div class="mb-6">
269
+ <h5 class="font-medium text-gray-800 mb-2 flex items-center">
270
+ <i class="fas fa-map-marker-alt mr-2 text-indigo-500"></i> Methode 2: Lokaal Zoeken
271
+ </h5>
272
+ <ul class="space-y-2 text-gray-600 pl-2">
273
+ <li class="flex items-start">
274
+ <i class="fas fa-check text-indigo-400 text-xs mt-2 mr-2"></i>
275
+ <span>Zoek salons zonder boekingssysteem</span>
276
+ </li>
277
+ <li class="flex items-start">
278
+ <i class="fas fa-check text-indigo-400 text-xs mt-2 mr-2"></i>
279
+ <span>Stuur persoonlijke e-mails met demovideo</span>
280
+ </li>
281
+ </ul>
282
+ </div>
283
+
284
+ <div class="bg-indigo-50 rounded-lg p-4">
285
+ <h5 class="font-medium text-indigo-800 mb-2 flex items-center">
286
+ <i class="fas fa-network-wired mr-2 text-indigo-500"></i> Methode 3: LinkedIn & Netwerk
287
+ </h5>
288
+ <p class="text-indigo-700 text-sm">
289
+ Neem contact op met salonhouders in je bestaande netwerk via 1-op-1 berichten.
290
+ </p>
291
+ </div>
292
+ </div>
293
+ </div>
294
+
295
+ <!-- Results & Next Steps -->
296
+ <section class="bg-indigo-700 rounded-xl shadow-lg p-8 text-white">
297
+ <h3 class="text-2xl font-bold mb-6">Verwachte Resultaten Na 3 Dagen</h3>
298
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-6">
299
+ <div class="bg-white bg-opacity-10 rounded-lg p-6 flex flex-col items-center text-center">
300
+ <div class="bg-white text-indigo-700 rounded-full w-12 h-12 flex items-center justify-center mb-4">
301
+ <i class="fas fa-check-circle text-xl"></i>
302
+ </div>
303
+ <p>Eenvoudige maar overtuigende website</p>
304
+ </div>
305
+ <div class="bg-white bg-opacity-10 rounded-lg p-6 flex flex-col items-center text-center">
306
+ <div class="bg-white text-indigo-700 rounded-full w-12 h-12 flex items-center justify-center mb-4">
307
+ <i class="fas fa-box-open text-xl"></i>
308
+ </div>
309
+ <p>Goed geformuleerd aanbod</p>
310
+ </div>
311
+ <div class="bg-white bg-opacity-10 rounded-lg p-6 flex flex-col items-center text-center">
312
+ <div class="bg-white text-indigo-700 rounded-full w-12 h-12 flex items-center justify-center mb-4">
313
+ <i class="fas fa-users text-xl"></i>
314
+ </div>
315
+ <p>3+ geïnteresseerde salonhouders</p>
316
+ </div>
317
+ <div class="bg-white bg-opacity-10 rounded-lg p-6 flex flex-col items-center text-center">
318
+ <div class="bg-white text-indigo-700 rounded-full w-12 h-12 flex items-center justify-center mb-4">
319
+ <i class="fas fa-sync-alt text-xl"></i>
320
+ </div>
321
+ <p>Herhaalbaar verkoopsysteem</p>
322
+ </div>
323
+ </div>
324
+ </section>
325
+
326
+ <!-- Sample Outreach Messages -->
327
+ <section class="bg-white rounded-xl shadow-lg p-8 mt-16">
328
+ <h3 class="text-2xl font-bold text-gray-800 mb-6">Voorbeeld Outreach Berichten</h3>
329
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8">
330
+ <!-- Facebook Group Post -->
331
+ <div class="border border-gray-200 rounded-lg p-6">
332
+ <div class="flex items-center mb-4">
333
+ <div class="bg-blue-100 text-blue-800 rounded-full w-10 h-10 flex items-center justify-center mr-3">
334
+ <i class="fab fa-facebook-f"></i>
335
+ </div>
336
+ <h4 class="font-semibold text-gray-800">Facebook Groep Bericht</h4>
337
+ </div>
338
+ <div class="bg-gray-50 rounded-lg p-4 text-gray-700">
339
+ <p>"Hallo allemaal! Ik test een nieuw boekingssysteem speciaal voor schoonheidssalons om no-shows te verminderen en tijd te besparen op afsprakenbeheer. Op zoek naar 3 salonhouders die het 14 dagen gratis willen uitproberen in ruil voor eerlijke feedback. Iemand geïnteresseerd?"</p>
340
+ </div>
341
+ </div>
342
+
343
+ <!-- Email Template -->
344
+ <div class="border border-gray-200 rounded-lg p-6">
345
+ <div class="flex items-center mb-4">
346
+ <div class="bg-red-100 text-red-800 rounded-full w-10 h-10 flex items-center justify-center mr-3">
347
+ <i class="fas fa-envelope"></i>
348
+ </div>
349
+ <h4 class="font-semibold text-gray-800">E-mail Template</h4>
350
+ </div>
351
+ <div class="bg-gray-50 rounded-lg p-4 text-gray-700">
352
+ <p class="font-medium">Onderwerp: Vraagje over je boekingssysteem</p>
353
+ <p class="mt-2">"Beste [Voornaam],</p>
354
+ <p class="mt-2">Ik zie dat je salon nog geen online boekingssysteem heeft. Ik heb een eenvoudige oplossing gemaakt die salons zoals die van jou helpt om no-shows met 40% te verminderen en 5-10 uur per week aan administratie te besparen.</p>
355
+ <p class="mt-2">Zou je openstaan voor een snelle demo van 10 minuten? Geen verplichtingen, ik wil je gewoon laten zien wat mogelijk is.</p>
356
+ <p class="mt-2">Met vriendelijke groet,<br>[Je Naam]"</p>
357
+ </div>
358
+ </div>
359
+ </div>
360
+ </section>
361
+
362
+ <!-- Call to Action -->
363
+ <div class="text-center mt-16">
364
+ <h3 class="text-2xl font-bold text-gray-800 mb-6">Klaar om Je Aanbod te Lanceren?</h3>
365
+ <p class="text-lg text-gray-600 mb-8 max-w-2xl mx-auto">Volg dit stappenplan en je hebt binnen 3 dagen je eerste betalende klanten, zelfs als je nu nog geen publiek hebt.</p>
366
+ <button class="bg-indigo-600 hover:bg-indigo-700 text-white font-bold py-3 px-8 rounded-full transition-all transform hover:scale-105 shadow-lg">
367
+ Download Checklist
368
+ </button>
369
+ </div>
370
+ </div>
371
+
372
+ <footer class="bg-gray-800 text-white py-8">
373
+ <div class="container mx-auto px-4 text-center">
374
+ <p>© 2023 Salon Boekingssysteem Lanceerplan</p>
375
+ <div class="flex justify-center space-x-4 mt-4">
376
+ <a href="#" class="hover:text-indigo-300 transition"><i class="fab fa-facebook-f"></i></a>
377
+ <a href="#" class="hover:text-indigo-300 transition"><i class="fab fa-instagram"></i></a>
378
+ <a href="#" class="hover:text-indigo-300 transition"><i class="fab fa-linkedin-in"></i></a>
379
+ <a href="#" class="hover:text-indigo-300 transition"><i class="fab fa-twitter"></i></a>
380
+ </div>
381
+ </div>
382
+ </footer>
383
+ <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/3day-plan" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
384
+ </html>
prompts.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ Build me a 3-day roadmap to launch my first offer. Include what I should sell, how to package it, and the easiest way to get my first 3 buyers—even with zero audience." boekingsysteem voor schoonheidssalons ChatGPT zei: Helemaal klaar om te knallen? 💥 Hier is een superslimme en concrete 3-daagse roadmap om jouw boekingssysteem voor schoonheidssalons als eerste aanbod te lanceren – zelfs als je (nog) geen volgers of publiek hebt. 🎯 Jouw product = “Een kant-en-klaar online boekingssysteem + websitepakket voor schoonheidssalons die meer klanten willen en minder no-shows.” 🗓️ Dag 1 – Aanbod vormen & doelgroep kiezen Doel: Jouw aanbod 100% afstemmen op de noden van schoonheidsspecialisten. 🛠️ Wat je verkoopt: Een starterspakket inclusief: ✅ een professioneel ogende website met boekingsfunctie ✅ een eenvoudig beheersysteem voor afspraken ✅ automatische herinneringen per sms of e-mail ✅ integratie met Instagram of Facebook ✅ hulp bij Google Bedrijfspagina of reviewsysteem 💡 Bonusoptie: 2 weken gratis + mogelijkheid tot white label 🎁 Zo verpak je het: Naam: “BoekingsBoost voor Salons” Prijs: €199 opstart + €29/maand (of tijdelijk alleen €49 eenmalig voor early adopters) USP's: Geen technische kennis nodig Online in 48u Minder no-shows, meer rust Tijdswinst per week: 5–10 uur Gratis getest door 5 salons met topresultaten 🗓️ Dag 2 – Landingpage + demo maken Doel: Een 1-pagina landingspagina klaarzetten + simpele demo klaar hebben ✏️ Bouw dit: 🔹 Heldere titel: “Verdien meer met minder stress – boekingssysteem voor schoonheidsspecialisten” 🔹 Wat zit er in het pakket (gebruik bullet points) 🔹 Voor wie is het 🔹 Voorbeeldje (screenshot of video van de tool in actie – gebruik Canva of Loom) 🔹 Krachtige call to action: “Vraag jouw gratis proefperiode aan” Tools: Canva, Carrd, Framer, MailerLite (voor form), Notion.so (kan zelfs dienen als salespage) 🗓️ Dag 3 – Eerste 3 klanten vinden (zonder publiek) Doel: Jouw eerste 3 betalende klanten zonder advertentiebudget 🎯 Strategie: ✅ Methode 1: Facebook & WhatsApp outreach Ga naar Facebookgroepen zoals: "Schoonheidsspecialisten België/Nederland" "Zelfstandige vrouwen in beauty" Plaats géén spam. Reageer op een vraag of plaats een post als: “Ik ben iets aan het uittesten voor schoonheidssalons die hun afspraken willen automatiseren. Het is een boekingssysteem + mini-website en ik zoek 3 salons die het 14 dagen gratis willen proberen in ruil voor eerlijke feedback. Interesse?” Reageer persoonlijk en warm via DM of WhatsApp – toon demo. ✅ Methode 2: Zoek lokaal Zoek op Google naar schoonheidssalons in jouw regio zonder boekingssysteem Bel of stuur een persoonlijke e-mail (liefst met video waarin je het systeem toont) Voorbeeldtekst: “Hey [voornaam], ik help salons zoals de jouwe met een boekingssysteem dat no-shows verlaagt en je agenda automatisch laat vollopen. Mag ik je 1 voorbeeld laten zien? Het is gratis te testen, géén verplichting.” ✅ Methode 3: LinkedIn of netwerken Stuur 1-op-1 berichten naar salonhouders in jouw netwerk. Zelfs mensen die je al eens gesproken hebt. 🚀 Resultaat na 3 dagen ✅ 1 simpele maar overtuigende website ✅ een goed geformuleerd aanbod ✅ een lijstje met minstens 3 geïnteresseerde schoonheidsspecialisten ✅ een systeem dat je makkelijk opnieuw kan verkopen
2
+ kan je dit in het nederlands opmaken