chore: setup project for production
This commit is contained in:
20
app/pages/contact-us/page.jsx
Normal file
20
app/pages/contact-us/page.jsx
Normal file
@@ -0,0 +1,20 @@
|
||||
import ContactUs from '@/components/contact-us/ContactUs'
|
||||
import EmbeddedMap from '@/components/maps/Maps'
|
||||
import React from 'react'
|
||||
|
||||
export const metadata = {
|
||||
title:"Contact Us"
|
||||
}
|
||||
|
||||
|
||||
|
||||
const Page = () => {
|
||||
return (
|
||||
<div>
|
||||
<ContactUs />
|
||||
<EmbeddedMap />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Page
|
||||
Reference in New Issue
Block a user