feat: add testimonials to the call page

This commit is contained in:
Oliver Davies 2023-06-02 10:08:35 +01:00
parent baeec8fab2
commit 295ee1980d
27 changed files with 207 additions and 148 deletions

View file

@ -3,9 +3,16 @@ layout: ~/layouts/PageLayout.astro
title: Book a 1-on-1 consulting call
link: https://savvycal.com/opdavies/consulting-call
price: 499
testimonials:
- anonymous
- mick-felton
- michael-itkoff
- huw-davies
- scott-euser
---
import Button from "~/components/Button.astro";
import Testimonials from "~/components/Testimonials.astro";
## How it works
@ -31,3 +38,5 @@ If you dont find the call valuable, Ill refund 100% of the cost.
<Button href={frontmatter.link} text={`Book now for £${frontmatter.price}`} />
</aside>
<Testimonials names={frontmatter.testimonials} />