adding in the landing page action bar
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user