Skip to content

Commit

Permalink
Improve copy and CTA on niche targeting page (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfischer authored Apr 11, 2024
1 parent 5b4086f commit 5381931
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions ethicalads-theme/templates/ea/similar-pages.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{% extends "page.html" %}


{% block content %}
<section class="container py-5 mb-10">
<article class="page">
<h1 class="font-weight-light display-3">{{ page.title }}</h1>

<p>Try our machine-learning powered, automatic campaign targeting: Automatically target your campaign to the most-relevant pages across our advertising network based on your landing and product pages.</p>
<p>Try our machine-learning powered contextual targeting: Find and automatically target your campaign to the most-relevant pages across our advertising network based on your landing and product pages.</p>

<form name="similar-pages" id="similar-pages" data-bind="submit: getSimilarPages">
<div class="form-row">
Expand Down Expand Up @@ -105,13 +106,14 @@ <h6 class="my-0 text-muted">
</div>

<!-- CTA -->
<div class="my-10 text-center">
<a href="/advertisers/#inbound-form" class="btn btn-primary">Start your auto-targeted campaign</a>
<p class="mt-10 lead text-center">Want to run your next ad campaign across highly-relevant sites like these?</p>
<div class="my-5 text-center">
<a href="/advertisers/#inbound-form" class="btn btn-primary">Start your campaign today!</a>
</div>
</div>

</div>

</article>
</section>
{% endblock %}
{% endblock %}

0 comments on commit 5381931

Please sign in to comment.