diff --git a/src/pages/drupal-testing.mdx b/src/pages/drupal-testing.mdx
index 196b9890..8f30591c 100644
--- a/src/pages/drupal-testing.mdx
+++ b/src/pages/drupal-testing.mdx
@@ -3,6 +3,8 @@ layout: ~/layouts/PageLayout.astro
title: Introduction to Automated Testing and Test-Driven Development with Drupal
---
+import Button from "~/components/Button.astro";
+
export const drupalVersions = "9 and 10";
export const prices = {
@@ -48,14 +50,10 @@ The workshop is currently only available remotely, and the next available date i
Seats are available at {isEarlyBird ? `an early bird price of £${prices.early}` : `a price of £${prices.full}`}, with a 10% discount for bulk orders of 5 or more seats.
-