feat(landing): add Twelve Tools and Wired Business footer badges (#512)

This commit is contained in:
SnapOtter
2026-07-13 16:49:01 +08:00
committed by GitHub
parent e1b8c24e5d
commit ce54d06e79
3 changed files with 81 additions and 0 deletions
+18
View File
@@ -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>