Improved home services section

This commit is contained in:
Filip Znachor 2024-05-20 19:20:31 +02:00
parent 332a30c917
commit eac349cb1c

View file

@ -29,11 +29,11 @@ const meta = {
<h2>Služby</h2> <h2>Služby</h2>
<p>Přehled hlavních služeb, které provozujeme.</p> <p>Přehled hlavních služeb, které provozujeme.</p>
<div class="services"> <div class="services">
{ [...public_services, ...invite_services].slice(0, 6).map(service => { [...public_services, ...invite_services].slice(0, 6).map(service =>
<Service {...service} /> <Service {...service} />
) } ) }
</div> </div>
<button class="btn">Zobrazit vše</button> <p>Kompletní seznam služeb naleznete na <a href="/sluzby">stránce služeb</a>.</p>
</div> </div>
</section> </section>
</Layout> </Layout>