feat: both addresses in footer
All checks were successful
deploy / deploy (push) Successful in 24s

This commit is contained in:
ndsboy 2025-06-02 16:27:12 +00:00
parent 53c35ea6e2
commit 8e260caa9e

View file

@ -84,8 +84,15 @@ const downloads = [
</nav>
<nav class="w-full">
<header class="footer-title border-b w-full">Kontakt</header>
<a
class="link link-hover link-primary flex gap-1 items-center"
href="https://swablab.de/lab"
>
<span class="icon-[ph--house-line-duotone]"></span>
Friedrichstraße 17, 72250 Freudenstadt
</a>
<div class="flex gap-1 items-center">
<span class="icon-[ph--map-pin-duotone]"></span>
<span class="icon-[ph--mailbox-duotone]"></span>
Katharinenstr. 1, 72250 Freudenstadt
</div>
<a