-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
624 lines (593 loc) · 27.9 KB
/
index.html
File metadata and controls
624 lines (593 loc) · 27.9 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
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Digivoip | VoIP, SIP, SMS & Cloud Communication Platform</title>
<meta name="description" content="Digivoip provides SIP trunking, voice termination, SMS messaging, toll-free numbers, campaign tools, and cloud communication software for modern businesses." />
<meta name="keywords" content="Digivoip, SIP trunking, VoIP platform, voice termination, SMS marketing, call center software, cloud telephony, business phone numbers, toll-free numbers, autodialer" />
<meta name="author" content="Digivoip" />
<meta name="robots" content="index, follow, max-image-preview:large" />
<meta name="googlebot" content="index, follow" />
<link rel="canonical" href="https://digivoip.com/" />
<meta name="theme-color" content="#07111f" />
<meta property="og:title" content="Digivoip | Cloud Communication Platform" />
<meta property="og:description" content="Run voice, SIP, SMS, email outreach, and communication automation from one modern platform." />
<meta property="og:image" content="https://digivoip.com/preview.jpg" />
<meta property="og:url" content="https://digivoip.com/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Digivoip" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Digivoip | SIP, SMS & Call Center Platform" />
<meta name="twitter:description" content="All-in-one cloud platform for voice, SMS, SIP, and communication automation." />
<meta name="twitter:image" content="https://digivoip.com/preview.jpg" />
<meta name="geo.region" content="JM" />
<meta name="geo.placename" content="Jamaica" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Digivoip",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web",
"url": "https://digivoip.com",
"description": "Cloud communication platform for SIP trunking, SMS marketing, voice campaigns, and call center operations.",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
<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=Manrope:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" />
<style>
:root {
--bg: #07111f;
--bg-soft: #0d1b2f;
--panel: #ffffff;
--ink: #102033;
--muted: #667892;
--line: #dbe5f1;
--primary: #0ea5e9;
--primary-dark: #0369a1;
--accent: #22c55e;
--orange: #f97316;
--cream: #f7fbff;
--shadow: 0 24px 80px rgba(7, 17, 31, .18);
--radius: 28px;
--max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
margin: 0;
font-family: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
color: var(--ink);
background: var(--cream);
overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.topbar {
background: #06101d;
color: #d8ecff;
font-size: 13px;
padding: 10px 0;
}
.topbar .container {
display: flex;
justify-content: space-between;
gap: 16px;
flex-wrap: wrap;
}
.topbar span { display: inline-flex; gap: 8px; align-items: center; }
.nav-wrap {
position: sticky;
top: 0;
z-index: 50;
background: rgba(247, 251, 255, .86);
backdrop-filter: blur(18px);
border-bottom: 1px solid rgba(219, 229, 241, .85);
}
.nav {
min-height: 78px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 22px;
}
.brand {
display: inline-flex;
align-items: center;
gap: 14px;
font-weight: 900;
}
.brand-logo {
height: auto;
width: 200px;
display: block;
object-fit: contain;
}
.brand-text strong { display: block; font-size: 20px; letter-spacing: -.04em; color: var(--ink); }
.brand-text small { display: block; color: var(--muted); font-size: 12px; font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.nav-links a {
padding: 10px 12px;
border-radius: 999px;
color: #52657e;
font-size: 14px;
font-weight: 800;
}
.nav-links a:hover { background: #eaf4ff; color: var(--primary-dark); }
.nav-links .login {
background: var(--ink);
color: #fff;
padding-inline: 16px;
}
.hero {
position: relative;
padding: 64px 0 42px;
background:
radial-gradient(circle at 10% 15%, rgba(14, 165, 233, .20), transparent 28%),
radial-gradient(circle at 90% 8%, rgba(34, 197, 94, .14), transparent 25%),
linear-gradient(180deg, #f7fbff 0%, #eef7ff 100%);
}
.hero-grid {
display: grid;
grid-template-columns: 1.04fr .96fr;
gap: 40px;
align-items: center;
}
.eyebrow {
display: inline-flex;
align-items: center;
gap: 10px;
width: fit-content;
padding: 10px 14px;
border-radius: 999px;
background: #e8f8ff;
border: 1px solid #c9edff;
color: var(--primary-dark);
font-size: 12px;
font-weight: 900;
letter-spacing: .12em;
text-transform: uppercase;
}
.hero h1 {
margin: 18px 0 18px;
font-size: clamp(3rem, 6.4vw, 6.3rem);
line-height: .92;
letter-spacing: -.075em;
}
.hero h1 span { color: var(--primary-dark); }
.hero p {
max-width: 660px;
color: var(--muted);
font-size: 1.08rem;
line-height: 1.78;
margin: 0 0 26px;
}
.actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
border-radius: 16px;
padding: 15px 20px;
font-weight: 900;
border: 1px solid transparent;
transition: transform .22s ease, box-shadow .22s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-primary { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; }
.btn-outline { background: #fff; color: var(--ink); border-color: var(--line); }
.dashboard-card {
position: relative;
background: #fff;
border: 1px solid var(--line);
border-radius: 34px;
box-shadow: var(--shadow);
overflow: hidden;
}
.dash-head {
background: #07111f;
color: #fff;
padding: 18px;
display: flex;
justify-content: space-between;
align-items: center;
}
.status-pill {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 12px;
font-weight: 900;
padding: 8px 10px;
border-radius: 999px;
background: rgba(34, 197, 94, .16);
color: #bbf7d0;
}
.dash-body { padding: 20px; display: grid; gap: 16px; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.metric {
background: #f3f8fe;
border: 1px solid #e1edf9;
border-radius: 20px;
padding: 16px;
}
.metric strong { display: block; font-size: 1.5rem; letter-spacing: -.05em; }
.metric small { color: var(--muted); font-weight: 800; }
.route-card {
min-height: 250px;
border-radius: 24px;
background:
linear-gradient(120deg, rgba(7, 17, 31, .86), rgba(3, 105, 161, .50)),
url('https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=1200&q=85') center/cover;
color: #fff;
padding: 24px;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.route-card h3 { margin: 0 0 8px; font-size: 1.7rem; letter-spacing: -.05em; }
.route-card p { margin: 0; color: #d9efff; line-height: 1.6; }
.trust-strip {
padding: 22px 0;
background: #fff;
border-top: 1px solid var(--line);
border-bottom: 1px solid var(--line);
}
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.trust-item { display: flex; gap: 12px; align-items: center; color: var(--muted); font-weight: 900; }
.trust-item i { color: var(--primary-dark); }
.section { padding: 72px 0; }
.section-heading { max-width: 760px; margin-bottom: 28px; }
.section-heading.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading h2 { margin: 0 0 12px; font-size: clamp(2.1rem, 4vw, 4rem); line-height: 1; letter-spacing: -.065em; }
.section-heading p { margin: 0; color: var(--muted); line-height: 1.75; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; align-items: stretch; }
.card {
background: #fff;
border: 1px solid var(--line);
border-radius: var(--radius);
box-shadow: 0 16px 48px rgba(7, 17, 31, .08);
overflow: hidden;
}
.feature-card { padding: 26px; }
.icon-bubble {
width: 52px;
height: 52px;
border-radius: 18px;
display: grid;
place-items: center;
color: #fff;
background: linear-gradient(135deg, var(--primary), var(--primary-dark));
margin-bottom: 18px;
}
.feature-card h3, .plan-card h3 { margin: 0 0 10px; font-size: 1.25rem; letter-spacing: -.035em; }
.feature-card p, .plan-card p { margin: 0; color: var(--muted); line-height: 1.72; }
.image-card img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.panel-dark {
background: #07111f;
color: #fff;
border-radius: var(--radius);
padding: 34px;
display: flex;
flex-direction: column;
justify-content: center;
min-height: 420px;
}
.panel-dark p { color: #bfd3ea; }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 14px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; color: #d9e7f6; font-weight: 700; }
.check-list i { color: var(--accent); margin-top: 3px; }
.steps { display: grid; gap: 14px; }
.step {
display: grid;
grid-template-columns: 58px 1fr;
gap: 16px;
background: #fff;
border: 1px solid var(--line);
border-radius: 24px;
padding: 20px;
}
.step-num {
width: 54px;
height: 54px;
display: grid;
place-items: center;
border-radius: 18px;
background: #e8f8ff;
color: var(--primary-dark);
font-weight: 900;
}
.step h3 { margin: 0 0 6px; font-size: 1.1rem; }
.step p { margin: 0; color: var(--muted); line-height: 1.65; }
.plans { background: #eef7ff; }
.plan-card { padding: 24px; display: flex; flex-direction: column; gap: 14px; }
.badge {
width: fit-content;
display: inline-flex;
padding: 8px 12px;
border-radius: 999px;
background: #eef7ff;
color: var(--primary-dark);
font-size: 12px;
font-weight: 900;
}
.plan-card ul { margin: 0; padding-left: 18px; color: var(--muted); line-height: 1.9; }
.cta {
background:
linear-gradient(120deg, rgba(7, 17, 31, .90), rgba(3, 105, 161, .74)),
url('https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1600&q=85') center/cover;
border-radius: 36px;
padding: 46px;
color: #fff;
box-shadow: var(--shadow);
}
.cta h2 { max-width: 760px; margin: 0 0 12px; font-size: clamp(2.2rem, 5vw, 4.4rem); line-height: .98; letter-spacing: -.07em; }
.cta p { max-width: 720px; margin: 0 0 24px; color: #d8e8f7; line-height: 1.75; }
.footer {
background: #07111f;
color: #bdd0e6;
padding: 48px 0;
}
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 22px; }
.footer h3, .footer h4 { color: #fff; margin: 0 0 12px; }
.footer p { margin: 0; line-height: 1.75; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer a:hover { color: #fff; }
.copyright { border-top: 1px solid rgba(255,255,255,.12); margin-top: 28px; padding-top: 22px; text-align: center; font-size: 13px; }
@media (max-width: 980px) {
.hero-grid, .grid-2, .footer-grid { grid-template-columns: 1fr; }
.grid-3, .trust-grid { grid-template-columns: 1fr 1fr; }
.nav { align-items: flex-start; flex-direction: column; padding: 16px 0; }
.nav-links { justify-content: flex-start; }
}
@media (max-width: 640px) {
.topbar .container, .metric-grid, .grid-3, .trust-grid { grid-template-columns: 1fr; display: grid; }
.hero { padding-top: 42px; }
.nav-links a { padding: 9px 10px; }
.hero h1 { font-size: clamp(2.7rem, 15vw, 4rem); }
.metric-grid { grid-template-columns: 1fr; }
.step { grid-template-columns: 1fr; }
.cta { padding: 30px; }
.brand-logo { height: 46px; }
}
</style>
</head>
<body>
<div class="topbar">
<div class="container">
<span><i class="fa-solid fa-signal"></i> Voice, SMS, SIP, numbers, and campaign automation</span>
<span><i class="fa-solid fa-envelope"></i> support@digivoip.com</span>
</div>
</div>
<div class="nav-wrap">
<div class="container nav">
<a href="#top" class="brand">
<img src="assets/images/logo.png" alt="Digivoip Logo" class="brand-logo">
</a>
<div class="nav-links">
<a href="#services">Services</a>
<a href="#platform">Platform</a>
<a href="#workflow">Workflow</a>
<a href="#plans">Plans</a>
<a href="#contact">Contact</a>
<a href="https://app.digivoip.com/admin-panel/" class="login">Sign In</a>
</div>
</div>
</div>
<header class="hero" id="top">
<div class="container hero-grid">
<div>
<div class="eyebrow"><i class="fa-solid fa-bolt"></i> Business VoIP made simple</div>
<h1>Connect calls, messages, and campaigns with <span>Digivoip.</span></h1>
<p>Digivoip gives businesses one modern platform for SIP trunking, voice termination, SMS campaigns, email outreach, number services, reporting, and communication automation.</p>
<div class="actions">
<a href="#services" class="btn btn-primary"><i class="fa-solid fa-layer-group"></i> Explore Services</a>
<a href="#contact" class="btn btn-outline"><i class="fa-solid fa-headset"></i> Talk to Support</a>
</div>
</div>
<div class="dashboard-card" aria-label="Digivoip platform overview">
<div class="dash-head">
<strong>Digivoip Console</strong>
<span class="status-pill"><i class="fa-solid fa-circle-check"></i> Live network</span>
</div>
<div class="dash-body">
<div class="metric-grid">
<div class="metric"><strong>Voice</strong><small>SIP + calling</small></div>
<div class="metric"><strong>SMS</strong><small>Bulk messaging</small></div>
<div class="metric"><strong>Email</strong><small>Campaign outreach</small></div>
</div>
<div class="route-card">
<h3>Route, launch, monitor.</h3>
<p>Manage communication activity from campaign setup to reporting with a cleaner, easier dashboard experience.</p>
</div>
</div>
</div>
</div>
</header>
<section class="trust-strip">
<div class="container trust-grid">
<div class="trust-item"><i class="fa-solid fa-network-wired"></i> SIP Trunking</div>
<div class="trust-item"><i class="fa-solid fa-comments"></i> SMS Messaging</div>
<div class="trust-item"><i class="fa-solid fa-phone"></i> Voice Termination</div>
<div class="trust-item"><i class="fa-solid fa-chart-simple"></i> Reports & Logs</div>
</div>
</section>
<section class="section" id="services">
<div class="container">
<div class="section-heading center">
<h2>Everything your communication team needs</h2>
<p>A redesigned layout with clear service cards, stronger spacing, lighter colors, and a more professional Digivoip identity.</p>
</div>
<div class="grid-3">
<article class="card feature-card">
<div class="icon-bubble"><i class="fa-solid fa-phone-volume"></i></div>
<h3>Voice & SIP</h3>
<p>Power business calling, PBX systems, softphones, campaign dialers, and high-volume voice traffic with reliable SIP connectivity.</p>
</article>
<article class="card feature-card">
<div class="icon-bubble"><i class="fa-solid fa-message"></i></div>
<h3>SMS Campaigns</h3>
<p>Send customer updates, marketing messages, appointment reminders, alerts, and bulk SMS campaigns from one platform.</p>
</article>
<article class="card feature-card">
<div class="icon-bubble"><i class="fa-solid fa-bullhorn"></i></div>
<h3>Campaign Tools</h3>
<p>Upload contacts, validate numbers, launch campaigns, pause activity, track outcomes, and review campaign performance.</p>
</article>
<article class="card feature-card">
<div class="icon-bubble"><i class="fa-solid fa-hashtag"></i></div>
<h3>Phone Numbers</h3>
<p>Support local, mobile, national, and toll-free numbers for sales, service desks, support teams, and customer outreach.</p>
</article>
<article class="card feature-card">
<div class="icon-bubble"><i class="fa-solid fa-envelope-open-text"></i></div>
<h3>Email Outreach</h3>
<p>Combine email with voice and SMS for flexible multi-channel communication and campaign visibility.</p>
</article>
<article class="card feature-card">
<div class="icon-bubble"><i class="fa-solid fa-chart-line"></i></div>
<h3>Reporting</h3>
<p>Review connected, transferred, completed, failed, pending, and no-response activity with clear reporting tools.</p>
</article>
</div>
</div>
</section>
<section class="section" id="platform">
<div class="container grid-2">
<div class="card image-card">
<img src="https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1600&q=85" alt="Team managing communications dashboard">
</div>
<div class="panel-dark">
<div class="eyebrow" style="background:rgba(14,165,233,.16); border-color:rgba(125,211,252,.25); color:#bae6fd;">Platform control</div>
<h2 style="font-size:clamp(2rem,4vw,3.6rem); line-height:1; letter-spacing:-.06em; margin:18px 0 14px;">A cleaner dashboard experience for operators and managers.</h2>
<p>Digivoip keeps campaign activity, contact preparation, calling tools, SMS, email, balances, logs, recordings, and reports in a simple workflow.</p>
<ul class="check-list">
<li><i class="fa-solid fa-check"></i> Import CSV, XLSX, and XLS contact lists</li>
<li><i class="fa-solid fa-check"></i> Validate numbers and reduce duplicate entries</li>
<li><i class="fa-solid fa-check"></i> Monitor live balances, campaign status, and results</li>
<li><i class="fa-solid fa-check"></i> Connect communication services through APIs and integrations</li>
</ul>
</div>
</div>
</section>
<section class="section" id="workflow">
<div class="container">
<div class="section-heading">
<h2>Simple workflow from upload to report</h2>
<p>The page now uses a more direct story: prepare contacts, launch communication, monitor activity, and improve results.</p>
</div>
<div class="grid-2">
<div class="steps">
<div class="step"><div class="step-num">1</div><div><h3>Create the campaign</h3><p>Set campaign details, choose the channel, prepare the message, and define how the outreach should run.</p></div></div>
<div class="step"><div class="step-num">2</div><div><h3>Upload contacts</h3><p>Import spreadsheets, extract usable numbers, remove duplicates, and filter invalid entries before launch.</p></div></div>
<div class="step"><div class="step-num">3</div><div><h3>Launch outreach</h3><p>Run voice, SMS, or email campaigns based on the customer requirement and active account plan.</p></div></div>
<div class="step"><div class="step-num">4</div><div><h3>Review reports</h3><p>Track connected, failed, completed, transferred, pending, no-response, logs, recordings, and performance.</p></div></div>
</div>
<div class="card image-card">
<img src="https://images.unsplash.com/photo-1563986768609-322da13575f3?auto=format&fit=crop&w=1600&q=85" alt="Campaign analytics review">
</div>
</div>
</div>
</section>
<section class="section plans" id="plans">
<div class="container">
<div class="section-heading center">
<h2>Plans that scale with your channels</h2>
<p>Keep the original tier idea, but present it with a cleaner card layout and stronger Digivoip branding.</p>
</div>
<div class="grid-3">
<article class="card plan-card">
<span class="badge">Starter</span>
<h3>Email Marketing</h3>
<p>Best for basic outreach and lightweight campaign visibility.</p>
<ul>
<li>Email marketing campaigns</li>
<li>Basic reporting</li>
<li>Contact list management</li>
</ul>
</article>
<article class="card plan-card">
<span class="badge">Growth</span>
<h3>Calls + Email</h3>
<p>For teams adding voice campaigns to their communication workflow.</p>
<ul>
<li>Telemarketing campaigns</li>
<li>Email campaigns</li>
<li>Call logs and activity tracking</li>
</ul>
</article>
<article class="card plan-card">
<span class="badge">Multi-Channel</span>
<h3>Voice + SMS + Email</h3>
<p>For businesses that need a complete outreach and communication stack.</p>
<ul>
<li>Telemarketing campaigns</li>
<li>SMS marketing campaigns</li>
<li>Email marketing campaigns</li>
<li>Custom integrations</li>
</ul>
</article>
</div>
</div>
</section>
<section class="section" id="contact">
<div class="container">
<div class="cta">
<h2>Ready to run communications through Digivoip?</h2>
<p>Use one platform for SIP trunking, voice termination, SMS campaigns, email outreach, phone numbers, reports, recordings, contact validation, and support workflows.</p>
<div class="actions">
<a href="https://app.digivoip.com/admin-panel/" class="btn btn-primary"><i class="fa-solid fa-arrow-right-to-bracket"></i> Sign In</a>
<a href="mailto:support@digivoip.com" class="btn btn-outline"><i class="fa-solid fa-envelope"></i> Contact Us</a>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="footer-grid">
<div>
<h3>Digivoip</h3>
<p>Cloud communication tools for voice, SMS, email, SIP, phone numbers, campaign management, and reporting.</p>
</div>
<div>
<h4>Platform</h4>
<ul>
<li><a href="#services">Services</a></li>
<li><a href="#platform">Dashboard</a></li>
<li><a href="#workflow">Workflow</a></li>
</ul>
</div>
<div>
<h4>Services</h4>
<ul>
<li><a href="#services">SIP Trunking</a></li>
<li><a href="#services">Voice Termination</a></li>
<li><a href="#services">SMS Campaigns</a></li>
</ul>
</div>
<div>
<h4>Contact</h4>
<ul>
<li><a href="mailto:support@digivoip.com">support@digivoip.com</a></li>
<li><a href="https://app.digivoip.com/admin-panel/">Sign In</a></li>
</ul>
</div>
</div>
<div class="copyright">© 2026 Digivoip. All rights reserved.</div>
</div>
</footer>
</body>
</html>