Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit d278559

Browse files
Revert "chore(): cleanup translation file for service"
This reverts commit 5bcd4fa.
1 parent 384bef2 commit d278559

File tree

1 file changed

+50
-5
lines changed

1 file changed

+50
-5
lines changed

src/assets/i18n/en.ts

Lines changed: 50 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,23 @@ export const translations = {
129129
},
130130
},
131131
services: {
132+
general: {
133+
development: {
134+
title: 'App Development',
135+
text:
136+
'Our app developer team uses the latest technologies and techniques to bring your app to the market quickly to shorten the time for your ROI. A refined process of collaboration both internally with our design team as well as communication with your team will ensure that you get the functionality and reliability that you expect from your investment. Staying up to date with the latest and greatest tools at the disposal of app developers, our team will craft an app that will boost your user engagement across all platforms including Desktop, iOS, and Android.',
137+
},
138+
design: {
139+
title: 'UI/UX Design',
140+
text:
141+
'Usability of apps is reliant on a design team that understands what users find to be not only visual appealing but intuitive. Our design team help you create an app with beautiful graphics and color schemes and ensure that the user flow is easily understandable to improve your user engagement and satisfaction. Communication directly with our design team will allow your vision to shine through in the app that we deliver to you. Our design team will create clickable prototype of your app that you can use and test before the first line of code is written.',
142+
},
143+
consulting: {
144+
title: 'Consulting',
145+
text:
146+
'Do you know what the output of your individual team members are? Do you have multiple teams within your business that struggle to effectively communicate? Have you looked through your operations to identify weakness and inefficiencies that could be eating into your profits? The combined experience of our team members coupled with the streamlined internal processes of communication and delivery will help your business succeed. Our consultation services will dive deep into your business and provide you with proven recommendations.',
147+
},
148+
},
132149
'app-developer': {
133150
hero: {
134151
title: 'Your Go-To App Developer',
@@ -149,7 +166,19 @@ export const translations = {
149166
title: 'Web App Development',
150167
text:
151168
'Web apps can provide your users with a robust tool that is easily accessible across all devices through a web browser. Web apps are especially useful for employee portals and company tools. Web apps can be used on Android, iOS, and desktop devices. Our app developer team has extensive experience in the producing powerful and reliable web apps.',
152-
}
169+
},
170+
examples: {
171+
first: {
172+
name: 'JuntoScope',
173+
desc:
174+
'JuntoScope was a project that OpenForge created in response to the need for a tool that would allow developers to scope tasks more accurately and efficiently. Our team came together and designed and developed this tool to function as an integration with Teamwork Projects that would allow users to scope tasks with their team and plug those times directly into Teamwork through the API.',
175+
},
176+
second: {
177+
name: 'The Voyage Admin Portal',
178+
desc:
179+
'The Voyage by New Ocean is a mobile application that provides employees with a tool to help them achieve their health goals. New Ocean wanted a platform where users could manage their own company accounts and easily invite users and add challenges for their Voyage users. We developed the admin portal using Angular and the framework Bootstrap. We also hooked it up with their existing backend.',
180+
},
181+
},
153182
},
154183
'app-designer': {
155184
hero: {
@@ -163,15 +192,27 @@ export const translations = {
163192
'If you bringing a new product or service to the market, our design team will help you start from scratch with our discovery phase to bring your ideas to life. Already have a website or app? Then we will conduct a design audit to help generate a plan of action to improve the look and feel of your app either with our development team or yours! Additionally, we will help with your brand development including logo designs, brand identity, and marketing assets.',
164193
},
165194
second: {
166-
title: 'Experience Design',
195+
title: 'UI/UX Design',
167196
text:
168197
'It goes without saying, “a user interface is like a joke, if you have to explain it, it’s no good”. Our design team will ensure that your user interface and user experience are logical and intuitive to improve your user engagement. We will create responsive designs that display across desktop, tablet and mobile devices to reach your audience on their chosen platform.',
169198
},
170199
third: {
171200
title: 'Clickable Prototype',
172201
text:
173202
'Does your company or startup need an app prototype before moving forward with development? Our design to will use Marvel to bring your ideas to life with a clickable prototype. Interact with your prototype and provide feedback directly on specific elements to refine the feel to your liking.',
174-
}
203+
},
204+
examples: {
205+
first: {
206+
name: 'The Voyage',
207+
desc:
208+
'The Voyage by New Ocean is a mobile application that provides employees with a tool to help them achieve their health goals. They came to us with an existing mobile application, which lacked consistency and a user experience that matched their target user base. We updated the flow of the application to be consistent across operating systems and to create a more intuitive experience.',
209+
},
210+
second: {
211+
name: 'LoudCloud',
212+
desc:
213+
'LoudCloud is a mobile application that lets users call and text with temporary numbers from around the world. Loudcloud came to Webjunto with an iOS app looking for a hybrid update and redesign. In our UX audit, we found a need for flatter UX that focuses on conversions rather than numbers as well as a clean and light look and feel.',
214+
},
215+
},
175216
},
176217
'startup-consulting': {
177218
hero: {
@@ -193,8 +234,12 @@ export const translations = {
193234
title: 'Marketing Consulting',
194235
text:
195236
'We will help you understand your current ROI on your marketing initiatives. Our marketing audit will help you see the results from your marketing campaigns, what channels are most profitable, and what you aren’t doing that you’re losing out on! We will perform an in-depth analysis of your strengths and weaknesses and provide advice on options you can do yourself or take back to your marketing agency to improve your reach and boost your ROI',
196-
}
197-
}
237+
},
238+
},
239+
aside: {
240+
title: 'Want to learn more?',
241+
link: 'Get in touch',
242+
},
198243
},
199244
opportunities: {
200245
hero: {

0 commit comments

Comments
 (0)