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

Commit a52a280

Browse files
committed
feat: add cta changes
1 parent e03a4c7 commit a52a280

File tree

4 files changed

+13
-17
lines changed

4 files changed

+13
-17
lines changed

src/assets/i18n/en.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const translations = {
44
hero: {
55
title: 'Mobile Solutions',
66
subTitle: 'For A Digital World',
7-
text: 'As experts in user experience, design, and application development, we specialize in creating mobile first, user-centered solutions to bring your ideas to life on the small screen',
7+
text: 'As experts in user experience, design, and application development, we specialize in creating mobile first, user-centered solutions to bring your ideas to life on the small screen.',
88
buttonText: 'What Makes Us Different?',
99
},
1010
process: {
@@ -40,19 +40,19 @@ export const translations = {
4040
mobileWebApplications: {
4141
title: 'Mobile & Web Applications',
4242
text:
43-
'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.',
43+
'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.',
4444
example: 'Mobile Measures',
4545
},
4646
digitalExperience: {
47-
title: 'Digital Experience',
47+
title: 'Mobile Technology',
4848
text:
49-
'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.',
49+
'With our combined expertise in design and marketing, you can rely on us to develop comprehensive strategies and graphics that will define your brand and inspire trust in your target audience.',
5050
example: 'The Voyage by New Ocean',
5151
},
5252
mobileTechnology: {
53-
title: 'Mobile Technology',
53+
title: 'Design & User Experience',
5454
text:
55-
'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.',
55+
'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 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 for more.',
5656
example: 'LoudCloud',
5757
},
5858
},
@@ -409,7 +409,7 @@ export const translations = {
409409
title: 'Got a vision?',
410410
subTitle: `We've got your back.`,
411411
text: 'Contact us today to get started!',
412-
link: 'GET IN TOUCH',
412+
link: `LET'S GET STARTED`,
413413
},
414414

415415
header: {

src/components/app-cta/app-cta.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,12 @@
5454
}
5555

5656
button {
57-
background-color: #ec9b41;
58-
border: solid 0.8px white;
59-
border-radius: 2px;
57+
background-color: #c75300;
58+
border: 0.75px solid #ffffff;
59+
border-radius: 16px;
6060
box-shadow: 0 2px 4px 0 rgba(128, 128, 128, 0.5);
61-
color: $gray-dark;
61+
color: #ffffff;
62+
width: 223px;
6263
cursor: pointer;
6364
font-family: Roboto;
6465
font-size: 11px;
@@ -70,6 +71,5 @@
7071
line-height: 1.82;
7172
padding: 0.5rem 1rem;
7273
text-align: center;
73-
width: auto;
7474
}
7575
}

src/components/app-cta/app-cta.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ export class AppCta {
1818
<p>
1919
<app-translate keyword="cta.subTitle" />
2020
</p>
21-
<h2>
22-
<app-translate keyword="cta.text" />
23-
</h2>
2421

2522
<stencil-route-link url="/contact">
2623
<button class="button">

src/pages/app-home/app-home.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,7 @@
215215

216216
h2 {
217217
color: white;
218-
font-size: 20px;
219-
font-weight: bold;
218+
font-size: 28px;
220219
padding: 16px;
221220
text-align: center;
222221
margin-top: 2rem;

0 commit comments

Comments
 (0)