Docker config
This commit is contained in:
17
app/components/ContactPage/ContactPage.js
Normal file
17
app/components/ContactPage/ContactPage.js
Normal file
@ -0,0 +1,17 @@
|
||||
import React from 'react';
|
||||
import PageTitle from './PageTitle';
|
||||
import ContactSection from './ContactSection';
|
||||
import ContactMap from './ContactMap';
|
||||
|
||||
const ContactPage = () => {
|
||||
return (
|
||||
<div className="page-content contact-us">
|
||||
<PageTitle />
|
||||
<div className="h-6"></div>
|
||||
<ContactSection />
|
||||
<ContactMap />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default ContactPage;
|
||||
Reference in New Issue
Block a user