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

@ -33,7 +33,7 @@ const meta = {
<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>