Added social links to env and added hero text to the pages
This commit is contained in:
@@ -1,14 +1,19 @@
|
||||
import React from 'react'
|
||||
import { HomeLayout } from '../layouts'
|
||||
import { PersonalHero } from '../components'
|
||||
import React from "react";
|
||||
import { HomeLayout } from "../layouts";
|
||||
import { PersonalHero } from "../components";
|
||||
|
||||
const CooperateBankingPage: React.FC = () => {
|
||||
return (
|
||||
<HomeLayout>
|
||||
<PersonalHero />
|
||||
<PersonalHero
|
||||
heading="Cooperate Account"
|
||||
body="Open a personal or business account in minutes, tailored to your unique needs."
|
||||
buttonLink="#"
|
||||
buttonText="Click here"
|
||||
/>
|
||||
Cooperate Banking
|
||||
</HomeLayout>
|
||||
)
|
||||
}
|
||||
);
|
||||
};
|
||||
|
||||
export default CooperateBankingPage
|
||||
export default CooperateBankingPage;
|
||||
|
||||
Reference in New Issue
Block a user