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

@ -2,8 +2,8 @@
<main>
<HeroSection class="hero-section" />
<ServicesSection class="services-section" />
<ProjectsSection class="projects-section" />
<!-- <ServicesSection class="services-section" />
<ProjectsSection class="projects-section" /> -->
<ContactSection class="contact-section" />
</main>