feat: enhance SSR support with language extraction, dynamic page titles, and updated styles; adjust color theme

This commit is contained in:
2026-02-26 11:09:42 +00:00
parent 40ffa8207e
commit 965a505e15
8 changed files with 85 additions and 37 deletions

View File

@@ -65,9 +65,10 @@
</div>
<!-- Decorative bottom wave -->
<div class="absolute bottom-0 left-0 right-0 z-10">
<svg viewBox="0 0 1440 80" fill="none" class="w-full h-auto">
<path d="M0 80V40C240 10 480 0 720 20C960 40 1200 50 1440 30V80H0Z" fill="white"></path>
<div class="absolute -bottom-px left-0 right-0 z-10">
<svg viewBox="0 0 1440 80" preserveAspectRatio="none" class="block w-full h-auto">
<path d="M0 80V40C240 10 480 0 720 20C960 40 1200 50 1440 30V80H0Z" fill="currentColor" class="text-white"
></path>
</svg>
</div>
</section>