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

Commit d179bf8

Browse files
feature(): update copy and translation for home
1 parent 5dedb64 commit d179bf8

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

src/assets/i18n/en.ts

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ export const translations = {
22
translation: {
33
home: {
44
hero: {
5-
title: 'Creating Digital Experiences',
6-
subTitle: 'Every Day*',
7-
subtext: '*Monday-Friday',
8-
subtextMobile: `Work with our team of highly skilled designers, developers, and consultants to develop solutions and processes that fit your business requirements.`,
5+
title: 'Mobile Solutions',
6+
subTitle: 'For A Digital World'
97
},
108
process: {
119
title: 'Our Process',
@@ -33,24 +31,25 @@ export const translations = {
3331
'The biggest mistake businesses make is to launch a product and then stop there. That initial data from the first 3 months is crucial for engaging your consumer and enhancing your experience. Expand your business by capturing this crucial moment; we will help you monitor and improve the entire way.',
3432
},
3533
},
36-
services: {
37-
mobileTechnology: {
38-
title: 'Mobile Technology',
34+
work: {
35+
experts: 'Experts in',
36+
mobileWebApplications: {
37+
title: 'Mobile & Web Applications',
3938
text:
40-
'We utilize technologies such as VoIP, Bluetooth LE, and other IOT technologies to bring a whole new level of connectivity to your application. Our experts in mobile application development can interface with any existing API or standard to integrate systems properly and securely.',
41-
example: 'LoudCloud',
39+
'We specialize in mobile application design, development, and App Store Optimization (ASO). Our team has been the top trusted partner of Ionic Framework since 2014 with experience in technologies such as Angular, React, Vue.js, Strapi, and VoIP. As experts in mobile application development, we can interface with any existing API or standard to deliver a secure, integrated product no matter what your product needs.',
40+
example: 'The Vanlife App',
4241
},
4342
digitalExperience: {
4443
title: 'Digital Experience',
4544
text:
46-
'It is our firm belief that we should engage users by providing value, both fundamentally and visually. By combining the psychology of design with the capabilities of the digital age, we are able to develop solutions that think outside the box.',
45+
'It is our firm belief that we should engage users by providing value, both fundamentally and visually. By combining the psychology of design with the capabilities of the digital age, we are able to develop solutions that think outside the box. We will go beyond the norms of basic menus and navigation layouts and truly immerse your users in a beautiful and intuitive interface that keeps them coming back.',
4746
example: 'The Voyage by New Ocean',
4847
},
49-
brandingDesign: {
50-
title: 'Digital Branding & Web Design',
48+
mobileTechnology: {
49+
title: 'Mobile Technology',
5150
text:
52-
'Our team of industry leading designers will help bring your vision to market with a complete branding design package. Don’t let your customers feel disconnected. Let our experts use design theory and psychology to help better connect to your business with your customers.',
53-
example: 'JuntoScope',
51+
'We utilize technologies to bring the richest features to your app such as VoIP, Bluetooth LE, and other IOT tech to bring a whole new level of connectivity to your application providing your users with a rich and interactive experience that will boost engagement and retention. Our experts in mobile application development can interface with any existing API or standard to integrate systems properly and securely.',
52+
example: 'LoudCloud',
5453
},
5554
},
5655
},

src/components.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,11 @@ export namespace Components {
229229
}
230230

231231
interface AppHome {
232+
'butter': any;
232233
'history': RouterHistory;
233234
}
234235
interface AppHomeAttributes extends StencilHTMLAttributes {
236+
'butter'?: any;
235237
'history'?: RouterHistory;
236238
}
237239

0 commit comments

Comments
 (0)