Changed string values to use i18n
This commit is contained in:
@@ -0,0 +1,155 @@
|
||||
{
|
||||
"navbar": {
|
||||
"services": "Services",
|
||||
"advantages": "Advantages",
|
||||
"contact": "Contact"
|
||||
},
|
||||
|
||||
"hero": {
|
||||
"heading": {
|
||||
"part1": "GROW YOUR",
|
||||
"part2": "BUSINESS"
|
||||
},
|
||||
"subheading": {
|
||||
"part1": "We do all the digital footprint for you,",
|
||||
"part2": "so you can focus on what's important!"
|
||||
},
|
||||
"button": "Yes, I want that!"
|
||||
},
|
||||
|
||||
"services": {
|
||||
"heading": {
|
||||
"part1": "We've got your",
|
||||
"part2": "footprint",
|
||||
"part3": "bullsh",
|
||||
"part4": "t covered!"
|
||||
},
|
||||
"subheading": "Unlock the full potential of your business with our services.",
|
||||
"cards": {
|
||||
"marketing": {
|
||||
"card1": {
|
||||
"title": "Analyze",
|
||||
"description": "Problem"
|
||||
},
|
||||
"card2": {
|
||||
"title": "Create",
|
||||
"description": "Strategy"
|
||||
},
|
||||
"card3": {
|
||||
"title": "Scale",
|
||||
"description": "Company"
|
||||
},
|
||||
"card4": {
|
||||
"title": "Execute",
|
||||
"description": "Plan"
|
||||
}
|
||||
},
|
||||
"website": {
|
||||
"card1": {
|
||||
"title": "Idealize",
|
||||
"description": "Website"
|
||||
},
|
||||
"card2": {
|
||||
"title": "Design",
|
||||
"description": "Website"
|
||||
},
|
||||
"card3": {
|
||||
"title": "Develop",
|
||||
"description": "Website"
|
||||
},
|
||||
"card4": {
|
||||
"title": "Build",
|
||||
"description": "Website"
|
||||
}
|
||||
},
|
||||
"social": {
|
||||
"card1": {
|
||||
"title": "Analyze",
|
||||
"description": "Algorithm"
|
||||
},
|
||||
"card2": {
|
||||
"title": "Schedule",
|
||||
"description": "Content"
|
||||
},
|
||||
"card3": {
|
||||
"title": "Target",
|
||||
"description": "Audience"
|
||||
},
|
||||
"card4": {
|
||||
"title": "Expand",
|
||||
"description": "Platforms"
|
||||
}
|
||||
},
|
||||
"media": {
|
||||
"card1": {
|
||||
"title": "Envision",
|
||||
"description": "Prespective"
|
||||
},
|
||||
"card2": {
|
||||
"title": "Capture",
|
||||
"description": "Moments"
|
||||
},
|
||||
"card3": {
|
||||
"title": "Edit",
|
||||
"description": "Moments"
|
||||
},
|
||||
"card4": {
|
||||
"title": "Publish",
|
||||
"description": "Content"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"results": {
|
||||
"heading": {
|
||||
"part1": "Ok... So what makes",
|
||||
"part2": "us different?"
|
||||
},
|
||||
"subheading": "We have helped many businesses grow and expand their digital footprint.",
|
||||
"cards": {
|
||||
"card1": {
|
||||
"title": "GARANTEED",
|
||||
"description": "We only win if you win!\nThat’s the basis for a good\npartnership.\nYou won’t carry all the risk,\nwe’ll share it."
|
||||
},
|
||||
"card2": {
|
||||
"title": "RESULTS",
|
||||
"description": "Our first priority is to get\nyou results.\n\nLess talk, more walk."
|
||||
},
|
||||
"card3": {
|
||||
"title": "LOCAL",
|
||||
"description": "We’re not a anonymous call\ncenter. We’re a local\ncompany, so you’ll be able to\nreach us when you need us"
|
||||
},
|
||||
"card4": {
|
||||
"title": "SPECIALIZED",
|
||||
"description": "Jack of all trades... master\nof none Specialization\nworks. We work with\nindustries we know, so we\ncan guarantee results."
|
||||
}
|
||||
}
|
||||
},
|
||||
"contact": {
|
||||
"heading": {
|
||||
"part1": "Contact Us For",
|
||||
"part2": "A",
|
||||
"part3": "Free",
|
||||
"part4": "Analysis"
|
||||
},
|
||||
"subheading": {
|
||||
"part1": "Would you like to know what we could do for you? Fill out the form ad we’ll get",
|
||||
"part2": "back to you No obligation, no annoying tactics. We won’t waste your time."
|
||||
},
|
||||
"form": {
|
||||
"name": "Name",
|
||||
"email": "Email",
|
||||
"company": "Company",
|
||||
"phone": "Phone",
|
||||
"question": "What is your most important question?",
|
||||
"message": "Message",
|
||||
"button": "Send"
|
||||
},
|
||||
|
||||
"toasts": {
|
||||
"success": "Your message has been sent successfully!",
|
||||
"error": "An error occurred while sending your message. Please try again later.",
|
||||
"empty": "Please fill out all the fields before sending the message."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user