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> <template>
<section class="contact"> <section id="contact" class="contact">
<ContactHeader class="contact__header" /> <ContactHeader class="contact__header" />
<ContactForm class="contact__form" /> <ContactForm class="contact__form" />
</section> </section>

View file

@ -1,6 +1,6 @@
<template> <template>
<a class="hero-arrow-down" tabindex="-1" aria-hidden="true" href="#prestations" target="_self"> <a class="hero-arrow-down" tabindex="-1" aria-hidden="true" href="#contact" target="_self">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"> <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
<line x1="12" y1="5" x2="12" y2="19"></line> <line x1="12" y1="5" x2="12" y2="19"></line>
<polyline points="19 12 12 19 5 12"></polyline> <polyline points="19 12 12 19 5 12"></polyline>

View file

@ -1,7 +1,7 @@
<template> <template>
<div class="services-wrapper"> <div class="services-wrapper">
<section id="prestations" class="services"> <section class="services">
<div class="services__illustration"> <div class="services__illustration">
<svg viewBox="0 0 1139.17088 654.54324" xmlns="http://www.w3.org/2000/svg"> <svg viewBox="0 0 1139.17088 654.54324" xmlns="http://www.w3.org/2000/svg">
<g> <g>

View file

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