Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b9d2e1877 | |||
| 7bcad6d033 | |||
| d4788b6517 | |||
| fc98d78742 | |||
| 4e7750d706 | |||
| ab5093b253 | |||
| d292b359d5 | |||
| 5414eca8f7 | |||
| 3a38dc293d | |||
| ce70aceff9 | |||
| d913e58f3f | |||
| 137221d0ae | |||
| 39558313b2 | |||
| 6e6a437d39 |
@@ -2549,8 +2549,8 @@ p {
|
||||
border-radius: 50%;
|
||||
}
|
||||
.appie-single-service-2 .icon img {
|
||||
height: 100px;
|
||||
width: 100px;
|
||||
height: 200px;
|
||||
/* width: 100px; */
|
||||
}
|
||||
.appie-single-service-2 .title {
|
||||
font-size: 24px;
|
||||
@@ -3250,7 +3250,7 @@ p {
|
||||
}
|
||||
.modern_ui_section .ui_images{
|
||||
border-radius: 100%;
|
||||
background-color: #fff;
|
||||
background-color: #f9f4fe;
|
||||
width: auto;
|
||||
height: auto;
|
||||
padding: 30px 10px;
|
||||
|
||||
|
Before Width: | Height: | Size: 664 KiB After Width: | Height: | Size: 629 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 664 KiB After Width: | Height: | Size: 629 KiB |
@@ -29,7 +29,7 @@ function MissionStatement() {
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Get you work done",
|
||||
title: "Get your work done",
|
||||
content: "For other tasks you need to get done, we will be there for smooth engagement",
|
||||
}
|
||||
];
|
||||
|
||||
@@ -27,7 +27,7 @@ function Service() {
|
||||
<HeroNews
|
||||
title="Services"
|
||||
breadcrumb={[
|
||||
{ link: '/', title: 'home' },
|
||||
{ link: '/', title: 'Home' },
|
||||
{ link: '/service', title: 'Service' },
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -20,7 +20,7 @@ function UseCases() {
|
||||
<HeroNews
|
||||
title="Use Cases"
|
||||
breadcrumb={[
|
||||
{ link: '/', title: 'home' },
|
||||
{ link: '/', title: 'Home' },
|
||||
{ link: '/use-cases', title: 'Use Cases' },
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -84,8 +84,8 @@ const Main = ({gredient}) => {
|
||||
/>
|
||||
</div>
|
||||
<img
|
||||
className="moving_position_animatin right_img_three position-relative"
|
||||
src={localImgLoad(`images/home/wrench-side-logo-1.png`)}
|
||||
className="d-none moving_position_animatin right_img_three position-relative"
|
||||
src={localImgLoad(`images/home/wrenchboard_logo_4.png`)}
|
||||
alt="image"
|
||||
/>
|
||||
</div>
|
||||
|
||||