Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
$page_title = "Thank You | UK Data Services";
|
||||
$page_title = "Thank You | UK AI Automation";
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
@@ -25,7 +25,7 @@ $page_title = "Thank You | UK Data Services";
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.thank-you-container h1 {
|
||||
color: #1a1a2e;
|
||||
color: #1e1b4b;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.thank-you-container .subtitle {
|
||||
@@ -42,7 +42,7 @@ $page_title = "Thank You | UK Data Services";
|
||||
}
|
||||
.next-steps h3 {
|
||||
margin: 0 0 20px 0;
|
||||
color: #1a1a2e;
|
||||
color: #1e1b4b;
|
||||
}
|
||||
.step {
|
||||
display: flex;
|
||||
@@ -64,10 +64,10 @@ $page_title = "Thank You | UK Data Services";
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.step-content strong {
|
||||
color: #1a1a2e;
|
||||
color: #1e1b4b;
|
||||
}
|
||||
.upsell-section {
|
||||
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
|
||||
background: linear-gradient(135deg, #1e1b4b 0%, #1e1b4b 100%);
|
||||
border-radius: 12px;
|
||||
padding: 30px;
|
||||
color: #fff;
|
||||
@@ -88,7 +88,7 @@ $page_title = "Thank You | UK Data Services";
|
||||
}
|
||||
.btn-white {
|
||||
background: #fff;
|
||||
color: #1a1a2e;
|
||||
color: #1e1b4b;
|
||||
padding: 12px 24px;
|
||||
border-radius: 8px;
|
||||
text-decoration: none;
|
||||
@@ -120,10 +120,10 @@ $page_title = "Thank You | UK Data Services";
|
||||
}
|
||||
.resource-card h4 {
|
||||
margin: 0 0 10px 0;
|
||||
color: #1a1a2e;
|
||||
color: #1e1b4b;
|
||||
}
|
||||
.resource-card a {
|
||||
color: #0066cc;
|
||||
color: #4f46e5;
|
||||
text-decoration: none;
|
||||
font-weight: 600;
|
||||
}
|
||||
@@ -133,61 +133,61 @@ $page_title = "Thank You | UK Data Services";
|
||||
<?php include($_SERVER["DOCUMENT_ROOT"] . "/includes/nav.php"); ?>
|
||||
<div class="thank-you-container">
|
||||
<div class="success-icon">🎉</div>
|
||||
<h1>Thank You for Your Enquiry!</h1>
|
||||
<p class="subtitle">We've received your request and will be in touch shortly.</p>
|
||||
<h1>Demo Request Received!</h1>
|
||||
<p class="subtitle">I'll be in touch within a few hours to arrange a time that works for you.</p>
|
||||
|
||||
<div class="next-steps">
|
||||
<h3>📋 What Happens Next</h3>
|
||||
<div class="step">
|
||||
<div class="step-icon">1</div>
|
||||
<div class="step-content">
|
||||
<strong>Within 2 hours</strong><br>
|
||||
We'll review your requirements and send a confirmation email
|
||||
<strong>Same day</strong><br>
|
||||
Peter will review your submission and reply to confirm receipt
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<div class="step-icon">2</div>
|
||||
<div class="step-content">
|
||||
<strong>Within 24 hours</strong><br>
|
||||
You'll receive a detailed proposal with fixed pricing — no surprises
|
||||
<strong>20-min discovery call call</strong><br>
|
||||
We'll pick a time that works and walk through your specific workflow together
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<div class="step-icon">3</div>
|
||||
<div class="step-content">
|
||||
<strong>Optional call</strong><br>
|
||||
We can schedule a 30-min consultation to discuss your project
|
||||
<strong>Fixed-price proposal</strong><br>
|
||||
If there's a good fit, you'll receive a clear scope and price within 24 hours of the call
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="upsell-section">
|
||||
<h3>⚡ Want to Speed Things Up?</h3>
|
||||
<p>Book a call now and we can discuss your project today</p>
|
||||
<h3>While You Wait</h3>
|
||||
<p>Learn more about how we work and what we've built for other clients</p>
|
||||
<div class="upsell-buttons">
|
||||
<a href="https://calendly.com/ukdataservices/consultation" class="btn-white" target="_blank">Book a Call</a>
|
||||
<a href="/tools/cost-calculator" class="btn-outline">Try Cost Calculator</a>
|
||||
<a href="/about" class="btn-white">About Peter Foster</a>
|
||||
<a href="/case-studies/" class="btn-outline">See Case Studies</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3 style="color:#1a1a2e;margin-bottom:10px;">📚 While You Wait</h3>
|
||||
<h3 style="color:#1e1b4b;margin-bottom:10px;">📚 While You Wait</h3>
|
||||
<p style="color:#666;margin-bottom:20px;">Check out these resources:</p>
|
||||
|
||||
<div class="resources">
|
||||
<div class="resource-card">
|
||||
<div class="icon">📊</div>
|
||||
<h4>Cost Calculator</h4>
|
||||
<a href="/tools/cost-calculator">Estimate your project →</a>
|
||||
<div class="icon">👤</div>
|
||||
<h4>About</h4>
|
||||
<a href="/about">Peter's background →</a>
|
||||
</div>
|
||||
<div class="resource-card">
|
||||
<div class="icon">📖</div>
|
||||
<h4>Case Studies</h4>
|
||||
<a href="/case-studies">See our work →</a>
|
||||
<a href="/case-studies/">See our work →</a>
|
||||
</div>
|
||||
<div class="resource-card">
|
||||
<div class="icon">⚖️</div>
|
||||
<h4>Compliance Guide</h4>
|
||||
<a href="/blog/articles/web-scraping-compliance-uk-guide">Read the guide →</a>
|
||||
<div class="icon">❓</div>
|
||||
<h4>FAQ</h4>
|
||||
<a href="/faq">Common questions →</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user