diff --git a/source/_includes/callout.html.twig b/source/_includes/callout.html.twig new file mode 100644 index 00000000..dd1c1928 --- /dev/null +++ b/source/_includes/callout.html.twig @@ -0,0 +1,7 @@ + diff --git a/source/_pages/pair.html.twig b/source/_pages/pair.html.twig new file mode 100644 index 00000000..e6117b01 --- /dev/null +++ b/source/_pages/pair.html.twig @@ -0,0 +1,79 @@ +--- +title: Pair program with me +price: 499 +link: https://savvycal.com/opdavies/pair +--- + +{% block content %} + +{# Pain #} + +

Are you stuck adding a new feature or fixing a bug?

+ +

Do you need help starting a new Drupal module or theme?

+ +

Would you like another pair of eyes on your code, providing real-time suggestions and feedback rather than waiting for a code review?

+ +{# Dream #} + +{# Fix #} + +

Book a pair programming session

+ +

What if you could have a pair programming session with a Lead Developer and Drupal Expert with {numberOfYears} years of professional experience?

+ +

Book a 2-hour pair programming call, and we can work on your code together - adding new functionality, fixing bugs, writing tests for existing code, or something else.

+ +

Price: £{{ page.price|number_format }}

+ +{# 1st call to action #} + +{% include 'button.html.twig' with { + text: 'Book your session now', + url: page.link, +} %} + +{# Social proof #} + +{% include 'testimonials.html.twig' %} + +{# Overcome objections #} + +

100% money-back guarantee!

+ +

If you don't find the session valuable, just let me know, and I'll refund 100% of the cost.

+ +{# Uniqueness #} + +

Who am I?

+ + + +{# 2nd CTA #} + +{% embed 'callout.html.twig' with { + title: 'Ready to book your session?', +} %} + {% block callout_content %} + {% include 'button.html.twig' with { + text: 'Book your session now for £' ~ page.price|number_format ~ ' →', + url: page.link, + } %} + +

You can pay and reserve your time slot straight away. There are a limited number of available slots each month. If, after the call, you decide to do a longer engagement with me, the cost of this call will be deducted from that engagement.

+ {% endblock %} +{% endembed %} + +{# Urgency #} + +

Availability is limited

+ +

I’m only available for a few pair programming sessions per month.

+

Scheduling is first come, first served, so the sooner you book your time slot, the sooner you will have the answers you need to move your project forward.

+ +{% endblock %}