Fix broken image filename (icon-web-Automation-v2 → icon-web-scraping-v2)

This commit is contained in:
Peter Foster
2026-03-21 10:57:34 +00:00
parent f2724782c8
commit f78d68e9db
3 changed files with 5 additions and 7 deletions

View File

@@ -1,7 +1,5 @@
<?php <?php
// Google reCAPTCHA v3 Configuration define('RECAPTCHA_SITE_KEY', '6LcENpIsAAAAAP2F5y_V4cRMLgSnqLuBAbVXibL6');
define('RECAPTCHA_SITE_KEY', '6Ldp74UsAAAAAIeXNHbdaKPw-aIErV7ZznKQZ4fh'); define('RECAPTCHA_SECRET_KEY', '6LcENpIsAAAAADM2MpfFFGpUG-m1V0Tq5Ffk6e-N');
define('RECAPTCHA_SECRET_KEY', '6Ldp74UsAAAAABQLNZkuLwUYMNSf9aSuFrdaoLfZ');
define('RECAPTCHA_THRESHOLD', 0.5); define('RECAPTCHA_THRESHOLD', 0.5);
define('RECAPTCHA_ENABLED', false); define('RECAPTCHA_ENABLED', true);
?>

View File

@@ -96,7 +96,7 @@ $serviceData = [
'title' => 'Custom AI Agents', 'title' => 'Custom AI Agents',
'shortTitle' => 'AI Agents', 'shortTitle' => 'AI Agents',
'description' => 'Bespoke AI agents that handle repetitive workflows autonomously', 'description' => 'Bespoke AI agents that handle repetitive workflows autonomously',
'icon' => 'icon-web-Automation-v2.svg' 'icon' => 'icon-web-scraping-v2.svg'
], ],
]; ];

View File

@@ -571,7 +571,7 @@ $twitter_card_image = "https://ukaiautomation.co.uk/assets/images/ukaiautomation
<div class="service-card animate-on-scroll" style="--animation-delay: 0.2s;"> <div class="service-card animate-on-scroll" style="--animation-delay: 0.2s;">
<div class="service-icon"> <div class="service-icon">
<img src="assets/images/icon-web-Automation-v2.svg" alt="Research automation" loading="lazy" width="60" height="60"> <img src="assets/images/icon-web-scraping-v2.svg" alt="Research automation" loading="lazy" width="60" height="60">
</div> </div>
<h2>Research Automation</h2> <h2>Research Automation</h2>
<p>We build automated systems that monitor competitors, track regulatory changes, and summarise market intelligence — delivered to your inbox or dashboard daily.</p> <p>We build automated systems that monitor competitors, track regulatory changes, and summarise market intelligence — delivered to your inbox or dashboard daily.</p>