From 2809656e602efe5faf5c7dd06678d8afcb34b51c Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 24 Feb 2026 17:22:19 +0100 Subject: [PATCH] FEATURE Introducing a reusable download cta component --- template-parts/components/cta--download.php | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 template-parts/components/cta--download.php diff --git a/template-parts/components/cta--download.php b/template-parts/components/cta--download.php new file mode 100644 index 0000000..42bf2c9 --- /dev/null +++ b/template-parts/components/cta--download.php @@ -0,0 +1,9 @@ + +> + <?php echo $alt; ?> + \ No newline at end of file