feat: add testimonials within the daily email form
This commit is contained in:
parent
7f4358ebf8
commit
51481abd3c
3 changed files with 11 additions and 3 deletions
|
@ -5,6 +5,7 @@ isFront: true
|
|||
---
|
||||
|
||||
import DailyEmailForm from '~/components/DailyEmailForm.astro';
|
||||
import Testimonials from '~/components/Testimonials.astro';
|
||||
import { numberOfYears } from '~/utils';
|
||||
|
||||
<div class="mb-4 w-32">
|
||||
|
@ -40,7 +41,11 @@ Book a [1-on-1 consultation call][call] or an [online pair programming session][
|
|||
|
||||
Register for my email list and get daily emails about Drupal, PHP and software development.
|
||||
|
||||
<DailyEmailForm />
|
||||
<DailyEmailForm>
|
||||
<div class="mt-10">
|
||||
<Testimonials names={["adam-nuttall"]} titleClasses={["sr-only"]} />
|
||||
</div>
|
||||
</DailyEmailForm>
|
||||
</aside>
|
||||
|
||||
[call]: /call
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue