feat: extend page-hero behind fixed header on all pages

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-08 19:24:22 +01:00
parent fc97c1b84b
commit f5ff59b910

View File

@@ -10,7 +10,7 @@
let { title, description, children }: Props = $props();
</script>
<section class="relative py-12 md:py-20 overflow-hidden">
<section class="relative -mt-16 pt-28 pb-12 md:pb-20 overflow-hidden">
<div class="absolute inset-0 bg-gradient-to-b from-primary/12 via-accent/6 to-transparent"></div>
<div class="relative container mx-auto px-4 text-center">
<div class="max-w-5xl mx-auto">