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")} © {currentYear} ManoonOils. {t("allRights")}
</p> </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"> <div className="flex items-center gap-3">
<span className="text-xs text-[#999999]">{t("weAccept")}</span> <span className="text-xs text-[#999999]">{t("weAccept")}</span>
<div className="flex items-center gap-2"> <div className="flex items-center gap-2">

View File

@@ -165,7 +165,8 @@
"help": "Hilfe", "help": "Hilfe",
"contactUs": "Kontaktieren Sie uns", "contactUs": "Kontaktieren Sie uns",
"brandDescription": "Premium natürliche Öle für Haar- und Hautpflege. Handgefertigt mit Liebe unter Verwendung traditioneller Methoden.", "brandDescription": "Premium natürliche Öle für Haar- und Hautpflege. Handgefertigt mit Liebe unter Verwendung traditioneller Methoden.",
"weAccept": "Wir akzeptieren:" "weAccept": "Wir akzeptieren:",
"madeWith": "Erstellt mit"
}, },
"Common": { "Common": {
"loading": "Laden...", "loading": "Laden...",

View File

@@ -143,7 +143,8 @@
"newsletter": "Newsletter", "newsletter": "Newsletter",
"newsletterDesc": "Subscribe to our newsletter for exclusive offers and updates.", "newsletterDesc": "Subscribe to our newsletter for exclusive offers and updates.",
"copyright": "All rights reserved.", "copyright": "All rights reserved.",
"allRights": "© {year} ManoonOils." "allRights": "© {year} ManoonOils.",
"madeWith": "Made with"
}, },
"Common": { "Common": {
"loading": "Loading...", "loading": "Loading...",

View File

@@ -165,7 +165,8 @@
"help": "Aide", "help": "Aide",
"contactUs": "Contactez-nous", "contactUs": "Contactez-nous",
"brandDescription": "Huiles naturelles premium pour les soins capillaires et cutanés. Fait main avec amour en utilisant des méthodes traditionnelles.", "brandDescription": "Huiles naturelles premium pour les soins capillaires et cutanés. Fait main avec amour en utilisant des méthodes traditionnelles.",
"weAccept": "Nous acceptons:" "weAccept": "Nous acceptons:",
"madeWith": "Fait avec"
}, },
"Common": { "Common": {
"loading": "Chargement...", "loading": "Chargement...",

View File

@@ -132,7 +132,7 @@
"faq4q": "Da li nudite veleprodaju?", "faq4q": "Da li nudite veleprodaju?",
"faq4a": "Da, nudimo veleprodajne cene za narudžbine u velikim količinama. Molimo kontaktirajte nas na hello@manoonoils.com za više informacija." "faq4a": "Da, nudimo veleprodajne cene za narudžbine u velikim količinama. Molimo kontaktirajte nas na hello@manoonoils.com za više informacija."
}, },
"Footer": { "Footer": {
"quickLinks": "Brze veze", "quickLinks": "Brze veze",
"customerService": "Korisnička podrška", "customerService": "Korisnička podrška",
"contact": "Kontakt", "contact": "Kontakt",
@@ -141,9 +141,10 @@
"faq": "Česta pitanja", "faq": "Česta pitanja",
"followUs": "Pratite nas", "followUs": "Pratite nas",
"newsletter": "Newsletter", "newsletter": "Newsletter",
"newsletterDesc": "Pretplatite se na naš newsletter za ekskluzivne ponude i novosti.", "newsletterDesc": "pretplatite se na naš newsletter za ekskluzivne ponude i novosti.",
"copyright": "Sva prava zadržana.", "copyright": "Sva prava zadržana.",
"allRights": "© {year} ManoonOils." "allRights": "© {year} ManoonOils.",
"madeWith": "Направљено са"
}, },
"Common": { "Common": {
"loading": "Učitavanje...", "loading": "Učitavanje...",
@@ -321,7 +322,8 @@
"contactUs": "Kontaktirajte nas", "contactUs": "Kontaktirajte nas",
"brandDescription": "Premium prirodna ulja za negu kose i kože. Ručno pravljena sa ljubavlju, korišćenjem tradicionalnih metoda.", "brandDescription": "Premium prirodna ulja za negu kose i kože. Ručno pravljena sa ljubavlju, korišćenjem tradicionalnih metoda.",
"weAccept": "Prihvatamo:", "weAccept": "Prihvatamo:",
"allRights": "Sva prava zadržana." "allRights": "Sva prava zadržana.",
"madeWith": "Направљено са"
}, },
"ProductCard": { "ProductCard": {
"noImage": "Nema slike", "noImage": "Nema slike",