feat: translate TestimonialsSection and HeroVideo with i18n

This commit is contained in:
Unchained
2026-03-23 18:35:52 +02:00
parent bcc51ce282
commit 5bd1a0f167
4 changed files with 93 additions and 53 deletions

View File

@@ -8,7 +8,16 @@
"Home": {
"hero": {
"title": "Premium Natural Oils",
"subtitle": "For hair and skin care"
"subtitle": "For hair and skin care",
"lovedBy": "Loved by 50,000+ customers worldwide",
"transformHeadline": "Transform Your Hair & Skin",
"withNaturalOils": "with 100% Natural Oils",
"subtitleText": "Cold-pressed, organic oils handcrafted with love. No additives, no preservatives—just nature's purest goodness for your daily beauty ritual.",
"ctaButton": "Transform My Hair & Skin",
"learnStory": "Learn Our Story",
"moneyBack": "30-Day Money Back",
"freeShipping": "Free Shipping Over 3,000 RSD",
"crueltyFree": "Cruelty Free"
},
"collection": "Our Collection",
"premiumOils": "Premium Natural Oils",
@@ -145,5 +154,26 @@
"previous": "Previous",
"search": "Search",
"noResults": "No results found"
},
"Testimonials": {
"title": "What our customers say",
"verified": "Verified purchase",
"reviews": [
{
"name": "Sarah M.",
"skinType": "Dry, sensitive skin",
"text": "I've tried countless oils over the years, but ManoonOils is different. My skin has never felt this nourished and healthy. The argan oil is now a staple in my routine."
},
{
"name": "James K.",
"skinType": "Hair care enthusiast",
"text": "Finally found an oil that actually tames my frizz without making my hair greasy. The jojoba oil works wonders for my beard too. Highly recommend!"
},
{
"name": "Emma L.",
"skinType": "Combination skin",
"text": "Was skeptical at first but after 3 weeks of using the rosehip oil, my skin texture has improved dramatically. The quality is unmatched."
}
]
}
}

View File

@@ -8,7 +8,16 @@
"Home": {
"hero": {
"title": "Premium prirodna ulja",
"subtitle": "Za negu kose i kože"
"subtitle": "Za negu kose i kože",
"lovedBy": "Omiljeno od 50.000+ kupaca širom sveta",
"transformHeadline": "Transformiši kosu i kožu",
"withNaturalOils": "sa 100% prirodnim uljima",
"subtitleText": "Hladno ceđena, organska ulja ručno pravljena sa ljubavlju. Bez aditiva, bez konzervanasa - samo najčistija dobrobit prirode za vašu svakodnevnu lepotu.",
"ctaButton": "Transformiši moju kosu i kožu",
"learnStory": "Saznaj našu priču",
"moneyBack": "Povrat novca 30 dana",
"freeShipping": "Besplatna dostava preko 3.000 RSD",
"crueltyFree": "Bez okrutnosti"
},
"collection": "Naša kolekcija",
"premiumOils": "Premium prirodna ulja",
@@ -145,5 +154,26 @@
"previous": "Prethodno",
"search": "Pretraga",
"noResults": "Nema rezultata"
},
"Testimonials": {
"title": "Šta naši kupci kažu",
"verified": "Potvrđena kupovina",
"reviews": [
{
"name": "Milica J.",
"skinType": "Suva, osetljiva koža",
"text": "Isprobala sam bezbroj ulja tokom godina, ali ManoonOils je drugačije. Moja koža nikad nije bila ovako negovana i zdrava. Arganovo ulje je sada osnovni deo moje rutine."
},
{
"name": "Marko P.",
"skinType": "Nega kose",
"text": "Konačno sam pronašla ulje koje zaista obuzdava moju kosu bez que je čini masnom. Jojobino ulje čini čuda i za moju bradu. Toplo preporučujem!"
},
{
"name": "Ana K.",
"skinType": "Kombinovana koža",
"text": "U početku sam bila skeptična, ali nakon 3 nedelje korišćenja ulja od šipka, tekstura moje kože se drastično poboljšala. Kvalitet je neuporediv."
}
]
}
}