PostService section + little tweaking

This commit is contained in:
2022-11-03 18:23:23 +02:00
parent e265f25d2c
commit 418ff0a2b2
8 changed files with 74 additions and 12 deletions

View File

@@ -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>
);