feat: remove header_link, adjust hero scroll to next, fix some html errors
All checks were successful
Build / build (push) Successful in 4m12s
Build / deploy-stage (push) Successful in 2m38s
Build / switch-stage (push) Successful in 2m3s

This commit is contained in:
2025-04-23 08:45:12 +02:00
parent e9f086fc22
commit 9f6cfb145e
6 changed files with 50 additions and 22 deletions

View File

@@ -15,7 +15,7 @@
<div class="flex items-center justify-center {imageSizeClass}">
<f:if condition="{data.image}">
<f:then>
<figure class="block w-full">
<picture class="block w-full">
<!-- WEBP source -->
<source
type="image/webp"
@@ -41,7 +41,7 @@
alt="{data.image.0.alternative}"
class="max-w-full h-auto block"
/>
</figure>
</picture>
</f:then>
<f:else>
<p>No image available</p>