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."
}
]
}
}