-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevelopmentServices.js
More file actions
59 lines (54 loc) · 1.39 KB
/
developmentServices.js
File metadata and controls
59 lines (54 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
import React from 'react';
import { Box, Text } from '@chakra-ui/core';
import Title from './title';
export default () => (
<Box width={['100%', 4 / 5 ]}>
<Title>Reliable ReactJS Development Services</Title>
<br />
<br />
<Title
fontSize={[2, 'desktop.2']}
fontWeight="bold"
borderWidth={0}
mt={2}
>
Fast, modular and Bug free React JS development service
</Title>
<Text>
We develop your application with atleast 30% faster than other development companies.
</Text>
<Title
fontSize={[2, 'desktop.2']}
fontWeight="bold"
borderWidth={0}
mt={2}
>
Javascript Lovers
</Title>
<Text>
We specialise in servicing modern JavaScript based web & mobile applications. We are experts in developing applications in React.js, AngularJS, Node.js
</Text>
<Title
fontSize={[2, 'desktop.2']}
fontWeight="bold"
borderWidth={0}
mt={2}
>
Expert React JS Developers
</Title>
<Text>
We have a set of skilful React JS developers who are updated with current React Eco System
</Text>
<Title
fontSize={[2, 'desktop.2']}
fontWeight="bold"
borderWidth={0}
mt={2}
>
Best React JS development Service history
</Title>
<Text>
We have 15+ React projects delivered to clients in quick time
</Text>
</Box>
);