🐞 fix: Remove hero bg
Sync TODOs with Issues / sync_todos (push) Successful in 7s

This commit is contained in:
Keith Solomon
2026-08-18 16:40:46 -05:00
parent 868c2cc70a
commit 2538a07028
+1 -1
View File
@@ -12,7 +12,7 @@ $heading = get_field( 'heading' );
$intro = get_field( 'intro' );
$ctas = get_field( 'calls_to_action' );
$classes = 'homepage-hero mx-break-out bg-black bg-cover bg-no-repeat text-light py-12 lg:py-16 overflow-hidden';
$classes = 'homepage-hero mx-break-out text-light py-12 lg:py-16 overflow-hidden';
$wrapper = blockWrapperAttributes( $classes, $is_preview );
?>