PostService section + little tweaking
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { Contact } from '../components/Contact';
|
||||
import { Header } from '../components/Header';
|
||||
import { OpenHours } from '../components/OpenHours';
|
||||
import { PostService } from '../components/PostService';
|
||||
import styles from '../styles/Home.module.scss';
|
||||
|
||||
export default function Home() {
|
||||
@@ -10,6 +11,7 @@ export default function Home() {
|
||||
<Header />
|
||||
<OpenHours />
|
||||
<Contact />
|
||||
<PostService />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user