Remplacer la vague SVG par un fondu dégradé sous le hero
This commit is contained in:
parent
f351d3f654
commit
0f27f1bb7d
1 changed files with 1 additions and 6 deletions
|
|
@ -60,12 +60,7 @@ const spectacles = allSpectacles;
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Wave Divider -->
|
||||
<div class="absolute bottom-0 left-0 w-full overflow-hidden leading-none">
|
||||
<svg class="relative block w-full h-[100px]" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
|
||||
<path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V120H0V95.8C57.23,103.19,115.6,115.59,173.45,108a512.21,512.21,0,0,0,147.94-51.56Z" fill="#ffffff"></path>
|
||||
</svg>
|
||||
</div>
|
||||
<div class="absolute bottom-0 left-0 w-full h-32 bg-gradient-to-b from-transparent to-white"></div>
|
||||
</section>
|
||||
|
||||
<!-- Featured Spectacles -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue