Contact us page
This commit is contained in:
@@ -14,10 +14,10 @@ function Contact() {
|
||||
<Drawer drawer={drawer} action={drawerAction.toggle} />
|
||||
<HeaderNews drawer={drawer} action={drawerAction.toggle} />
|
||||
<HeroNews
|
||||
title="Blogs"
|
||||
title="Contact us"
|
||||
breadcrumb={[
|
||||
{ link: '/', title: 'home' },
|
||||
{ link: '/news', title: 'Blogs' },
|
||||
{ link: '/contact', title: 'Contact' },
|
||||
]}
|
||||
/>
|
||||
<Forms />
|
||||
@@ -28,3 +28,4 @@ function Contact() {
|
||||
}
|
||||
|
||||
export default Contact;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user