diff --git a/src/components/Callout.astro b/src/components/Callout.astro
new file mode 100644
index 00000000..0d79ac8b
--- /dev/null
+++ b/src/components/Callout.astro
@@ -0,0 +1,15 @@
+---
+interface Props {
+ title: string;
+}
+
+const { title } = Astro.props as Props;
+---
+
+
diff --git a/src/pages/call.mdx b/src/pages/call.mdx
index f0f83706..76e349e9 100644
--- a/src/pages/call.mdx
+++ b/src/pages/call.mdx
@@ -12,6 +12,7 @@ testimonials:
---
import Button from "~/components/Button.astro";
+import Callout from "~/components/Callout.astro";
import Testimonials from "~/components/Testimonials.astro";
import { numberOfYears } from '~/utils';
@@ -41,11 +42,9 @@ Price: £{frontmatter.price}
- 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.
-
+
## 100% money back guarantee!