Added personal image to the pages
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import React from 'react'
|
||||
import { HomeLayout } from '../layouts'
|
||||
import { PersonalHero } from '../components'
|
||||
|
||||
const CooperateBankingPage: React.FC = () => {
|
||||
return (
|
||||
<HomeLayout>
|
||||
<PersonalHero />
|
||||
Cooperate Banking
|
||||
</HomeLayout>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user