small fixes to the front page

This commit is contained in:
lourenco
2025-09-10 12:56:21 +02:00
parent 6cf967a3cf
commit 9c002ac551
2 changed files with 3 additions and 1 deletions

View File

@@ -4,7 +4,9 @@
<h1>Welcome to {{ .Site.Title }}</h1>
{{ .Content }}
<div class="call-to-action">
<a href="/about" 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>
</div>
</div>