This commit is contained in:
Roman Pyrih
2025-10-01 14:24:32 +02:00
parent a63e42a362
commit 0aa6f4c87c
3 changed files with 60 additions and 5 deletions

View File

@@ -22,7 +22,7 @@
<?php echo $box1['title']; ?>
</div>
<div class="col col-2">
<p><?php echo $box1['text']; ?></p>
<p class="animate-text"><?php echo split_text_into_spans($box1['text']); ?></p>
</div>
</div>
</div>
@@ -77,9 +77,9 @@
</div>
</div>
<div class="row row-2">
<div class="box-info">
<div class="box-info animate-text">
<h3><?php echo $box3['info_title']; ?></h3>
<?php echo $box3['info_text']; ?>
<?php echo split_text_into_spans($box3['info_text']); ?>
</div>
</div>
</div>