reverted header component
This commit was merged in pull request #24.
This commit is contained in:
@@ -27,8 +27,8 @@ function HomeOne() {
|
||||
return (
|
||||
<>
|
||||
<Drawer drawer={drawer} action={drawerAction.toggle} />
|
||||
<StickyHeaderNav action={drawerAction.toggle} />
|
||||
{/* <HomeOneHeader action={drawerAction.toggle} /> */}
|
||||
{/* <StickyHeaderNav action={drawerAction.toggle} /> */}
|
||||
<HomeOneHeader action={drawerAction.toggle} />
|
||||
<HeroHomeOne />
|
||||
<ServicesHomeOne />
|
||||
{/*<RecentJobsOne />*/}
|
||||
|
||||
Reference in New Issue
Block a user