Contact us page

This commit is contained in:
dev-chiefworks
2022-01-03 21:30:56 -05:00
parent 5009110e8e
commit abfd84269c
3 changed files with 13 additions and 13 deletions
+3 -2
View File
@@ -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;