Compare commits

..

5 Commits

Author SHA1 Message Date
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
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3250,7 +3250,7 @@ p {
} }
.modern_ui_section .ui_images{ .modern_ui_section .ui_images{
border-radius: 100%; border-radius: 100%;
background-color: #fff; background-color: #f9f4fe;
width: auto; width: auto;
height: auto; height: auto;
padding: 30px 10px; padding: 30px 10px;
+1 -1
View File
@@ -29,7 +29,7 @@ function MissionStatement() {
}, },
{ {
id: 4, 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", 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 <HeroNews
title="Services" title="Services"
breadcrumb={[ breadcrumb={[
{ link: '/', title: 'home' }, { link: '/', title: 'Home' },
{ link: '/service', title: 'Service' }, { link: '/service', title: 'Service' },
]} ]}
/> />