Compare commits

..

11 Commits

Author SHA1 Message Date
victorAnumudu fc98d78742 changed wrenchboard logo on set chores section 2024-02-22 23:22:13 +01:00
victorAnumudu 4e7750d706 changed home link text to Home 2024-02-22 20:59:01 +01:00
victorAnumudu ab5093b253 resized images 2024-02-22 20:31:04 +01:00
tokslaw d292b359d5 Merge branch 'mission-text' of WrenchBoard/WrenchBoardMainSite into master 2024-02-22 19:14:40 +00:00
victorAnumudu 5414eca8f7 added bg color to circle 2024-02-22 20:12:47 +01:00
victorAnumudu 3a38dc293d removed bg color 2024-02-22 19:37:21 +01:00
victorAnumudu ce70aceff9 changed home text to Home 2024-02-22 19:30:54 +01:00
victorAnumudu d913e58f3f updated mission wrong text 2024-02-22 19:06:09 +01:00
ameye 137221d0ae Merge branch 'image-text-correction' of WrenchBoard/WrenchBoardMainSite into master 2024-02-21 14:30:52 +00:00
victorAnumudu 39558313b2 updated image text 2024-02-21 14:01:11 +01:00
ameye 6e6a437d39 Merge branch 'app_slider_update' of WrenchBoard/WrenchBoardMainSite into master 2024-02-21 11:34:36 +00:00
10 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -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;
Binary file not shown.

Before

Width:  |  Height:  |  Size: 664 KiB

After

Width:  |  Height:  |  Size: 629 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 664 KiB

After

Width:  |  Height:  |  Size: 629 KiB

+1 -1
View File
@@ -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",
}
];
+1 -1
View File
@@ -27,7 +27,7 @@ function Service() {
<HeroNews
title="Services"
breadcrumb={[
{ link: '/', title: 'home' },
{ link: '/', title: 'Home' },
{ link: '/service', title: 'Service' },
]}
/>
+1 -1
View File
@@ -20,7 +20,7 @@ function UseCases() {
<HeroNews
title="Use Cases"
breadcrumb={[
{ link: '/', title: 'home' },
{ link: '/', title: 'Home' },
{ link: '/use-cases', title: 'Use Cases' },
]}
/>
+1 -1
View File
@@ -85,7 +85,7 @@ const Main = ({gredient}) => {
</div>
<img
className="moving_position_animatin right_img_three position-relative"
src={localImgLoad(`images/home/wrench-side-logo-1.png`)}
src={localImgLoad(`images/home/wrenchboard_logo_4.png`)}
alt="image"
/>
</div>