+
+ {{ $title }}
+
+
+ {{ $text }}
+
+ {{ with $block.content.button }}
+
+ {{ end }}
+
diff --git a/modules/blox-tailwind/layouts/partials/blox/cta-image-paragraph.html b/modules/blox-tailwind/layouts/partials/blox/cta-image-paragraph.html
new file mode 100644
index 000000000..c6e66785b
--- /dev/null
+++ b/modules/blox-tailwind/layouts/partials/blox/cta-image-paragraph.html
@@ -0,0 +1,29 @@
+{{/* Hugo Blox: CTA Image Paragraph */}}
+{{/* Documentation: https://hugoblox.com/blocks/ */}}
+{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}}
+
+{{/* Initialise */}}
+{{ $page := .wcPage }}
+{{ $block := .wcBlock }}
+
+