-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdoctors.html
More file actions
400 lines (387 loc) · 19.1 KB
/
Copy pathdoctors.html
File metadata and controls
400 lines (387 loc) · 19.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
<!DOCTYPE html>
<html lang="en-ZA">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ORION PRO for Medical Practices — Never Miss Another Patient</title>
<meta name="description" content="Meet Naledi. She welcomes your patients, books appointments, answers questions, and never takes a day off. R2,690/mo.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><text y='28' font-size='28'>O</text></svg>">
<style>
.industry-hero {
position: relative;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
padding: 120px 24px 80px;
background: linear-gradient(180deg, var(--background) 0%, var(--surface) 100%);
}
.industry-hero-badge {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 20px;
border-radius: 9999px;
background: rgba(200,168,78,0.08);
border: 1px solid rgba(200,168,78,0.15);
font-size: 12px;
font-weight: 600;
color: var(--primary);
letter-spacing: 0.1em;
text-transform: uppercase;
margin-bottom: 24px;
}
.industry-hero h1 {
font-size: clamp(40px, 7vw, 80px);
font-weight: 900;
line-height: 1.1;
letter-spacing: -0.03em;
margin-bottom: 20px;
max-width: 900px;
}
.industry-hero .hero-sub {
font-size: clamp(18px, 2.5vw, 24px);
color: var(--text-muted);
max-width: 700px;
margin-bottom: 16px;
line-height: 1.6;
}
.industry-hero .hero-desc {
font-size: 16px;
color: var(--text-dim);
max-width: 600px;
line-height: 1.8;
margin-bottom: 40px;
}
.naledi-intro {
padding: 100px 24px;
background: var(--surface);
border-top: 1px solid var(--border);
border-bottom: 1px solid var(--border);
}
.naledi-intro-inner {
max-width: 800px;
margin: 0 auto;
text-align: center;
}
.naledi-avatar {
width: 120px;
height: 120px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-dim), var(--primary));
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 32px;
font-size: 48px;
font-weight: 900;
color: var(--background);
}
.naledi-quote {
font-size: clamp(24px, 4vw, 36px);
font-weight: 600;
line-height: 1.4;
margin-bottom: 24px;
}
.naledi-body {
font-size: 17px;
color: var(--text-muted);
line-height: 1.8;
max-width: 650px;
margin: 0 auto;
}
.pain-points {
padding: 100px 24px;
}
.pain-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 24px;
max-width: 1100px;
margin: 0 auto;
}
.pain-card {
padding: 32px;
border: 1px solid var(--border);
border-radius: var(--radius-lg);
background: var(--surface);
transition: all 0.3s;
}
.pain-card:hover {
border-color: var(--border-light);
transform: translateY(-2px);
}
.pain-card svg {
width: 32px;
height: 32px;
color: var(--primary);
margin-bottom: 16px;
}
.pain-card h3 {
font-size: 18px;
font-weight: 600;
margin-bottom: 12px;
}
.pain-card p {
font-size: 14px;
color: var(--text-muted);
line-height: 1.7;
}
.how-it-works {
padding: 100px 24px;
background: var(--surface);
border-top: 1px solid var(--border);
border-bottom: 1px solid var(--border);
}
.steps {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 32px;
max-width: 1000px;
margin: 0 auto;
}
.step {
text-align: center;
}
.step-num {
font-size: 48px;
font-weight: 900;
color: var(--primary);
opacity: 0.3;
margin-bottom: 16px;
}
.step h3 {
font-size: 18px;
font-weight: 600;
margin-bottom: 12px;
}
.step p {
font-size: 14px;
color: var(--text-muted);
line-height: 1.7;
}
</style>
</head>
<body>
<nav class="nav">
<div class="nav-inner" style="display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 32px;height:72px;">
<a href="/" class="nav-logo" style="all:unset;font-weight:800;font-size:18px;letter-spacing:0.05em;cursor:pointer;">ORION <span class="gold">PRO</span></a>
<div class="nav-links">
<a href="#how" class="nav-link">How It Works</a>
<a href="#features" class="nav-link">Features</a>
<a href="#pricing" class="nav-link">Pricing</a>
<a href="https://wa.me/27703080516?text=Howzit%20Orion%20PRO%20-%20I%20run%20a%20medical%20practice" class="nav-cta">Talk to Orion PRO</a>
</div>
</div>
</nav>
<section class="industry-hero">
<div class="industry-hero-badge">FOR MEDICAL PRACTICES</div>
<h1>Never Miss <span class="gold">Another Patient</span></h1>
<p class="hero-sub">While your team is caring for patients, Naledi is welcoming new ones, answering questions, arranging appointments, and making sure nobody feels ignored.</p>
<p class="hero-desc">She works 24/7, speaks 50+ languages including isiZulu and Afrikaans, and she never takes a day off. Your patients deserve to be heard. Naledi makes sure they are.</p>
<div class="hero-cta">
<a href="#pricing" class="btn btn-primary btn-lg">See What It Costs</a>
<a href="https://wa.me/27703080516?text=Howzit%20Orion%20PRO%20-%20I%20run%20a%20medical%20practice" class="btn btn-secondary btn-lg">Talk to Orion PRO</a>
</div>
<p class="hero-note">R2,690/mo · SLA Guaranteed · Live in 1-3 days</p>
</section>
<section class="naledi-intro">
<div class="naledi-intro-inner">
<div class="naledi-avatar">N</div>
<p class="naledi-quote">"Good morning, Sarah. It's lovely to hear from you again. How has little Ethan been since his last visit?"</p>
<p class="naledi-body">That's not a script. That's Naledi. She remembers your patients — their names, their families, their preferences. When someone calls, they don't get a menu. They get a person who knows them. That's the difference between a practice that runs and a practice that cares.</p>
</div>
</section>
<section class="pain-points section" id="pain">
<div class="section-header">
<h2 class="section-title">What <span class="gold">Actually</span> Hurts</h2>
<p class="section-sub">You became a doctor to help people. Not to answer phones.</p>
</div>
<div class="pain-grid">
<div class="pain-card">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"/><line x1="16" y1="2" x2="16" y2="6"/><line x1="8" y1="2" x2="8" y2="6"/><line x1="3" y1="10" x2="21" y2="10"/></svg>
<h3>Missed Calls</h3>
<p>Your receptionist is with a patient. The phone rings. That's a new patient you just lost to the practice down the road.</p>
</div>
<div class="pain-card">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="12" cy="12" r="10"/><polyline points="12 6 12 12 16 14"/></svg>
<h3>After-Hours Panic</h3>
<p>A patient messages at 9pm asking about symptoms. By morning, they've booked with someone else. Or worse, they're anxious all night.</p>
</div>
<div class="pain-card">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/><line x1="16" y1="13" x2="8" y2="13"/><line x1="16" y1="17" x2="8" y2="17"/></svg>
<h3>Admin Avalanche</h3>
<p>Your staff spends more time on WhatsApp than with patients. Appointment confirmations, prescription queries, bill questions — it never stops.</p>
</div>
<div class="pain-card">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="12" cy="12" r="10"/><line x1="2" y1="12" x2="22" y2="12"/><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/></svg>
<h3>Language Barrier</h3>
<p>Your patient speaks isiZulu. Your receptionist speaks English. The conversation stalls. The patient leaves confused.</p>
</div>
</div>
</section>
<section class="how-it-works" id="how">
<div class="section-header">
<h2 class="section-title">How It <span class="gold">Works</span></h2>
<p class="section-sub">From sign-up to live in 1-3 days. We handle everything.</p>
</div>
<div class="steps">
<div class="step">
<div class="step-num">01</div>
<h3>Tell Us About Your Practice</h3>
<p>Services, hours, pricing, FAQ. We load it all into Naledi's knowledge. She learns your practice like a new hire — except she never forgets.</p>
</div>
<div class="step">
<div class="step-num">02</div>
<h3>Connect Your WhatsApp</h3>
<p>We set up the WhatsApp Business API. Your patients message the same number they always have. Nothing changes for them.</p>
</div>
<div class="step">
<div class="step-num">03</div>
<h3>Naledi Goes Live</h3>
<p>She starts welcoming patients, booking appointments, answering questions. You focus on medicine. She handles the rest.</p>
</div>
</div>
</section>
<section class="section features" id="features">
<div class="section-header">
<h2 class="section-title">What Naledi <span class="gold">Does</span></h2>
<p class="section-sub">Not a chatbot. A team member.</p>
</div>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"/><line x1="16" y1="2" x2="16" y2="6"/><line x1="8" y1="2" x2="8" y2="6"/><line x1="3" y1="10" x2="21" y2="10"/></svg>
</div>
<h3 class="feature-title">Book Appointments</h3>
<p class="feature-desc">Patients message. Naledi checks availability. Books the slot. Sends confirmation. Done. No phone tag.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"/><circle cx="12" cy="7" r="4"/></svg>
</div>
<h3 class="feature-title">Remember Patients</h3>
<p class="feature-desc">Names, families, preferences, history. Naledi builds relationships, not just records. "How's your daughter's matric going?"</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="12" cy="12" r="10"/><line x1="2" y1="12" x2="22" y2="12"/><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/></svg>
</div>
<h3 class="feature-title">50+ Languages</h3>
<p class="feature-desc">isiZulu, Afrikaans, English, French, Mandarin. Your patients speak their language. Naledi speaks it back.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"/><polyline points="22 4 12 14.01 9 11.01"/></svg>
</div>
<h3 class="feature-title">Confirm & Remind</h3>
<p class="feature-desc">Automatic appointment confirmations. Day-before reminders. No-shows drop. Your schedule fills up.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/></svg>
</div>
<h3 class="feature-title">Read Documents</h3>
<p class="feature-desc">Patients send medical aid letters, referrals, prescriptions. Naledi reads them. Files them. Acts on them.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="12" cy="12" r="10"/><polyline points="12 6 12 12 16 14"/></svg>
</div>
<h3 class="feature-title">24/7 Coverage</h3>
<p class="feature-desc">Evenings. Weekends. Public holidays. Naledi never sleeps. Your patients always have someone to talk to.</p>
</div>
</div>
</section>
<section class="pricing-section section" id="pricing" style="text-align:center;background:var(--surface);border-top:1px solid var(--border);">
<div class="section-header">
<h2 class="section-title">Medical Practice <span class="gold">Pricing</span></h2>
<p class="section-sub">Built for practices. Priced to scale.</p>
</div>
<div class="pricing-card featured" style="max-width:520px;margin:0 auto;">
<div class="pricing-badge">Special Offer</div>
<div class="pricing-name" style="font-size:14px;text-transform:uppercase;letter-spacing:0.12em;color:var(--primary);margin-bottom:8px;">ORION WhatsApp PRO MED</div>
<div class="pricing-price">R6,999<span style="font-size:28px;font-weight:600;color:var(--text-muted);">/mo</span></div>
<p class="pricing-period">First 3 months — use code <strong style="color:var(--primary);">OPDOC26</strong></p>
<p class="feature-desc" style="margin-bottom:8px;">Normally <s style="color:var(--text-dim);">R8,999</s> /month</p>
<p class="feature-desc" style="margin-bottom:32px;">Your practice's new team member. 24/7. 50+ languages. Voice notes. Document reading. Patient memory. Smart filtering.</p>
<ul class="pricing-features">
<li class="pricing-feature"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="20 6 9 17 4 12"/></svg> Appointment booking and confirmation</li>
<li class="pricing-feature"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="20 6 9 17 4 12"/></svg> Patient memory — names, families, preferences</li>
<li class="pricing-feature"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="20 6 9 17 4 12"/></svg> Voice note transcription</li>
<li class="pricing-feature"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="20 6 9 17 4 12"/></svg> Document reading — referrals, medical aid letters</li>
<li class="pricing-feature"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="20 6 9 17 4 12"/></svg> 50+ languages including isiZulu and Afrikaans</li>
<li class="pricing-feature"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="20 6 9 17 4 12"/></svg> Automatic reminders to reduce no-shows</li>
<li class="pricing-feature"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="20 6 9 17 4 12"/></svg> Smart spam filtering</li>
<li class="pricing-feature"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="20 6 9 17 4 12"/></svg> Weekly activity report</li>
<li class="pricing-feature"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="20 6 9 17 4 12"/></svg> SLA guaranteed</li>
</ul>
<div class="price-setup" style="font-size:14px;color:var(--text-muted);padding:16px 20px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);margin-bottom:32px;line-height:1.6;">
<strong>WhatsApp Business API setup:</strong> R4,690 once-off <em>(only if you don't have your own WABA number)</em><br>
Already have a WhatsApp Business API number? <strong>Connect it for free.</strong>
</div>
<a href="https://wa.me/27703080516?text=Howzit%20Orion%20PRO%20-%20I%20run%20a%20medical%20practice%20and%20want%20the%20OPDOC26%20offer" class="btn btn-primary btn-lg" style="width:100%;">Claim R6,999 Offer →</a>
</div>
</section>
<section class="cta-section section" style="text-align:center;border-top:1px solid var(--border);">
<h2 class="cta-title">Your Patients Deserve <span class="gold">Better</span></h2>
<p class="cta-desc">Right now, someone is trying to reach your practice. They have a question. They need an appointment. They're anxious. Don't let them wait until morning. Let Naledi help them now.</p>
<a href="https://wa.me/27703080516?text=Howzit%20Orion%20PRO%20-%20I%20run%20a%20medical%20practice%20and%20want%20the%20OPDOC26%20offer" class="btn btn-primary btn-lg">Start on WhatsApp →</a>
<p class="hero-note" style="margin-top:16px;">R6,999/mo first 3 months · R8,999/mo thereafter · SLA & Terms apply · Live in 1-3 days</p>
</section>
<footer class="footer">
<div class="footer-grid">
<div class="footer-brand">
<div class="footer-brand-name">ORION <span class="gold">PRO</span></div>
<p class="footer-brand-desc">WhatsApp receptionist for modern businesses. Part of the Orion Universe ecosystem.</p>
<p style="font-size:12px;color:var(--text-dim);margin-top:16px;">Orion Universe<br>Graham Schubach<br>Durban, KwaZulu-Natal, South Africa</p>
</div>
<div>
<div class="footer-col-title">Digital</div>
<ul class="footer-links">
<li><a href="/" class="footer-link">Naledi — WhatsApp</a></li>
<li><a href="#" class="footer-link">GBP — Google Business</a></li>
<li><a href="#" class="footer-link">SEO Optimization</a></li>
<li><a href="#" class="footer-link">Website Design</a></li>
</ul>
</div>
<div>
<div class="footer-col-title">Products</div>
<ul class="footer-links">
<li><a href="#" class="footer-link">AI Print 2 Canvas</a></li>
<li><a href="#" class="footer-link">mPOS / Nexus POS</a></li>
</ul>
</div>
<div>
<div class="footer-col-title">Entertainment</div>
<ul class="footer-links">
<li><a href="#" class="footer-link">SupaTraxx Karaoke</a></li>
<li><a href="#" class="footer-link">Venue Partners</a></li>
<li><a href="#" class="footer-link">Event Bookings</a></li>
</ul>
</div>
<div>
<div class="footer-col-title">Legal</div>
<ul class="footer-links">
<li><a href="#" class="footer-link">Privacy Policy (POPIA)</a></li>
<li><a href="#" class="footer-link">Terms of Service</a></li>
<li><a href="#" class="footer-link">Data Processing</a></li>
<li style="margin-top:16px;"><a href="https://wa.me/27703080516" class="footer-link">Contact</a></li>
<li><a href="mailto:info@oriondevcore.com" class="footer-link">Email</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 Orion Universe. All rights reserved. Built for the bold.</p>
<p>POPIA compliant data handling · Secured processing</p>
</div>
</footer>
<script src="js/app.js"></script>
</body>
</html>