forked from cms/tibi-svelte-starter
✨ feat: enhance SSR support with language extraction, dynamic page titles, and updated styles; adjust color theme
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user