diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx
index 866c9c8..0fb1d84 100644
--- a/src/components/layout/Footer.tsx
+++ b/src/components/layout/Footer.tsx
@@ -140,6 +140,18 @@ export default function Footer({ locale = "sr" }: FooterProps) {
© {currentYear} ManoonOils. {t("allRights")}
+
{t("weAccept")}
diff --git a/src/i18n/messages/de.json b/src/i18n/messages/de.json
index 99bfd4b..3ff1862 100644
--- a/src/i18n/messages/de.json
+++ b/src/i18n/messages/de.json
@@ -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...",
diff --git a/src/i18n/messages/en.json b/src/i18n/messages/en.json
index 97590c4..12ac8ce 100644
--- a/src/i18n/messages/en.json
+++ b/src/i18n/messages/en.json
@@ -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...",
diff --git a/src/i18n/messages/fr.json b/src/i18n/messages/fr.json
index 44b370f..9caa718 100644
--- a/src/i18n/messages/fr.json
+++ b/src/i18n/messages/fr.json
@@ -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...",
diff --git a/src/i18n/messages/sr.json b/src/i18n/messages/sr.json
index b4ce8fb..5f529b4 100644
--- a/src/i18n/messages/sr.json
+++ b/src/i18n/messages/sr.json
@@ -132,7 +132,7 @@
"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."
},
- "Footer": {
+"Footer": {
"quickLinks": "Brze veze",
"customerService": "Korisnička podrška",
"contact": "Kontakt",
@@ -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",