Improve service pages: add pricing, CTAs, and content
- data-cleaning: Update title for SEO, add /quote buttons to pricing cards - competitive-intelligence: Add pricing section, add Why CI Matters content (~350 words) - price-monitoring: Add Business Impact section (~200 words)
This commit is contained in:
@@ -613,6 +613,51 @@ $breadcrumbs = [
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Why Competitive Intelligence Matters Section -->
|
||||
<section style="padding: 80px 0;">
|
||||
<div class="container">
|
||||
<div class="section-title">
|
||||
<h2>Why Competitive Intelligence Matters for UK Businesses</h2>
|
||||
<p>In today's fast-moving markets, understanding your competition isn't optional—it's essential for survival and growth</p>
|
||||
</div>
|
||||
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start;">
|
||||
<div>
|
||||
<h3 style="color: #144784; font-size: 1.4rem; margin-bottom: 15px;">The Cost of Flying Blind</h3>
|
||||
<p style="color: #555; line-height: 1.8; margin-bottom: 20px;">Many UK businesses operate without systematic intelligence about their competitors. They react to market changes instead of anticipating them. They discover competitor moves weeks or months after they happen—often when it's too late to respond effectively.</p>
|
||||
<p style="color: #555; line-height: 1.8; margin-bottom: 20px;">This reactive approach costs businesses dearly. Without competitive intelligence, companies frequently underprice products (leaving money on the table), overprice products (losing market share), miss emerging market opportunities, fail to anticipate competitive threats, and waste marketing budget on ineffective positioning.</p>
|
||||
<p style="color: #555; line-height: 1.8;">Our research shows that UK businesses using systematic competitive intelligence achieve 23% better pricing decisions and identify market opportunities an average of 4 months earlier than competitors who don't.</p>
|
||||
</div>
|
||||
<div>
|
||||
<h3 style="color: #144784; font-size: 1.4rem; margin-bottom: 15px;">What Sets Our Approach Apart</h3>
|
||||
<p style="color: #555; line-height: 1.8; margin-bottom: 20px;">Unlike generic market research, our competitive intelligence is specifically designed for decision-making. Every insight we deliver answers a strategic question: Should you enter this market? How should you position against this competitor? Where are the gaps in the market you can exploit?</p>
|
||||
<p style="color: #555; line-height: 1.8; margin-bottom: 20px;">We combine automated data collection with expert human analysis. Our technology monitors thousands of data points across competitor websites, job postings, patents, news coverage, and social media. But raw data isn't intelligence—our experienced analysts interpret patterns, identify trends, and translate findings into actionable recommendations.</p>
|
||||
<p style="color: #555; line-height: 1.8;">Based in the UK, we understand the nuances of British markets, regulatory requirements, and business culture. We're not applying American frameworks to UK markets—we're building intelligence programmes grounded in the realities of doing business in Britain.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div style="margin-top: 50px; background: linear-gradient(135deg, #144784 0%, #179e83 100%); border-radius: 12px; padding: 40px; color: white;">
|
||||
<div style="display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center;">
|
||||
<div>
|
||||
<div style="font-size: 2.5rem; font-weight: 700;">23%</div>
|
||||
<div style="opacity: 0.9;">Better pricing decisions</div>
|
||||
</div>
|
||||
<div>
|
||||
<div style="font-size: 2.5rem; font-weight: 700;">4mo</div>
|
||||
<div style="opacity: 0.9;">Earlier opportunity identification</div>
|
||||
</div>
|
||||
<div>
|
||||
<div style="font-size: 2.5rem; font-weight: 700;">67%</div>
|
||||
<div style="opacity: 0.9;">Clients report improved strategy</div>
|
||||
</div>
|
||||
<div>
|
||||
<div style="font-size: 2.5rem; font-weight: 700;">100%</div>
|
||||
<div style="opacity: 0.9;">UK-based analysts</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Process Section -->
|
||||
<section class="process-section">
|
||||
<div class="container">
|
||||
@@ -665,6 +710,71 @@ $breadcrumbs = [
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Pricing Section -->
|
||||
<section class="pricing-section" id="pricing" style="padding: 80px 0;">
|
||||
<div class="container">
|
||||
<div class="section-title">
|
||||
<h2>Competitive Intelligence Pricing</h2>
|
||||
<p>Transparent pricing for actionable market insights. All projects include a dedicated analyst.</p>
|
||||
</div>
|
||||
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; max-width: 1100px; margin: 0 auto;">
|
||||
<div style="background: white; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); overflow: hidden;">
|
||||
<div style="background: linear-gradient(135deg, #144784 0%, #179e83 100%); color: white; padding: 30px; text-align: center;">
|
||||
<h3 style="font-size: 1.5rem; margin-bottom: 10px;">Competitor Report</h3>
|
||||
<div style="font-size: 3rem; font-weight: 700;">£2,500<span style="font-size: 1rem; font-weight: 400;">/one-time</span></div>
|
||||
</div>
|
||||
<div style="padding: 30px;">
|
||||
<ul style="list-style: none; padding: 0; margin: 0 0 30px;">
|
||||
<li style="padding: 12px 0; border-bottom: 1px solid #eee;">✓ Analysis of up to 5 competitors</li>
|
||||
<li style="padding: 12px 0; border-bottom: 1px solid #eee;">✓ SWOT analysis for each</li>
|
||||
<li style="padding: 12px 0; border-bottom: 1px solid #eee;">✓ Pricing & positioning review</li>
|
||||
<li style="padding: 12px 0; border-bottom: 1px solid #eee;">✓ Digital presence audit</li>
|
||||
<li style="padding: 12px 0; border-bottom: 1px solid #eee;">✓ Executive summary report</li>
|
||||
<li style="padding: 12px 0;">✓ 2-3 week delivery</li>
|
||||
</ul>
|
||||
<a href="/quote" class="btn btn-primary" style="width: 100%; display: block; text-align: center; padding: 14px; background: #179e83; color: white; text-decoration: none; border-radius: 8px; font-weight: 600;">Get Started</a>
|
||||
</div>
|
||||
</div>
|
||||
<div style="background: white; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); overflow: hidden; border: 3px solid #179e83; transform: scale(1.02);">
|
||||
<div style="background: linear-gradient(135deg, #144784 0%, #179e83 100%); color: white; padding: 30px; text-align: center; position: relative;">
|
||||
<span style="position: absolute; top: 10px; right: 10px; background: #fff; color: #179e83; padding: 4px 12px; border-radius: 20px; font-size: 0.8rem; font-weight: 600;">Most Popular</span>
|
||||
<h3 style="font-size: 1.5rem; margin-bottom: 10px;">Market Intelligence</h3>
|
||||
<div style="font-size: 3rem; font-weight: 700;">£5,000<span style="font-size: 1rem; font-weight: 400;">+</span></div>
|
||||
</div>
|
||||
<div style="padding: 30px;">
|
||||
<ul style="list-style: none; padding: 0; margin: 0 0 30px;">
|
||||
<li style="padding: 12px 0; border-bottom: 1px solid #eee;">✓ Full market landscape analysis</li>
|
||||
<li style="padding: 12px 0; border-bottom: 1px solid #eee;">✓ 10+ competitor deep-dives</li>
|
||||
<li style="padding: 12px 0; border-bottom: 1px solid #eee;">✓ Industry trend analysis</li>
|
||||
<li style="padding: 12px 0; border-bottom: 1px solid #eee;">✓ Customer sentiment insights</li>
|
||||
<li style="padding: 12px 0; border-bottom: 1px solid #eee;">✓ Strategic recommendations</li>
|
||||
<li style="padding: 12px 0;">✓ 4-6 week delivery</li>
|
||||
</ul>
|
||||
<a href="/quote" class="btn btn-primary" style="width: 100%; display: block; text-align: center; padding: 14px; background: #179e83; color: white; text-decoration: none; border-radius: 8px; font-weight: 600;">Get Started</a>
|
||||
</div>
|
||||
</div>
|
||||
<div style="background: white; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); overflow: hidden;">
|
||||
<div style="background: linear-gradient(135deg, #144784 0%, #179e83 100%); color: white; padding: 30px; text-align: center;">
|
||||
<h3 style="font-size: 1.5rem; margin-bottom: 10px;">Strategic Retainer</h3>
|
||||
<div style="font-size: 3rem; font-weight: 700;">£3,500<span style="font-size: 1rem; font-weight: 400;">/month</span></div>
|
||||
</div>
|
||||
<div style="padding: 30px;">
|
||||
<ul style="list-style: none; padding: 0; margin: 0 0 30px;">
|
||||
<li style="padding: 12px 0; border-bottom: 1px solid #eee;">✓ Monthly intelligence briefings</li>
|
||||
<li style="padding: 12px 0; border-bottom: 1px solid #eee;">✓ Real-time competitor alerts</li>
|
||||
<li style="padding: 12px 0; border-bottom: 1px solid #eee;">✓ Quarterly deep-dive reports</li>
|
||||
<li style="padding: 12px 0; border-bottom: 1px solid #eee;">✓ Ad-hoc research requests</li>
|
||||
<li style="padding: 12px 0; border-bottom: 1px solid #eee;">✓ Dedicated analyst support</li>
|
||||
<li style="padding: 12px 0;">✓ Strategic advisory calls</li>
|
||||
</ul>
|
||||
<a href="/quote" class="btn btn-primary" style="width: 100%; display: block; text-align: center; padding: 14px; background: #179e83; color: white; text-decoration: none; border-radius: 8px; font-weight: 600;">Contact Sales</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- FAQ Section -->
|
||||
<section class="faq-section" id="faq">
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user