Contacts section
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { Contact } from '../components/Contact';
|
||||
import { Header } from '../components/Header';
|
||||
import { OpenHours } from '../components/OpenHours';
|
||||
import styles from '../styles/Home.module.scss';
|
||||
@@ -8,6 +9,7 @@ export default function Home() {
|
||||
<div className={styles.innerContainer}>
|
||||
<Header />
|
||||
<OpenHours />
|
||||
<Contact />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user