This commit is contained in:
ashley 2024-10-25 22:58:54 +00:00
parent faad2b4d80
commit fef0cc3edc

View file

@ -166,8 +166,8 @@ const randomFeatures = features.sort(() => 0.5 - Math.random()).slice(0, 3);
<div class="features-container">
<% randomFeatures.forEach(feature => { %>
<div class="feature">
<div class="feature-icon"><%- feature.icon %></div>
<h3><%- feature.title %></h3>
<div class="feature-set-title"><%- feature.icon %>
<%- feature.title %> </div>
<p><%- feature.description %></p>
</div>
<% }) %>