changed link in button
All checks were successful
Hugo deploy / retrieve-and-execute (push) Successful in 0s

This commit is contained in:
lourenco
2025-09-22 10:00:07 +02:00
parent 2a5b04dc23
commit c91a2076b4

View File

@@ -4,7 +4,7 @@
<h1>Welcome to {{ .Site.Title }}</h1>
{{ .Content }}
<div class="call-to-action">
<a href="/about" class="button">Learn more →</a>
<a href="/services" class="button">Learn more →</a>
<a href="/blog" class="button">View Blog →</a>
<a href="https://schedule.excipio.tech/" class="button">Schedule a call →</a>
</div>