reverted header component

This commit was merged in pull request #24.
This commit is contained in:
victorAnumudu
2023-08-15 21:52:31 +01:00
parent c642db8b67
commit ac97aafaf6
10 changed files with 29 additions and 29 deletions
+2 -2
View File
@@ -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 />*/}