service page

This commit is contained in:
dev-chiefworks
2022-01-01 18:20:14 -05:00
parent e98ea6211d
commit 709de81d77
3 changed files with 1 additions and 2 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

-1
View File
@@ -9,7 +9,6 @@ function HeroService() {
<div className="row">
<div className="col-lg-12">
<div className="appie-page-title-item">
<span>Welcome To WrenchBoard</span>
<h1 className="appie-title">
Simple but effective, <br /> effortless yet powerful.
</h1>
+1 -1
View File
@@ -20,7 +20,7 @@ function Service() {
<HeaderService action={drawerAction.toggle} />
<HeroService />
<DetailsService />
<ProjectHomeOne />
{/*<ProjectHomeOne />*/}
<FooterHomeOne />
<BackToTop />
</>