mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat(landing): add Twelve Tools and Wired Business footer badges (#512)
This commit is contained in:
@@ -139,6 +139,24 @@ const columns = [
|
||||
<p class="text-xs text-muted">
|
||||
{t(locale, "footer.copyright", { year })}
|
||||
</p>
|
||||
<div class="flex items-center gap-3">
|
||||
<a
|
||||
href="https://twelve.tools"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
aria-label="Featured on Twelve Tools"
|
||||
>
|
||||
<img src="/badges/twelve-tools.svg" alt="Featured on Twelve Tools" width="200" height="54" class="h-[27px] w-auto" />
|
||||
</a>
|
||||
<a
|
||||
href="https://wired.business"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
aria-label="Featured on Wired Business"
|
||||
>
|
||||
<img src="/badges/wired-business.svg" alt="Featured on Wired Business" width="200" height="54" class="h-[27px] w-auto" />
|
||||
</a>
|
||||
</div>
|
||||
<p class="text-xs text-muted">
|
||||
contact@snapotter.com
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user