Added personal image to the pages
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
import React from "react";
|
||||
import { HomeLayout } from "../layouts";
|
||||
import { PersonalHero } from "../components";
|
||||
|
||||
const BusinessBankingPage: React.FC = () => {
|
||||
return <HomeLayout>Business Banking</HomeLayout>;
|
||||
return (
|
||||
<HomeLayout>
|
||||
<PersonalHero />
|
||||
Business Banking
|
||||
</HomeLayout>
|
||||
);
|
||||
};
|
||||
|
||||
export default BusinessBankingPage;
|
||||
|
||||
Reference in New Issue
Block a user