Changes to blocks and styles

This commit is contained in:
Jeremy Rangel
2025-01-01 03:08:58 -08:00
parent 741d39a962
commit 21b00e1937
45 changed files with 617 additions and 70 deletions

View File

@ -19,6 +19,7 @@ class Lcp_Blocks {
include $this->template_directory. '/includes/blocks/lcp-key-points/lcp-key-points.php';
include $this->template_directory. '/includes/blocks/lcp-button/lcp-button.php';
include $this->template_directory. '/includes/blocks/lcp-visualizer/lcp-visualizer.php';
include $this->template_directory. '/includes/blocks/lcp-footer-container/lcp-footer-container.php';
}