feat: add 'Made with ❤️ by Nodecrew' to footer with translations

This commit is contained in:
Unchained
2026-03-24 12:13:07 +02:00
parent 9a72e46d39
commit 5f0ef80fe7
5 changed files with 24 additions and 7 deletions

View File

@@ -140,6 +140,18 @@ export default function Footer({ locale = "sr" }: FooterProps) {
© {currentYear} ManoonOils. {t("allRights")}
</p>
<p className="text-xs text-[#999999]">
{t("madeWith")}{" "}
<a
href="https://nodecrew.me"
target="_blank"
rel="noopener noreferrer"
className="text-[#c9a962] hover:text-[#b8944f] transition-colors"
>
Nodecrew
</a>
</p>
<div className="flex items-center gap-3">
<span className="text-xs text-[#999999]">{t("weAccept")}</span>
<div className="flex items-center gap-2">