docs: update call and pair product pages

This commit is contained in:
Oliver Davies 2023-07-15 17:37:32 +01:00
parent f47dba0ae2
commit e46ea8895e
2 changed files with 82 additions and 12 deletions

View file

@ -17,6 +17,12 @@ import { numberOfYears } from '~/utils';
## Who is this for?
*/}
{/* Pain */}
{/* Dream */}
{/* Fix */}
As a professional Software Developer and Consultant with over {numberOfYears} years of Drupal and PHP experience, I have a lot of knowledge that I use to help customers and their projects.
## Some things I can help you with
@ -37,14 +43,22 @@ In this 1-on-1 video call, I can help you answer questions in these areas or any
Price: {frontmatter.price}
{/* 1st call to action */}
<Button href={frontmatter.link} text="Book your call now" />
## 100% money back guarantee!
If you dont find the call valuable, just let me know and Ill refund 100% of the cost.
{/* Social proof */}
<Testimonials names={frontmatter.testimonials} />
{/* Overcome objections */}
## 100% money-back guarantee!
If you don't find the call valuable, just let me know, and I'll refund 100% of the cost.
{/* Uniqueness */}
## Who am I?
- I'm an Acquia-certified Drupal expert with over {numberOfYears} years of development experience.
@ -52,12 +66,16 @@ If you dont find the call valuable, just let me know and Ill refund 100% o
- I'm a Drupal core contributor and maintain numerous Drupal projects, including the Override Node Options module, which is used on over 35,000 websites.
- I'm a multiple-time DrupalCon speaker who regularly presents talks and workshops at conferences and meetups.
{/* 2nd CTA */}
<Callout title="Ready to book your call?">
<Button href={frontmatter.link} text={`Book now for ${frontmatter.price}`} />
<p class="mb-0">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.</p>
</Callout>
{/* Urgency */}
## Availability is limited
Im only available for a few 1-on-1 calls per month.

View file

@ -1,18 +1,70 @@
---
layout: ~/layouts/PageLayout.astro
title: Pair program with me
price: £500
link: ~
---
I enjoy pair and mob (group) programming, so as well as [traditional freelance
services][0], I offer paid remote pair programming sessions where I'll work
with you on your own project via a Zoom call.
import Button from "~/components/Button.astro";
import Callout from "~/components/Callout.astro";
import Testimonials from "~/components/Testimonials.astro";
import { numberOfYears } from '~/utils';
My experience is based around PHP, Drupal, Symfony, Vue.js, Tailwind CSS,
Ansible, Docker, clean code, automated testing, and test-driven development.
{/* Pain */}
I also offer free sessions for open source projects.
Are you stuck adding a new feature or fixing a bug?
To arrange a pairing session, [find an available time on my calendar][1].
Do you need help starting a new Drupal module or theme?
[0]: /drupal-php-developer
[1]: https://savvycal.com/opdavies/pair
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: {frontmatter.price}
{/* 1st call to action */}
<Button href={frontmatter.link} text="Book your session now" />
{/* Social proof */}
<Testimonials />
{/* 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?
- I'm an Acquia-certified Drupal expert with over {numberOfYears} years of development experience.
- I'm a former Drupal Association employee who was responsible for improving and maintaining Drupal.org.
- I'm a Drupal core contributor and maintain numerous Drupal projects, including the Override Node Options module, which is used on over 35,000 websites.
- I'm a multiple-time DrupalCon speaker who regularly presents talks and workshops at conferences and meetups.
{/* 2nd CTA */}
<Callout title="Ready to book your session?">
<Button href={frontmatter.link} text={`Book your session now for ${frontmatter.price}`} />
<p class="mb-0">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.</p>
</Callout>
{/* Urgency */}
## Availability is limited
Im 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.