Remove Python as selling point throughout site

- about.php: title, subtitle, bio, technical background
- quote.php: title, meta, badge (10+ Years Python → 10+ Years Experience)
- case-studies/index.php: pipeline descriptions
- author-bio.php: fake author roles and bios
- article-footer.php: replace Python article links with actual AI articles
- blog/search.php: replace Python article, remove Python topic tag
This commit is contained in:
Peter Foster
2026-03-21 10:39:15 +00:00
parent 8eafc04b0f
commit a3cfcc9843
7 changed files with 28 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
<?php
$page_title = "Case Studies | UK AI Automation - AI & Python Automation";
$page_title = "Case Studies | UK AI Automation - AI 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/";
?>
@@ -54,7 +54,7 @@ $canonical_url = "https://ukaiautomation.co.uk/case-studies/";
<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>
<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 an AI 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
@@ -78,7 +78,7 @@ $canonical_url = "https://ukaiautomation.co.uk/case-studies/";
<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>
<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 an automation 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