diff --git a/Public/HeroSection/Infrastructure/Ui/HeroSectionRenderer.php b/Public/HeroSection/Infrastructure/Ui/HeroSectionRenderer.php deleted file mode 100644 index 680da217..00000000 --- a/Public/HeroSection/Infrastructure/Ui/HeroSectionRenderer.php +++ /dev/null @@ -1,484 +0,0 @@ -getData(); - - if (!$this->isEnabled($data)) { - return ''; - } - - if (!$this->shouldShowOnCurrentPage($data)) { - return ''; - } - - $classes = $this->buildSectionClasses($data); - $styles = $this->buildInlineStyles($data); - - $html = sprintf( - '