-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
636 lines (606 loc) · 41.4 KB
/
Copy pathindex.html
File metadata and controls
636 lines (606 loc) · 41.4 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
625
626
627
628
629
630
631
632
633
634
635
636
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Digital Transformation & AI Consultancy UK | Innovation 2 Solution</title>
<meta name="description" content="Innovation 2 Solution is a specialist UK digital consultancy delivering AI strategy, digital transformation, app development, and IT consultancy for businesses of all sizes. Based in Birmingham, serving clients globally." />
<meta name="keywords" content="digital transformation consultancy UK, AI consultancy Birmingham, IT strategy consultant, app development UK, digital consultancy public sector, enterprise digital transformation" />
<link rel="canonical" href="https://www.innovation2solution.com/" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.innovation2solution.com/" />
<meta property="og:title" content="Digital Transformation & AI Consultancy UK | Innovation 2 Solution" />
<meta property="og:description" content="Specialist UK digital consultancy delivering AI strategy, digital transformation, app development, and IT consultancy for organisations of all sizes." />
<meta property="og:image" content="https://www.innovation2solution.com/assets/images/og-home.png" />
<meta property="og:locale" content="en_GB" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Digital Transformation & AI Consultancy UK | Innovation 2 Solution" />
<meta name="twitter:description" content="Specialist UK digital consultancy delivering AI strategy, app development and IT consultancy." />
<meta name="twitter:image" content="https://www.innovation2solution.com/assets/images/og-home.png" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CPJ8XCB3KE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CPJ8XCB3KE');
</script>
<link rel="stylesheet" href="/assets/css/styles.css" />
<link rel="stylesheet" href="/assets/css/cookie-consent.css"/>
<!-- =====================================================
MOBILE NAV — INLINE OVERRIDE
Embedded directly so it cannot be cached, blocked,
or overridden by external stylesheet delivery issues.
These rules take priority over anything in styles.css
due to source order (loaded after the external sheet).
===================================================== -->
<style>
/* --- Navbar: remove backdrop-filter on mobile ---
Safari creates a stacking context with backdrop-filter
that traps child elements behind page content.
We override it to nothing on mobile. */
@media (max-width: 768px) {
.navbar {
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
background: #0A1F3C !important;
z-index: 9000 !important;
}
/* Burger button */
.nav-toggle {
display: flex !important;
flex-direction: column;
gap: 5px;
padding: 0.5rem;
cursor: pointer;
background: transparent;
border: none;
z-index: 9100 !important;
position: relative;
flex-shrink: 0;
-webkit-tap-highlight-color: transparent;
}
.nav-toggle span {
display: block;
width: 24px; height: 2px;
background: #fff;
border-radius: 2px;
transition: transform 0.3s ease, opacity 0.25s ease;
transform-origin: center;
}
.nav-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
/* Nav menu: hidden by default, shown with .open */
#navMenu {
display: none !important;
position: fixed !important;
top: 64px !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
width: 100% !important;
height: auto !important;
background: #0A1F3C !important;
flex-direction: column !important;
align-items: stretch !important;
padding: 0 0 2rem 0 !important;
overflow-y: auto !important;
-webkit-overflow-scrolling: touch;
z-index: 8999 !important;
/* No transform — avoids Safari stacking context trap */
transform: none !important;
}
/* JS adds .open to show the menu */
#navMenu.open {
display: flex !important;
}
/* Nav list: vertical stack */
#navMenu .nav-list {
display: flex !important;
flex-direction: column !important;
width: 100% !important;
gap: 0 !important;
margin: 0 !important;
padding: 0 !important;
}
#navMenu .nav-list > li {
width: 100% !important;
border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}
#navMenu .nav-list > li:last-child {
border-bottom: none !important;
}
#navMenu .nav-link {
display: flex !important;
width: 100% !important;
padding: 1rem 1.5rem !important;
font-size: 1rem !important;
font-weight: 500 !important;
color: rgba(255,255,255,0.9) !important;
border-radius: 0 !important;
justify-content: space-between !important;
align-items: center !important;
}
#navMenu .nav-link:hover,
#navMenu .nav-link.active {
background: rgba(255,255,255,0.06) !important;
color: #fff !important;
}
/* Chevron rotation on open dropdown */
#navMenu .nav-link svg {
transition: transform 0.25s ease;
flex-shrink: 0;
}
#navMenu .nav-dropdown.open > .nav-link svg {
transform: rotate(180deg);
}
/* Services dropdown: hidden by default */
#navMenu .dropdown-menu {
display: none !important;
position: static !important;
opacity: 1 !important;
visibility: visible !important;
transform: none !important;
box-shadow: none !important;
border: none !important;
border-radius: 0 !important;
background: rgba(255,255,255,0.04) !important;
margin: 0 !important;
padding: 0.25rem 0 !important;
min-width: 0 !important;
z-index: auto !important;
}
/* JS adds .open to .nav-dropdown to show sub-menu */
#navMenu .nav-dropdown.open .dropdown-menu {
display: block !important;
}
#navMenu .dropdown-menu a {
display: block !important;
padding: 0.75rem 1.5rem 0.75rem 2.5rem !important;
color: rgba(255,255,255,0.78) !important;
font-size: 0.9rem !important;
border-radius: 0 !important;
border-bottom: 1px solid rgba(255,255,255,0.04) !important;
}
#navMenu .dropdown-menu a:last-child {
border-bottom: none !important;
}
#navMenu .dropdown-menu a:hover {
color: #fff !important;
background: rgba(255,255,255,0.06) !important;
}
#navMenu .dropdown-menu .dd-icon {
display: none !important;
}
/* CTA button */
#navMenu .nav-cta {
display: flex !important;
width: calc(100% - 3rem) !important;
margin: 1.5rem 1.5rem 0 !important;
justify-content: center !important;
}
}
</style>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://www.innovation2solution.com/#organization",
"name": "Innovation 2 Solution Limited",
"legalName": "Innovation 2 Solution Limited",
"url": "https://www.innovation2solution.com",
"description": "Specialist UK digital consultancy delivering AI strategy, digital transformation, app development, data analytics and IT consultancy.",
"foundingDate": "2015",
"address": {
"@type": "PostalAddress",
"streetAddress": "2 Wheeleys Road, Edgbaston",
"addressLocality": "Birmingham",
"addressRegion": "West Midlands",
"postalCode": "B15 2LD",
"addressCountry": "GB"
},
"contactPoint": {
"@type": "ContactPoint",
"email": "enquiries@innovation2solution.com",
"contactType": "customer service",
"areaServed": "Worldwide",
"availableLanguage": "English"
}
},
{
"@type": "WebSite",
"@id": "https://www.innovation2solution.com/#website",
"url": "https://www.innovation2solution.com",
"name": "Innovation 2 Solution",
"publisher": { "@id": "https://www.innovation2solution.com/#organization" }
}
]
}
</script>
</head>
<body>
<nav class="navbar" id="navbar" role="navigation" aria-label="Main navigation">
<div class="nav-container">
<a href="/" class="nav-logo" aria-label="Innovation 2 Solution Home">Innovation<span class="logo-accent">2</span>Solution</a>
<button class="nav-toggle" id="navToggle" aria-label="Toggle navigation" aria-expanded="false"><span></span><span></span><span></span></button>
<div class="nav-menu" id="navMenu">
<ul class="nav-list">
<li><a href="/" class="nav-link active">Home</a></li>
<li class="nav-dropdown">
<a href="/services.html" class="nav-link">Services <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="6 9 12 15 18 9"/></svg></a>
<div class="dropdown-menu">
<a href="/services/ai-automation.html"><span class="dd-icon"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="3"/><path d="M12 1v4M12 19v4M4.22 4.22l2.83 2.83M16.95 16.95l2.83 2.83M1 12h4M19 12h4M4.22 19.78l2.83-2.83M16.95 7.05l2.83-2.83"/></svg></span>AI & Automation</a>
<a href="/services/digital-transformation.html"><span class="dd-icon"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="23 4 23 10 17 10"/><path d="M20.49 15a9 9 0 1 1-2.12-9.36L23 10"/></svg></span>Digital Transformation</a>
<a href="/services/app-development.html"><span class="dd-icon"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="5" y="2" width="14" height="20" rx="2"/><line x1="12" y1="18" x2="12.01" y2="18"/></svg></span>App Development</a>
<a href="/services/data-analytics.html"><span class="dd-icon"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="18" y1="20" x2="18" y2="10"/><line x1="12" y1="20" x2="12" y2="4"/><line x1="6" y1="20" x2="6" y2="14"/></svg></span>Data & Analytics</a>
<a href="/services/it-consultancy.html"><span class="dd-icon"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="2" y="3" width="20" height="14" rx="2"/><line x1="8" y1="21" x2="16" y2="21"/><line x1="12" y1="17" x2="12" y2="21"/></svg></span>IT Strategy & Consultancy</a>
</div>
</li>
<li><a href="/sectors.html" class="nav-link">Sectors</a></li>
<li><a href="/approach.html" class="nav-link">Our Approach</a></li>
<li><a href="/case-studies.html" class="nav-link">Case Studies</a></li>
<li><a href="/about.html" class="nav-link">About</a></li>
<li><a href="/insights.html" class="nav-link">Insights</a></li>
</ul>
<a href="/contact.html" class="btn btn-primary nav-cta">Free Discovery Call</a>
</div>
</div>
</nav>
<main>
<!-- HERO -->
<section class="hero" aria-label="Hero">
<div class="container">
<div class="hero-content">
<div class="hero-badge">UK Digital Consultancy — Globally Delivered</div>
<h1 class="animate-fade-up">Is digital change accelerating<br>faster than your business<br><span class="accent">can keep up?</span></h1>
<p class="lead animate-fade-up a-delay-1">We help organisations of every size — from ambitious startups to FTSE-listed enterprises and government agencies — turn digital disruption into competitive advantage. No jargon. No bloated projects. Just clear strategy, expert delivery, and outcomes that matter.</p>
<div class="hero-actions animate-fade-up a-delay-2">
<a href="/contact.html" class="btn btn-primary btn-lg">Book a Free Discovery Call <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg></a>
<a href="/services.html" class="btn btn-outline-white btn-lg">Explore Our Services</a>
</div>
<div class="hero-proof animate-fade-up a-delay-3">
<div class="hero-proof-item"><span class="number" data-count="15" data-suffix="+">0+</span><span class="label">Years Experience</span></div>
<div class="hero-proof-item"><span class="number" data-count="3">0</span><span class="label">Continents Served</span></div>
<div class="hero-proof-item"><span class="number" data-count="50" data-suffix="+">0+</span><span class="label">Projects Delivered</span></div>
<div class="hero-proof-item"><span class="number" data-count="100" data-suffix="%">0%</span><span class="label">Client-First Approach</span></div>
</div>
</div>
</div>
</section>
<!-- TRUST BAR -->
<div class="trust-bar">
<div class="container">
<p class="trust-label">Qualified & certified across leading frameworks</p>
<div class="cert-grid">
<div class="cert-badge">Microsoft Certified</div>
<div class="cert-badge">ITIL®</div>
<div class="cert-badge">PRINCE2®</div>
<div class="cert-badge">Cisco Certified</div>
<div class="cert-badge">CompTIA</div>
<div class="cert-badge">ILM</div>
<div class="cert-badge">Agile / Scrum</div>
</div>
</div>
</div>
<!-- PAIN POINTS -->
<section class="section bg-light" aria-label="Business challenges we solve">
<div class="container">
<div class="section-header reveal">
<span class="eyebrow">The Challenges You're Facing</span>
<h2>Your business is changing faster than your systems can handle</h2>
<p class="lead">We've heard it hundreds of times. Here's what keeps our clients up at night — and how we fix it.</p>
</div>
<div class="grid-4">
<div class="pain-card reveal">
<div class="pain-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="12" y1="1" x2="12" y2="23"/><path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"/></svg></div>
<h3>Rising Operational Costs</h3>
<p>Manual processes, duplicated tools, and bloated teams are draining margins. We identify where the waste is and fix it — fast.</p>
</div>
<div class="pain-card reveal a-delay-1">
<div class="pain-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="3"/><path d="M12 1v4M12 19v4M4.22 4.22l2.83 2.83M16.95 16.95l2.83 2.83M1 12h4M19 12h4M4.22 19.78l2.83-2.83M16.95 7.05l2.83-2.83"/></svg></div>
<h3>AI Disruption & Uncertainty</h3>
<p>Your competitors are moving to AI. Your board is asking questions. You're not sure where to start or what's worth investing in. We cut through the noise.</p>
</div>
<div class="pain-card reveal a-delay-2">
<div class="pain-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><ellipse cx="12" cy="5" rx="9" ry="3"/><path d="M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"/><path d="M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"/></svg></div>
<h3>Data You Can't Access</h3>
<p>Your data is siloed, inconsistent, or impossible to get to when decisions need to be made. We build infrastructure that makes your data work in real time.</p>
</div>
<div class="pain-card reveal a-delay-3">
<div class="pain-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M23 21v-2a4 4 0 0 0-3-3.87"/><path d="M16 3.13a4 4 0 0 1 0 7.75"/></svg></div>
<h3>Change That Doesn't Stick</h3>
<p>Launching a system is 20% of the challenge. The other 80% is people. We embed change management and training so your investment actually sticks.</p>
</div>
</div>
</div>
</section>
<!-- SERVICES OVERVIEW -->
<section class="section" aria-label="Our services">
<div class="container">
<div class="section-header reveal">
<span class="eyebrow">What We Do</span>
<h2>Everything digital, under one roof</h2>
<p class="lead">From first idea to full deployment — and everything in between — we have the expertise to take your digital ambitions from concept to reality.</p>
</div>
<div class="grid-3">
<div class="service-card reveal">
<div class="service-icon"><svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="3"/><path d="M12 1v4M12 19v4M4.22 4.22l2.83 2.83M16.95 16.95l2.83 2.83M1 12h4M19 12h4M4.22 19.78l2.83-2.83M16.95 7.05l2.83-2.83"/></svg></div>
<h3>AI & Automation</h3>
<p>Strategy, implementation and governance for AI that delivers real business value — from process automation to intelligent data pipelines and machine learning.</p>
<a href="/services/ai-automation.html" class="service-link">Learn more <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg></a>
</div>
<div class="service-card reveal a-delay-1">
<div class="service-icon"><svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="23 4 23 10 17 10"/><path d="M20.49 15a9 9 0 1 1-2.12-9.36L23 10"/></svg></div>
<h3>Digital Transformation</h3>
<p>End-to-end transformation programmes that modernise your operations, culture, and technology — aligned to your business goals, delivered to budget.</p>
<a href="/services/digital-transformation.html" class="service-link">Learn more <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg></a>
</div>
<div class="service-card reveal a-delay-2">
<div class="service-icon"><svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="5" y="2" width="14" height="20" rx="2"/><line x1="12" y1="18" x2="12.01" y2="18"/></svg></div>
<h3>App & Web Development</h3>
<p>Bespoke mobile and web applications built to solve real business problems — from MVP to enterprise scale, with ongoing support and continuous improvement.</p>
<a href="/services/app-development.html" class="service-link">Learn more <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg></a>
</div>
<div class="service-card reveal">
<div class="service-icon"><svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="18" y1="20" x2="18" y2="10"/><line x1="12" y1="20" x2="12" y2="4"/><line x1="6" y1="20" x2="6" y2="14"/></svg></div>
<h3>Data & Analytics</h3>
<p>Turn raw data into board-level insight. We design and build data architectures, dashboards, and analytics platforms that give you answers in real time.</p>
<a href="/services/data-analytics.html" class="service-link">Learn more <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg></a>
</div>
<div class="service-card reveal a-delay-1">
<div class="service-icon"><svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="2" y="3" width="20" height="14" rx="2"/><line x1="8" y1="21" x2="16" y2="21"/><line x1="12" y1="17" x2="12" y2="21"/></svg></div>
<h3>IT Strategy & Consultancy</h3>
<p>Independent technology strategy, architecture reviews, vendor selection and programme management — aligning your IT landscape with your business strategy.</p>
<a href="/services/it-consultancy.html" class="service-link">Learn more <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg></a>
</div>
<div class="service-card reveal a-delay-2">
<div class="service-icon"><svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M23 21v-2a4 4 0 0 0-3-3.87"/><path d="M16 3.13a4 4 0 0 1 0 7.75"/></svg></div>
<h3>Training & Change Management</h3>
<p>Technology only transforms a business when people adopt it. We design and deliver training programmes and change strategies that make transformation stick.</p>
<a href="/services.html" class="service-link">Learn more <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg></a>
</div>
</div>
</div>
</section>
<!-- METHODOLOGY TEASER -->
<section class="section bg-dark" aria-label="Our methodology">
<div class="container">
<div class="feature-split">
<div class="feature-text reveal">
<span class="eyebrow" style="color:var(--accent)">How We Work</span>
<h2 style="color:#fff">Our 360° approach means nothing falls through the cracks</h2>
<p style="color:rgba(255,255,255,0.6)">Most projects fail not because of technology, but because of poor scoping, lack of transparency, and zero post-launch support. Our end-to-end methodology eliminates all three.</p>
<ul class="feature-list" style="margin-bottom:2rem">
<li style="color:rgba(255,255,255,0.65)">Deep-dive discovery workshops to understand your real needs</li>
<li style="color:rgba(255,255,255,0.65)">Agile or Waterfall delivery — whichever fits your organisation</li>
<li style="color:rgba(255,255,255,0.65)">Transparent progress updates and regular stakeholder demos</li>
<li style="color:rgba(255,255,255,0.65)">Tailored training and comprehensive user support</li>
<li style="color:rgba(255,255,255,0.65)">Ongoing improvement cycles to keep your solution evolving</li>
</ul>
<a href="/approach.html" class="btn btn-primary">See Our Full Methodology</a>
</div>
<div class="feature-visual reveal a-delay-2" style="background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.08)">
<div class="feature-visual-inner" style="width:100%">
<div style="display:grid;grid-template-columns:1fr 1fr;gap:1rem;width:100%">
<div style="background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:14px;padding:1.5rem">
<div style="width:40px;height:40px;background:rgba(14,165,233,0.2);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:0.75rem"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#0EA5E9" stroke-width="2"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg></div>
<strong style="color:#fff;font-size:0.9rem;display:block;margin-bottom:0.2rem">01. Understand</strong>
<span style="color:rgba(255,255,255,0.45);font-size:0.78rem">Scope & discover</span>
</div>
<div style="background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:14px;padding:1.5rem">
<div style="width:40px;height:40px;background:rgba(14,165,233,0.2);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:0.75rem"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#0EA5E9" stroke-width="2"><polygon points="12 2 2 7 12 12 22 7 12 2"/><polyline points="2 17 12 22 22 17"/><polyline points="2 12 12 17 22 12"/></svg></div>
<strong style="color:#fff;font-size:0.9rem;display:block;margin-bottom:0.2rem">02. Design</strong>
<span style="color:rgba(255,255,255,0.45);font-size:0.78rem">Architect solutions</span>
</div>
<div style="background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:14px;padding:1.5rem">
<div style="width:40px;height:40px;background:rgba(16,185,129,0.2);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:0.75rem"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#10B981" stroke-width="2"><polyline points="16 18 22 12 16 6"/><polyline points="8 6 2 12 8 18"/></svg></div>
<strong style="color:#fff;font-size:0.9rem;display:block;margin-bottom:0.2rem">03. Deliver</strong>
<span style="color:rgba(255,255,255,0.45);font-size:0.78rem">Build & deploy</span>
</div>
<div style="background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:14px;padding:1.5rem">
<div style="width:40px;height:40px;background:rgba(16,185,129,0.2);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:0.75rem"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#10B981" stroke-width="2"><polyline points="23 4 23 10 17 10"/><path d="M20.49 15a9 9 0 1 1-2.12-9.36L23 10"/></svg></div>
<strong style="color:#fff;font-size:0.9rem;display:block;margin-bottom:0.2rem">04. Improve</strong>
<span style="color:rgba(255,255,255,0.45);font-size:0.78rem">Train & evolve</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CASE STUDY + TESTIMONIAL -->
<section class="section" aria-label="Case study spotlight">
<div class="container">
<div class="section-header reveal">
<span class="eyebrow">Proven Results</span>
<h2>Real projects. Measurable outcomes.</h2>
<p class="lead">From World Bank-funded programmes to UK private sector transformation — our work speaks for itself.</p>
</div>
<div class="grid-2">
<div class="case-card reveal">
<div class="case-card-header">
<span class="case-tag">Education Technology · Jamaica</span>
<h3>National Education Inspectorate — Schools Inspection Platform</h3>
</div>
<div class="case-card-body">
<p>Working with Jamaica's Ministry of Education and World Bank funding, we enhanced and delivered a new website and updates to a national web platform that transformed how school inspections are managed, reported and published — serving 954 schools and 20,000 teachers.</p>
<div class="case-metrics">
<div class="case-metric"><span class="metric-value">954</span><span class="metric-label">Schools Served</span></div>
<div class="case-metric"><span class="metric-value">20K</span><span class="metric-label">Teachers Reached</span></div>
</div>
<a href="/case-studies.html" class="service-link">Read the full case study <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg></a>
</div>
</div>
<div style="display:flex;flex-direction:column;gap:1.5rem">
<div class="testimonial-card reveal a-delay-1">
<p class="testimonial-text">"The team brought a level of technical excellence and human understanding that made the difference between a project that was delivered and one that was truly adopted. Their 360° approach to training and support was exceptional."</p>
<div class="testimonial-author">
<div class="author-avatar">HC</div>
<div><div class="author-name">Howard Campbell</div><div class="author-title">Howard Campbell Associates · Ministry of Education, Jamaica</div></div>
</div>
</div>
<div style="background:var(--bg-light);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem" class="reveal a-delay-2">
<span class="eyebrow" style="font-size:0.72rem">What We Delivered</span>
<div style="display:grid;grid-template-columns:1fr 1fr;gap:0.75rem;margin-top:0.75rem">
<div class="deliverable-item" style="font-size:0.82rem;padding:0.75rem 1rem">Systems Consultancy</div>
<div class="deliverable-item" style="font-size:0.82rem;padding:0.75rem 1rem">Web Development</div>
<div class="deliverable-item" style="font-size:0.82rem;padding:0.75rem 1rem">Change Management</div>
<div class="deliverable-item" style="font-size:0.82rem;padding:0.75rem 1rem">Stakeholder Training</div>
<div class="deliverable-item" style="font-size:0.82rem;padding:0.75rem 1rem">Social Media Setup</div>
<div class="deliverable-item" style="font-size:0.82rem;padding:0.75rem 1rem">Project Management</div>
</div>
</div>
</div>
<div style="text-align:center;margin-top:2.5rem"><a href="/case-studies.html" class="btn btn-outline">View All Case Studies</a></div>
</div>
</div>
</section>
<!-- SECTORS -->
<section class="section bg-alt" aria-label="Sectors we serve">
<div class="container">
<div class="section-header reveal">
<span class="eyebrow">Who We Work With</span>
<h2>Tailored to your sector, scaled to your size</h2>
<p class="lead">Whether you're a two-person startup or a government ministry, we adapt our approach to your context, constraints, and goals.</p>
</div>
<div class="grid-4">
<div class="sector-card reveal">
<div class="sector-icon"><svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="2" y="7" width="20" height="14" rx="2"/><path d="M16 7V5a2 2 0 0 0-4 0v2"/><path d="M8 7V5a2 2 0 0 1 4 0"/></svg></div>
<h3>Public Sector</h3>
<p>Government agencies, local councils, NHS trusts and education bodies. We understand public sector procurement, compliance and stakeholder complexity.</p>
<div class="sector-tags"><span class="sector-tag">Central Gov</span><span class="sector-tag">Local Authority</span><span class="sector-tag">Education</span></div>
</div>
<div class="sector-card reveal a-delay-1">
<div class="sector-icon"><svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><polyline points="9 22 9 12 15 12 15 22"/></svg></div>
<h3>SME & Growth Businesses</h3>
<p>Businesses scaling quickly who need digital infrastructure that grows with them. Enterprise-grade thinking at a price that makes sense.</p>
<div class="sector-tags"><span class="sector-tag">10–250 Staff</span><span class="sector-tag">Scale-up</span><span class="sector-tag">Growth Stage</span></div>
</div>
<div class="sector-card reveal a-delay-2">
<div class="sector-icon"><svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><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>Enterprise & Corporate</h3>
<p>Large organisations managing complex legacy systems, multiple stakeholders, and large-scale transformation programmes.</p>
<div class="sector-tags"><span class="sector-tag">FTSE Listed</span><span class="sector-tag">Multi-Site</span><span class="sector-tag">Global Ops</span></div>
</div>
<div class="sector-card reveal a-delay-3">
<div class="sector-icon"><svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"/></svg></div>
<h3>Startups & Innovators</h3>
<p>From first-time founders to serial entrepreneurs. We help you build the right digital foundations, validate ideas fast, and scale without technical debt.</p>
<div class="sector-tags"><span class="sector-tag">MVP Build</span><span class="sector-tag">Seed Stage</span><span class="sector-tag">Pre-Series A</span></div>
</div>
</div>
<div style="text-align:center;margin-top:2.5rem"><a href="/sectors.html" class="btn btn-outline">Explore Sector Expertise</a></div>
</div>
</section>
<!-- INSIGHTS PREVIEW -->
<section class="section" aria-label="Latest insights">
<div class="container">
<div class="section-header reveal">
<span class="eyebrow">Insights & Thinking</span>
<h2>Practical expertise you can use right now</h2>
<p class="lead">No gatekept knowledge. Clear, expert thinking on the digital challenges facing businesses today.</p>
</div>
<div class="grid-3">
<article class="blog-card reveal">
<div class="blog-card-image"><span class="blog-category">AI & Automation</span></div>
<div class="blog-card-body">
<h3>Where to Start with AI: A Practical Guide for UK Business Leaders</h3>
<p>A no-nonsense framework for identifying where AI can genuinely add value in your organisation — without the hype.</p>
<div class="blog-meta"><span>8 min read</span><a href="/insights.html" class="read-more">Read <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg></a></div>
</div>
</article>
<article class="blog-card reveal a-delay-1">
<div class="blog-card-image" style="background:linear-gradient(135deg,#0B3D2E,#10B981)"><span class="blog-category">Digital Transformation</span></div>
<div class="blog-card-body">
<h3>Why 70% of Digital Transformations Fail — And How to Be in the 30%</h3>
<p>We break down the most common failure points and the actions that separate successful transformation from expensive disappointment.</p>
<div class="blog-meta"><span>6 min read</span><a href="/insights.html" class="read-more">Read <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg></a></div>
</div>
</article>
<article class="blog-card reveal a-delay-2">
<div class="blog-card-image" style="background:linear-gradient(135deg,#1C0B3D,#7C3AED)"><span class="blog-category">Public Sector</span></div>
<div class="blog-card-body">
<h3>Public Sector Digital Transformation: Navigating GDS, Procurement and Real Change</h3>
<p>What we've learned from years on the ground delivering digital change within complex public sector constraints.</p>
<div class="blog-meta"><span>10 min read</span><a href="/insights.html" class="read-more">Read <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg></a></div>
</div>
</article>
</div>
<div style="text-align:center;margin-top:2.5rem"><a href="/insights.html" class="btn btn-outline">View All Insights</a></div>
</div>
</section>
<!-- FINAL CTA -->
<section class="section" aria-label="Call to action">
<div class="container">
<div class="cta-block reveal">
<div class="cta-block-content">
<span class="eyebrow" style="color:var(--accent)">Let's Talk</span>
<h2>Not sure where your digital journey should start?</h2>
<p>That's exactly what our free discovery call is for. In 30 minutes, we'll identify your biggest opportunities and the fastest routes to value. No pitch, no pressure — just expert advice.</p>
<div class="btn-group">
<a href="/contact.html" class="btn btn-primary btn-lg">Book Your Free Discovery Call <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg></a>
<a href="/approach.html" class="btn btn-outline-white btn-lg">How We Work</a>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="footer" role="contentinfo">
<div class="container">
<div class="footer-grid">
<div class="footer-brand">
<a href="/" class="nav-logo">Innovation<span class="logo-accent">2</span>Solution</a>
<p>A specialist digital consultancy bridging the gap between visionary ideas and enterprise-grade outcomes. 15+ years delivering transformation across public and private sectors, globally.</p>
<p class="footer-reg">Innovation 2 Solution Limited · Company No: 09476703 · Registered in England & Wales</p>
<div class="social-links">
<a href="https://www.linkedin.com/company/innovation2solution" class="social-link" aria-label="LinkedIn" target="_blank" rel="noopener noreferrer"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"/><rect x="2" y="9" width="4" height="12"/><circle cx="4" cy="4" r="2"/></svg></a>
<a href="https://twitter.com/innovation2sol" class="social-link" aria-label="Twitter / X" target="_blank" rel="noopener noreferrer"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z"/></svg></a>
</div>
</div>
<div class="footer-links">
<h4>Services</h4>
<ul>
<li><a href="/services/ai-automation.html">AI & Automation</a></li>
<li><a href="/services/digital-transformation.html">Digital Transformation</a></li>
<li><a href="/services/app-development.html">App & Web Development</a></li>
<li><a href="/services/data-analytics.html">Data & Analytics</a></li>
<li><a href="/services/it-consultancy.html">IT Strategy & Consultancy</a></li>
<li><a href="/services.html">All Services</a></li>
</ul>
</div>
<div class="footer-links">
<h4>Company</h4>
<ul>
<li><a href="/about.html">About Us</a></li>
<li><a href="/approach.html">Our Approach</a></li>
<li><a href="/sectors.html">Sectors</a></li>
<li><a href="/case-studies.html">Case Studies</a></li>
<li><a href="/insights.html">Insights</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</div>
<div class="footer-contact">
<h4>Get In Touch</h4>
<p>2 Wheeleys Road, Edgbaston<br>Birmingham, B15 2LD</p>
<a href="mailto:enquiries@innovation2solution.com">enquiries@innovation2solution.com</a>
<a href="/contact.html" class="btn btn-outline-white" style="margin-top:1.25rem;font-size:0.85rem;padding:0.65rem 1.25rem;display:inline-flex">Book a Discovery Call →</a>
</div>
</div>
<div class="footer-bottom">
<p>© <span id="i2s-yr"></span> Innovation 2 Solution Limited. All rights reserved.</p>
<div class="footer-bottom-links">
<a href="/privacy.html">Privacy Policy</a>
<a href="/terms.html">Terms of Use</a>
<a href="/cookies.html">Cookie Policy</a>
<a href="#" data-i2s-cookies="open">Cookie Settings</a>
</div>
</div>
</div>
</footer>
<script src="/assets/js/main.js"></script>
<script src="/assets/js/cookie-consent.js"></script>
</body>
</html>