adding in the landing page action bar

This commit is contained in:
Arjun Patel
2022-01-26 22:47:57 -08:00
parent 253a246b28
commit b37dafa5aa
5 changed files with 38 additions and 23 deletions
+3
View File
@@ -8,6 +8,7 @@ import {
FcOrgUnit,
FcVideoCall,
} from "react-icons/fc";
import LandingPageActionBar from "../components/demo/LandingPageActionBar";
export default function Features() {
return (
@@ -93,6 +94,8 @@ export default function Features() {
</span>
</span>
</span>
<LandingPageActionBar />
</LangingPageLayout>
);
}