2025-06-09 05:33:32 +00:00
|
|
|
<!-- Footer -->
|
|
|
|
|
<footer class="footer">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="footer-content">
|
|
|
|
|
<div class="footer-section">
|
|
|
|
|
<div class="footer-logo">
|
2026-03-21 09:48:46 +00:00
|
|
|
<img src="/assets/images/ukaiautomation-logo-white.svg" alt="UK AI Automation" style="height:48px;width:auto;">
|
2025-06-09 05:33:32 +00:00
|
|
|
</div>
|
2026-03-21 09:48:46 +00:00
|
|
|
<p>AI automation consulting for legal firms and management consultancies. We build document extraction pipelines, research automation tools, and custom AI agents — so your team can focus on clients.</p>
|
2025-06-09 05:33:32 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="footer-section">
|
2026-03-21 09:48:46 +00:00
|
|
|
<h3>Services</h3>
|
2025-06-09 05:33:32 +00:00
|
|
|
<ul>
|
2026-03-21 09:48:46 +00:00
|
|
|
<li><a href="/#services">Document Extraction</a></li>
|
|
|
|
|
<li><a href="/#services">Research Automation</a></li>
|
|
|
|
|
<li><a href="/#services">Data Pipeline Build-Outs</a></li>
|
|
|
|
|
<li><a href="/#services">Custom AI Agents</a></li>
|
2025-12-08 07:18:49 +00:00
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="footer-section">
|
2026-03-21 09:48:46 +00:00
|
|
|
<h3>Company</h3>
|
2025-12-08 07:18:49 +00:00
|
|
|
<ul>
|
2026-03-21 09:48:46 +00:00
|
|
|
<li><a href="/about">About</a></li>
|
|
|
|
|
<li><a href="/case-studies">Case Studies</a></li>
|
|
|
|
|
<li><a href="/blog/">Blog</a></li>
|
2025-06-09 05:33:32 +00:00
|
|
|
<li><a href="/faq">FAQ</a></li>
|
2026-03-21 09:48:46 +00:00
|
|
|
<li><a href="/#contact">Contact</a></li>
|
2025-06-09 05:33:32 +00:00
|
|
|
</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">
|
2025-12-21 08:08:45 +00:00
|
|
|
<div class="footer-bottom-content">
|
|
|
|
|
<div class="footer-copyright">
|
2026-03-21 09:48:46 +00:00
|
|
|
<p>© <?php echo date('Y'); ?> UK AI Automation. All rights reserved.</p>
|
2025-12-21 08:08:45 +00:00
|
|
|
<p class="company-details">
|
2026-03-08 09:42:53 +00:00
|
|
|
Company No: <a href="https://find-and-update.company-information.service.gov.uk/company/08576932" rel="nofollow" target="_blank">08576932</a>
|
2026-03-21 09:48:46 +00:00
|
|
|
· North Walsham, Norfolk, UK
|
2025-12-21 08:08:45 +00:00
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="social-links">
|
2026-03-21 09:48:46 +00:00
|
|
|
<a href="https://linkedin.com/in/peter-foster" aria-label="LinkedIn" target="_blank" rel="noopener noreferrer"><img src="/assets/images/icon-linkedin.svg" alt="LinkedIn" loading="lazy"></a>
|
2025-12-21 08:08:45 +00:00
|
|
|
</div>
|
2025-06-09 05:33:32 +00:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2026-02-03 19:34:30 +00:00
|
|
|
</footer>
|