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

View File

@@ -20,10 +20,12 @@
<div class="row">
<div class="col">
<div class="d-flex gap-5 justify-content-end">
<input type="text" placeholder="What are you searching for?" />
<form action="/">
<input type="text" name="s" placeholder="What are you searching for?" value="{{ searchTerm }}" />
</form>
<div>
<a href="{{ accountHref }}" class="account-button">
{{{ person-icon }}}
{{#assetContents person-circle.svg}}
My Account
</a>
</div>
@@ -51,7 +53,7 @@
<nav class="align-items-center gap-3 main-nav">
{{{ menu }}}
<p class="cta-button small">
<a href="tel:855-622-2661">{{{ phone-icon }}} 855-622-2661</a>
<a href="tel:855-622-2661">{{#assetContents telephone.svg}} 855-622-2661</a>
</p>
</nav>
</div>