Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
@@ -52,7 +52,7 @@ function displayLocationCTA($serviceName = null) {
|
||||
<style>
|
||||
.location-cta {
|
||||
padding: 80px 0;
|
||||
background: linear-gradient(135deg, #144784 0%, #1a5a9e 100%);
|
||||
background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%);
|
||||
color: white;
|
||||
}
|
||||
|
||||
@@ -130,7 +130,7 @@ function displayLocationCTA($serviceName = null) {
|
||||
}
|
||||
|
||||
.location-cta .btn-primary {
|
||||
background: #179e83;
|
||||
background: #6d28d9;
|
||||
color: white;
|
||||
padding: 14px 32px;
|
||||
border-radius: 8px;
|
||||
@@ -203,7 +203,7 @@ function displayCompactLocationLinks() {
|
||||
}
|
||||
|
||||
.compact-locations a {
|
||||
color: #179e83;
|
||||
color: #6d28d9;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@ function displayRelatedServices($currentService, $maxServices = 3) {
|
||||
.related-services h2 {
|
||||
text-align: center;
|
||||
font-size: 2rem;
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
@@ -116,7 +116,7 @@ function displayRelatedServices($currentService, $maxServices = 3) {
|
||||
|
||||
.related-service-card h3 {
|
||||
font-size: 1.25rem;
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
@@ -128,7 +128,7 @@ function displayRelatedServices($currentService, $maxServices = 3) {
|
||||
}
|
||||
|
||||
.related-service-card .learn-more {
|
||||
color: #179e83;
|
||||
color: #6d28d9;
|
||||
font-weight: 500;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user