feat: add 'Made with ❤️ by Nodecrew' to footer with translations
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -165,7 +165,8 @@
|
||||
"help": "Hilfe",
|
||||
"contactUs": "Kontaktieren Sie uns",
|
||||
"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": {
|
||||
"loading": "Laden...",
|
||||
|
||||
@@ -143,7 +143,8 @@
|
||||
"newsletter": "Newsletter",
|
||||
"newsletterDesc": "Subscribe to our newsletter for exclusive offers and updates.",
|
||||
"copyright": "All rights reserved.",
|
||||
"allRights": "© {year} ManoonOils."
|
||||
"allRights": "© {year} ManoonOils.",
|
||||
"madeWith": "Made with"
|
||||
},
|
||||
"Common": {
|
||||
"loading": "Loading...",
|
||||
|
||||
@@ -165,7 +165,8 @@
|
||||
"help": "Aide",
|
||||
"contactUs": "Contactez-nous",
|
||||
"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": {
|
||||
"loading": "Chargement...",
|
||||
|
||||
@@ -141,9 +141,10 @@
|
||||
"faq": "Česta pitanja",
|
||||
"followUs": "Pratite nas",
|
||||
"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.",
|
||||
"allRights": "© {year} ManoonOils."
|
||||
"allRights": "© {year} ManoonOils.",
|
||||
"madeWith": "Направљено са"
|
||||
},
|
||||
"Common": {
|
||||
"loading": "Učitavanje...",
|
||||
@@ -321,7 +322,8 @@
|
||||
"contactUs": "Kontaktirajte nas",
|
||||
"brandDescription": "Premium prirodna ulja za negu kose i kože. Ručno pravljena sa ljubavlju, korišćenjem tradicionalnih metoda.",
|
||||
"weAccept": "Prihvatamo:",
|
||||
"allRights": "Sva prava zadržana."
|
||||
"allRights": "Sva prava zadržana.",
|
||||
"madeWith": "Направљено са"
|
||||
},
|
||||
"ProductCard": {
|
||||
"noImage": "Nema slike",
|
||||
|
||||
Reference in New Issue
Block a user