Fix broken image filename (icon-web-Automation-v2 → icon-web-scraping-v2)
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
// Google reCAPTCHA v3 Configuration
|
||||
define('RECAPTCHA_SITE_KEY', '6Ldp74UsAAAAAIeXNHbdaKPw-aIErV7ZznKQZ4fh');
|
||||
define('RECAPTCHA_SECRET_KEY', '6Ldp74UsAAAAABQLNZkuLwUYMNSf9aSuFrdaoLfZ');
|
||||
define('RECAPTCHA_SITE_KEY', '6LcENpIsAAAAAP2F5y_V4cRMLgSnqLuBAbVXibL6');
|
||||
define('RECAPTCHA_SECRET_KEY', '6LcENpIsAAAAADM2MpfFFGpUG-m1V0Tq5Ffk6e-N');
|
||||
define('RECAPTCHA_THRESHOLD', 0.5);
|
||||
define('RECAPTCHA_ENABLED', false);
|
||||
?>
|
||||
define('RECAPTCHA_ENABLED', true);
|
||||
|
||||
@@ -96,7 +96,7 @@ $serviceData = [
|
||||
'title' => 'Custom AI Agents',
|
||||
'shortTitle' => 'AI Agents',
|
||||
'description' => 'Bespoke AI agents that handle repetitive workflows autonomously',
|
||||
'icon' => 'icon-web-Automation-v2.svg'
|
||||
'icon' => 'icon-web-scraping-v2.svg'
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
@@ -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-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>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user