Hide ServicesSection and ProjectsSection

This commit is contained in:
Paul Nicoué 2024-12-21 17:50:47 +01:00
parent ef8bd087fb
commit 520feb0b43
4 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<template>
<section class="contact">
<section id="contact" class="contact">
<ContactHeader class="contact__header" />
<ContactForm class="contact__form" />
</section>