latest changes

This commit is contained in:
2025-06-17 08:01:10 -07:00
parent edcad561a5
commit 4c48d7ccbd
50 changed files with 1735 additions and 195 deletions

20
tpl/category-callout.tpl Normal file
View File

@@ -0,0 +1,20 @@
<div class="callout-category">
<div class="d-flex gap-5 align-items-center">
<div class="image-wrapper">
<div class="image-side" style="background-image: url({{ thumbnail }})">&nbsp;</div>
</div>
<div class="content-wrapper">
<p class="meta-top">Available Now</p>
<h3>{{{ title }}}</h3>
<div class="excerpt-wrapper">
{{{ description }}}
</div>
<p class="cta-button small">
<a href="{{ url }}">Shop {{{ title }}}</a>
</p>
</div>
</div>
</div>