added pages for top header nav links

This commit is contained in:
Ebube
2024-03-18 17:42:36 +01:00
parent df6fe828e3
commit dde4072593
9 changed files with 73 additions and 14 deletions
+12
View File
@@ -0,0 +1,12 @@
import React from 'react'
import { HomeLayout } from '../layouts'
const CooperateBankingPage: React.FC = () => {
return (
<HomeLayout>
Cooperate Banking
</HomeLayout>
)
}
export default CooperateBankingPage