Hide ServicesSection and ProjectsSection
This commit is contained in:
parent
ef8bd087fb
commit
520feb0b43
4 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
|
||||
<section class="contact">
|
||||
<section id="contact" class="contact">
|
||||
<ContactHeader class="contact__header" />
|
||||
<ContactForm class="contact__form" />
|
||||
</section>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<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">
|
||||
<line x1="12" y1="5" x2="12" y2="19"></line>
|
||||
<polyline points="19 12 12 19 5 12"></polyline>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
|
||||
<div class="services-wrapper">
|
||||
<section id="prestations" class="services">
|
||||
<section class="services">
|
||||
<div class="services__illustration">
|
||||
<svg viewBox="0 0 1139.17088 654.54324" xmlns="http://www.w3.org/2000/svg">
|
||||
<g>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue