Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
@@ -1,484 +1,115 @@
|
||||
<?php
|
||||
$page_title = "Case Studies | UK Data Services Success Stories";
|
||||
$page_description = "Discover how UK Data Services helped businesses transform their operations with professional data solutions. Real results, measurable ROI, and client testimonials.";
|
||||
$canonical_url = "https://ukdataservices.co.uk/case-studies/";
|
||||
$keywords = "UK data services case studies, client success stories, data transformation ROI, business intelligence results";
|
||||
$page_title = "Case Studies | UK AI Automation - AI & Python Automation";
|
||||
$page_description = "Real examples of automation projects we've built for UK law firms and management consultancies — document extraction, research automation, data pipelines, and AI agents.";
|
||||
$canonical_url = "https://ukaiautomation.co.uk/case-studies/";
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-GB">
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title><?php echo htmlspecialchars($page_title); ?></title>
|
||||
<meta name="description" content="<?php echo htmlspecialchars($page_description); ?>">
|
||||
<meta name="keywords" content="<?php echo htmlspecialchars($keywords); ?>">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="<?php echo htmlspecialchars($canonical_url); ?>">
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/images/favicon.svg">
|
||||
<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=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Lato:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
|
||||
<link rel="canonical" href="<?php echo htmlspecialchars($canonical_url); ?>">
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:title" content="<?php echo htmlspecialchars($page_title); ?>">
|
||||
<meta property="og:description" content="<?php echo htmlspecialchars($page_description); ?>">
|
||||
<meta property="og:url" content="<?php echo htmlspecialchars($canonical_url); ?>">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/svg+xml" href="../assets/images/favicon.svg">
|
||||
|
||||
<!-- Styles -->
|
||||
<link rel="stylesheet" href="../assets/css/main.css?v=20260222">
|
||||
|
||||
<!-- Enhanced Case Studies Schema -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "CollectionPage",
|
||||
"@id": "https://ukdataservices.co.uk/case-studies/#webpage",
|
||||
"name": "UK Data Services Case Studies",
|
||||
"description": "Real client success stories showcasing measurable ROI and business transformation through professional data solutions",
|
||||
"publisher": {
|
||||
"@id": "https://ukdataservices.co.uk#organization"
|
||||
},
|
||||
"mainEntity": {
|
||||
"@type": "ItemList",
|
||||
"name": "Success Stories",
|
||||
"numberOfItems": 3,
|
||||
"itemListElement": [
|
||||
{
|
||||
"@type": "ListItem",
|
||||
"position": 1,
|
||||
"item": {
|
||||
"@type": "CaseStudy",
|
||||
"name": "£500K Revenue Increase Through Competitive Price Intelligence",
|
||||
"description": "E-commerce retailer achieves 25% margin improvement through automated price monitoring",
|
||||
"about": {
|
||||
"@type": "Service",
|
||||
"name": "Price Monitoring"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"@type": "QuantitativeValue",
|
||||
"name": "Revenue Increase",
|
||||
"value": "500000",
|
||||
"unitText": "GBP"
|
||||
},
|
||||
{
|
||||
"@type": "QuantitativeValue",
|
||||
"name": "Margin Improvement",
|
||||
"value": "25",
|
||||
"unitText": "PERCENT"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "ListItem",
|
||||
"position": 2,
|
||||
"item": {
|
||||
"@type": "CaseStudy",
|
||||
"name": "Zero-Downtime Migration of 50M Customer Records",
|
||||
"description": "Major UK bank migrates 50 million records with 99.99% accuracy",
|
||||
"about": {
|
||||
"@type": "Service",
|
||||
"name": "Data Migration"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"@type": "QuantitativeValue",
|
||||
"name": "Records Migrated",
|
||||
"value": "50000000",
|
||||
"unitText": "RECORDS"
|
||||
},
|
||||
{
|
||||
"@type": "QuantitativeValue",
|
||||
"name": "Data Accuracy",
|
||||
"value": "99.99",
|
||||
"unitText": "PERCENT"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Customer Reviews Schema -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Review",
|
||||
"@id": "https://ukdataservices.co.uk/case-studies/#review-1",
|
||||
"itemReviewed": {
|
||||
"@type": "Service",
|
||||
"name": "UK Data Services Web Scraping",
|
||||
"provider": {
|
||||
"@id": "https://ukdataservices.co.uk#organization"
|
||||
}
|
||||
},
|
||||
"reviewRating": {
|
||||
"@type": "Rating",
|
||||
"ratingValue": "5",
|
||||
"bestRating": "5",
|
||||
"worstRating": "1"
|
||||
},
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Sarah Thompson",
|
||||
"jobTitle": "Commercial Director",
|
||||
"worksFor": {
|
||||
"@type": "Organization",
|
||||
"name": "UK Electronics Retailer (client name withheld)"
|
||||
}
|
||||
},
|
||||
"reviewBody": "UK Data Services transformed our pricing strategy completely. We now have real-time visibility into competitor pricing and can react instantly to market changes. The ROI was evident within the first month.",
|
||||
"datePublished": "2024-03-15"
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Business Success Schema -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Dataset",
|
||||
"name": "UK Data Services Client Success Metrics",
|
||||
"description": "Aggregate performance data showing client success across industries",
|
||||
"creator": {
|
||||
"@id": "https://ukdataservices.co.uk#organization"
|
||||
},
|
||||
"distribution": [
|
||||
{
|
||||
"@type": "DataDownload",
|
||||
"name": "Client Value Created",
|
||||
"description": "£2.5M+ in measurable business value generated for clients"
|
||||
},
|
||||
{
|
||||
"@type": "DataDownload",
|
||||
"name": "Average ROI",
|
||||
"description": "300% average return on investment across all projects"
|
||||
},
|
||||
{
|
||||
"@type": "DataDownload",
|
||||
"name": "Project Success Rate",
|
||||
"description": "99.8% project success rate with on-time delivery"
|
||||
}
|
||||
],
|
||||
"measurementTechnique": "Client-reported metrics and third-party validation",
|
||||
"variableMeasured": [
|
||||
"Revenue Growth",
|
||||
"Cost Savings",
|
||||
"Efficiency Improvements",
|
||||
"Market Share Gains"
|
||||
]
|
||||
}
|
||||
</script>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;600;700&family=Lato:wght@400;500;700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/assets/css/main.min.css?v=1.1.4">
|
||||
<style>
|
||||
.cs-hero { padding: 120px 0 60px; background: linear-gradient(135deg, #1e1b4b 0%, #7c3aed 100%); text-align: center; color: white; }
|
||||
.cs-hero h1 { font-size: 2.8rem; margin-bottom: 20px; }
|
||||
.cs-hero p { font-size: 1.2rem; opacity: 0.9; max-width: 700px; margin: 0 auto; }
|
||||
.cs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 30px; padding: 80px 0; }
|
||||
.cs-card { background: white; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); overflow: hidden; border-top: 4px solid #6d28d9; }
|
||||
.cs-card-body { padding: 30px; }
|
||||
.cs-tag { display: inline-block; background: #f0f9f7; color: #4f46e5; font-size: 0.8rem; font-weight: 600; padding: 4px 12px; border-radius: 20px; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.5px; }
|
||||
.cs-card h2 { font-size: 1.3rem; color: #1e1b4b; margin-bottom: 12px; }
|
||||
.cs-card p { color: #666; line-height: 1.6; margin-bottom: 20px; }
|
||||
.cs-result { background: #f8f9fa; border-radius: 8px; padding: 16px; font-weight: 600; color: #7c3aed; }
|
||||
.cs-result span { display: block; font-size: 1.5rem; color: #6d28d9; }
|
||||
.cs-cta { padding: 80px 0; background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%); text-align: center; color: white; }
|
||||
.cs-cta h2 { font-size: 2rem; margin-bottom: 20px; }
|
||||
.cs-cta p { font-size: 1.1rem; opacity: 0.9; margin-bottom: 40px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Navigation -->
|
||||
<a href="#main-content" class="skip-to-content">Skip to main content</a>
|
||||
<?php include($_SERVER["DOCUMENT_ROOT"] . "/includes/nav.php"); ?>
|
||||
|
||||
<!-- Hero Section -->
|
||||
<section class="page-hero">
|
||||
<main id="main-content">
|
||||
<section class="cs-hero">
|
||||
<div class="container">
|
||||
<div class="hero-content">
|
||||
<h1>Client Success Stories</h1>
|
||||
<p class="hero-subtitle">Discover how UK businesses transformed their operations with our data solutions. Real results, measurable ROI, and lasting partnerships.</p>
|
||||
<div class="hero-stats">
|
||||
<div class="stat">
|
||||
<span class="stat-number">£2.5M+</span>
|
||||
<span class="stat-label">Client Value Created</span>
|
||||
</div>
|
||||
<div class="stat">
|
||||
<span class="stat-number">300%</span>
|
||||
<span class="stat-label">Average ROI</span>
|
||||
</div>
|
||||
<div class="stat">
|
||||
<span class="stat-number">500+</span>
|
||||
<span class="stat-label">Projects Completed</span>
|
||||
<h1>Case Studies</h1>
|
||||
<p>Real automation projects delivered for UK law firms and management consultancies — with measurable time savings.</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section style="background: #f8f9fa; padding: 0 0 80px;">
|
||||
<div class="container">
|
||||
<div class="cs-grid">
|
||||
|
||||
<div class="cs-card">
|
||||
<div class="cs-card-body">
|
||||
<span class="cs-tag">Document Extraction</span>
|
||||
<h2>Due Diligence Pack Automation — Corporate Law Firm</h2>
|
||||
<p>A mid-size corporate law firm was spending 2 days per deal extracting and summarising data from due diligence packs — contracts, company filings, financial statements. We built a Python pipeline using OCR and LLMs that processes the same packs overnight, outputting a structured summary report.</p>
|
||||
<div class="cs-result">
|
||||
<span>2 days → overnight</span>
|
||||
Time saved per M&A transaction
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="cs-card">
|
||||
<div class="cs-card-body">
|
||||
<span class="cs-tag">Research Automation</span>
|
||||
<h2>Market Intelligence Monitoring — Management Consultancy</h2>
|
||||
<p>A management consultancy's research team spent several hours each week manually monitoring industry publications and news sources to brief partners ahead of client engagements. We built an automated system that monitors sources daily, classifies relevant items by practice area, and delivers a structured briefing to each partner every morning.</p>
|
||||
<div class="cs-result">
|
||||
<span>~25 hours/month saved</span>
|
||||
Across the research team
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="cs-card">
|
||||
<div class="cs-card-body">
|
||||
<span class="cs-tag">Data Pipeline</span>
|
||||
<h2>Automated Weekly Reporting — Management Consultancy</h2>
|
||||
<p>A management consultancy was spending half a day every Monday manually pulling data from four different systems and compiling a client report. We built a Python pipeline that runs automatically each Monday morning, pulling from all four sources and generating a formatted report ready for review by 9am.</p>
|
||||
<div class="cs-result">
|
||||
<span>4 hours → 0 hours</span>
|
||||
Weekly manual effort eliminated
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="cs-card">
|
||||
<div class="cs-card-body">
|
||||
<span class="cs-tag">AI Agent</span>
|
||||
<h2>Contract Review Agent — Legal Services</h2>
|
||||
<p>A legal services team regularly reviewed supplier contracts for specific clause types and risk indicators. We built a custom AI agent that ingests contracts, identifies and extracts key clauses, flags risk indicators against a defined checklist, and produces a structured review summary — replacing the first pass of manual review.</p>
|
||||
<div class="cs-result">
|
||||
<span>80% reduction</span>
|
||||
In first-pass review time
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Featured Case Studies -->
|
||||
<section class="case-studies">
|
||||
<section class="cs-cta">
|
||||
<div class="container">
|
||||
<div class="section-header">
|
||||
<h2>Featured Success Stories</h2>
|
||||
<p>Real businesses, real challenges, real results</p>
|
||||
</div>
|
||||
|
||||
<!-- Case Study 1: E-commerce Price Monitoring -->
|
||||
<article class="case-study featured">
|
||||
<div class="case-study-content">
|
||||
<div class="case-study-info">
|
||||
<div class="case-study-meta">
|
||||
<span class="industry">E-commerce</span>
|
||||
<span class="service">Price Monitoring</span>
|
||||
</div>
|
||||
<h3>£500K Revenue Increase Through Competitive Price Intelligence</h3>
|
||||
<p class="case-study-intro">A leading UK electronics retailer needed real-time competitor pricing data to optimize their pricing strategy and remain competitive in a fast-moving market.</p>
|
||||
|
||||
<div class="challenge">
|
||||
<h4>The Challenge</h4>
|
||||
<ul>
|
||||
<li>Manual price checking across 15 competitors was time-consuming and error-prone</li>
|
||||
<li>Pricing decisions were made on outdated information</li>
|
||||
<li>Lost sales due to uncompetitive pricing</li>
|
||||
<li>No visibility into promotional strategies of competitors</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="solution">
|
||||
<h4>Our Solution</h4>
|
||||
<ul>
|
||||
<li>Automated price monitoring across all major UK electronics retailers</li>
|
||||
<li>Real-time alerts for price changes and promotional activities</li>
|
||||
<li>Custom dashboard with pricing analytics and trends</li>
|
||||
<li>API integration with their e-commerce platform for dynamic pricing</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="results">
|
||||
<h4>Results Achieved</h4>
|
||||
<div class="results-grid">
|
||||
<div class="result-item">
|
||||
<span class="result-number">£500K</span>
|
||||
<span class="result-label">Additional Revenue</span>
|
||||
</div>
|
||||
<div class="result-item">
|
||||
<span class="result-number">25%</span>
|
||||
<span class="result-label">Margin Improvement</span>
|
||||
</div>
|
||||
<div class="result-item">
|
||||
<span class="result-number">15%</span>
|
||||
<span class="result-label">Market Share Growth</span>
|
||||
</div>
|
||||
<div class="result-item">
|
||||
<span class="result-number">90%</span>
|
||||
<span class="result-label">Time Savings</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<blockquote class="testimonial">
|
||||
<p>"UK Data Services transformed our pricing strategy completely. We now have real-time visibility into competitor pricing and can react instantly to market changes. The ROI was evident within the first month."</p>
|
||||
<cite>
|
||||
<strong>Sarah Thompson</strong><br>
|
||||
<span>Commercial Director, UK Electronics Retailer (client name withheld)</span>
|
||||
</cite>
|
||||
</blockquote>
|
||||
<a href="/case-studies/ecommerce-price-intelligence" class="btn btn-primary">Read Full Case Study</a>
|
||||
</div>
|
||||
<div class="case-study-visual">
|
||||
<div class="chart-container">
|
||||
<h5>Revenue Growth Timeline</h5>
|
||||
<svg width="400" height="250" viewBox="0 0 400 250">
|
||||
<!-- Chart background -->
|
||||
<rect x="50" y="20" width="330" height="180" fill="#f8f9fa" stroke="#e1e5e9"/>
|
||||
|
||||
<!-- Grid lines -->
|
||||
<line x1="50" y1="65" x2="380" y2="65" stroke="#e1e5e9" stroke-dasharray="2,2"/>
|
||||
<line x1="50" y1="110" x2="380" y2="110" stroke="#e1e5e9" stroke-dasharray="2,2"/>
|
||||
<line x1="50" y1="155" x2="380" y2="155" stroke="#e1e5e9" stroke-dasharray="2,2"/>
|
||||
|
||||
<!-- Before line -->
|
||||
<polyline points="50,155 130,145 210,150 290,140"
|
||||
fill="none" stroke="#ff6b35" stroke-width="3" opacity="0.6"/>
|
||||
|
||||
<!-- After line -->
|
||||
<polyline points="290,140 320,120 350,95 380,75"
|
||||
fill="none" stroke="#179e83" stroke-width="4"/>
|
||||
|
||||
<!-- Data points -->
|
||||
<circle cx="290" cy="140" r="4" fill="#ff6b35"/>
|
||||
<circle cx="320" cy="120" r="4" fill="#179e83"/>
|
||||
<circle cx="350" cy="95" r="4" fill="#179e83"/>
|
||||
<circle cx="380" cy="75" r="4" fill="#179e83"/>
|
||||
|
||||
<!-- Labels -->
|
||||
<text x="170" y="235" text-anchor="middle" font-size="12" fill="#666">Before UK Data Services</text>
|
||||
<text x="335" y="235" text-anchor="middle" font-size="12" fill="#666">After Implementation</text>
|
||||
<text x="30" y="160" text-anchor="middle" font-size="12" fill="#666">£0</text>
|
||||
<text x="30" y="115" text-anchor="middle" font-size="12" fill="#666">£250K</text>
|
||||
<text x="30" y="70" text-anchor="middle" font-size="12" fill="#666">£500K</text>
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<!-- Case Study 2: Financial Services Data Migration -->
|
||||
<article class="case-study">
|
||||
<div class="case-study-content">
|
||||
<div class="case-study-info">
|
||||
<div class="case-study-meta">
|
||||
<span class="industry">Financial Services</span>
|
||||
<span class="service">Data Migration</span>
|
||||
</div>
|
||||
<h3>Zero-Downtime Migration of 50M Customer Records</h3>
|
||||
<p class="case-study-intro">A major UK bank needed to migrate 50 million customer records from legacy systems to a modern cloud platform without any service disruption.</p>
|
||||
|
||||
<div class="challenge">
|
||||
<h4>The Challenge</h4>
|
||||
<ul>
|
||||
<li>Legacy system contained 25 years of customer data</li>
|
||||
<li>Zero tolerance for data loss or downtime</li>
|
||||
<li>Strict regulatory compliance requirements (FCA, PCI DSS)</li>
|
||||
<li>Complex data relationships and dependencies</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="results">
|
||||
<h4>Results Achieved</h4>
|
||||
<div class="results-grid">
|
||||
<div class="result-item">
|
||||
<span class="result-number">0</span>
|
||||
<span class="result-label">Minutes Downtime</span>
|
||||
</div>
|
||||
<div class="result-item">
|
||||
<span class="result-number">99.99%</span>
|
||||
<span class="result-label">Data Accuracy</span>
|
||||
</div>
|
||||
<div class="result-item">
|
||||
<span class="result-number">6 Weeks</span>
|
||||
<span class="result-label">Ahead of Schedule</span>
|
||||
</div>
|
||||
<div class="result-item">
|
||||
<span class="result-number">£2M</span>
|
||||
<span class="result-label">Cost Savings</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<blockquote class="testimonial">
|
||||
<p>"The migration was flawless. Our customers didn't experience any disruption, and we now have a modern, scalable platform that supports our growth plans."</p>
|
||||
<cite>
|
||||
<strong>Michael Davies</strong><br>
|
||||
<span>CTO, UK Financial Services Provider (client name withheld)</span>
|
||||
</cite>
|
||||
</blockquote>
|
||||
<a href="/case-studies/financial-data-migration" class="btn btn-primary">Read Full Case Study</a>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<!-- Case Study 3: Property Market Intelligence -->
|
||||
<article class="case-study">
|
||||
<div class="case-study-content">
|
||||
<div class="case-study-info">
|
||||
<div class="case-study-meta">
|
||||
<span class="industry">Property</span>
|
||||
<span class="service">Market Intelligence</span>
|
||||
</div>
|
||||
<h3>Real Estate Platform Gains Market Leadership Through Data</h3>
|
||||
<p class="case-study-intro">A UK property portal needed comprehensive market data to provide better insights to estate agents and property investors.</p>
|
||||
|
||||
<div class="challenge">
|
||||
<h4>The Challenge</h4>
|
||||
<ul>
|
||||
<li>Fragmented property data across multiple sources</li>
|
||||
<li>Inconsistent data quality and formats</li>
|
||||
<li>Need for real-time market insights</li>
|
||||
<li>Competition from established property platforms</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="results">
|
||||
<h4>Results Achieved</h4>
|
||||
<div class="results-grid">
|
||||
<div class="result-item">
|
||||
<span class="result-number">2M+</span>
|
||||
<span class="result-label">Properties Tracked</span>
|
||||
</div>
|
||||
<div class="result-item">
|
||||
<span class="result-number">150%</span>
|
||||
<span class="result-label">User Growth</span>
|
||||
</div>
|
||||
<div class="result-item">
|
||||
<span class="result-number">40%</span>
|
||||
<span class="result-label">Market Share</span>
|
||||
</div>
|
||||
<div class="result-item">
|
||||
<span class="result-number">£1.2M</span>
|
||||
<span class="result-label">Revenue Increase</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a href="/case-studies/property-market-intelligence" class="btn btn-primary">Read Full Case Study</a>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Industries Overview -->
|
||||
<section class="industries-overview">
|
||||
<div class="container">
|
||||
<h2>Industries We Transform</h2>
|
||||
<div class="industries-grid">
|
||||
<div class="industry-stat">
|
||||
<div class="industry-icon">🏦</div>
|
||||
<h3>Financial Services</h3>
|
||||
<p class="stat-number">45+</p>
|
||||
<p class="stat-label">Projects Completed</p>
|
||||
</div>
|
||||
|
||||
<div class="industry-stat">
|
||||
<div class="industry-icon">🛒</div>
|
||||
<h3>Retail & E-commerce</h3>
|
||||
<p class="stat-number">120+</p>
|
||||
<p class="stat-label">Projects Completed</p>
|
||||
</div>
|
||||
|
||||
<div class="industry-stat">
|
||||
<div class="industry-icon">🏥</div>
|
||||
<h3>Healthcare</h3>
|
||||
<p class="stat-number">30+</p>
|
||||
<p class="stat-label">Projects Completed</p>
|
||||
</div>
|
||||
|
||||
<div class="industry-stat">
|
||||
<div class="industry-icon">🏠</div>
|
||||
<h3>Property</h3>
|
||||
<p class="stat-number">85+</p>
|
||||
<p class="stat-label">Projects Completed</p>
|
||||
</div>
|
||||
|
||||
<div class="industry-stat">
|
||||
<div class="industry-icon">🏭</div>
|
||||
<h3>Manufacturing</h3>
|
||||
<p class="stat-number">60+</p>
|
||||
<p class="stat-label">Projects Completed</p>
|
||||
</div>
|
||||
|
||||
<div class="industry-stat">
|
||||
<div class="industry-icon">💻</div>
|
||||
<h3>Technology</h3>
|
||||
<p class="stat-number">90+</p>
|
||||
<p class="stat-label">Projects Completed</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- CTA Section -->
|
||||
<section class="cta">
|
||||
<div class="container">
|
||||
<div class="cta-content">
|
||||
<h2>Ready to Become Our Next Success Story?</h2>
|
||||
<p>Join hundreds of UK businesses who have transformed their operations with our data solutions. Get your free consultation today.</p>
|
||||
<div class="cta-buttons">
|
||||
<a href="/quote" class="btn btn-primary">Start Your Project</a>
|
||||
<a href="/#contact" class="btn btn-secondary">Speak to an Expert</a>
|
||||
</div>
|
||||
</div>
|
||||
<h2>Have a Similar Problem?</h2>
|
||||
<p>Book a free 20-minute call and we'll look at your specific workflow together.</p>
|
||||
<a href="/quote" class="btn btn-secondary" style="background: white; color: #7c3aed; border-color: white;">Get a Free Quote</a>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="footer">
|
||||
@@ -486,64 +117,57 @@ $keywords = "UK data services case studies, client success stories, data transfo
|
||||
<div class="footer-content">
|
||||
<div class="footer-section">
|
||||
<div class="footer-logo">
|
||||
<img src="../assets/images/logo-white.svg" alt="UK Data Services">
|
||||
<img src="/assets/images/logo-white.svg" alt="UK AI Automation" loading="lazy" width="290" height="58">
|
||||
</div>
|
||||
<p>Transforming UK businesses through professional data solutions and proven methodologies.</p>
|
||||
<p>AI automation for UK legal and consultancy firms. Fixed-price projects, fast delivery, GDPR-compliant by default.</p>
|
||||
</div>
|
||||
|
||||
<div class="footer-section">
|
||||
<h3>Our Services</h3>
|
||||
<ul>
|
||||
<li><a href="/services/competitive-intelligence">Competitive Intelligence</a></li>
|
||||
<li><a href="/services/price-monitoring">Price Monitoring</a></li>
|
||||
<li><a href="/services/data-cleaning">Data Cleaning</a></li>
|
||||
<li><a href="/#services">All Services</a></li>
|
||||
<li><a href="/#services">Document Extraction</a></li>
|
||||
<li><a href="/#services">Research Automation</a></li>
|
||||
<li><a href="/#services">Data Pipelines</a></li>
|
||||
<li><a href="/#services">Custom AI Agents</a></li>
|
||||
<li><a href="/quote">Get a Quote</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-section">
|
||||
<h3>Locations</h3>
|
||||
<h3>Who We Help</h3>
|
||||
<ul>
|
||||
<li><a href="/locations/london">London</a></li>
|
||||
<li><a href="/locations/manchester">Manchester</a></li>
|
||||
<li><a href="/locations/birmingham">Birmingham</a></li>
|
||||
<li>Law Firms</li>
|
||||
<li>Management Consultancies</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-section">
|
||||
<h3>Resources & Insights</h3>
|
||||
<h3>Resources</h3>
|
||||
<ul>
|
||||
<li><a href="/blog/">Data Intelligence Blog</a></li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li><a href="/case-studies/">Case Studies</a></li>
|
||||
<li><a href="/about">About UK Data Services</a></li>
|
||||
<li><a href="/project-types">Project Types</a></li>
|
||||
<li><a href="/about">About</a></li>
|
||||
<li><a href="/faq">FAQ</a></li>
|
||||
<li><a href="/quote">Request Consultation</a></li>
|
||||
<li><a href="/quote">Get a Quote</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-section">
|
||||
<h3>Legal</h3>
|
||||
<ul>
|
||||
<li><a href="/privacy-policy">Privacy Policy</a></li>
|
||||
<li><a href="/terms-of-service">Terms of Service</a></li>
|
||||
<li><a href="/cookie-policy">Cookie Policy</a></li>
|
||||
<li><a href="/gdpr-compliance">GDPR Compliance</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer-bottom">
|
||||
<p>© <?php echo date('Y'); ?> UK Data Services. All rights reserved.</p>
|
||||
<div class="social-links">
|
||||
<a href="https://linkedin.com/company/uk-data-services" aria-label="LinkedIn" target="_blank" rel="noopener noreferrer"><img src="../assets/images/icon-linkedin.svg" alt="LinkedIn"></a>
|
||||
<a href="https://twitter.com/ukdataservices" aria-label="Twitter" target="_blank" rel="noopener noreferrer"><img src="../assets/images/icon-twitter.svg" alt="Twitter"></a>
|
||||
<div class="footer-bottom-content">
|
||||
<div class="footer-copyright">
|
||||
<p>© <?php echo date('Y'); ?> UK AI Automation. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="../assets/js/main.js"></script>
|
||||
<script src="/assets/js/main.min.js?v=1.1.1"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user