mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-05-15 17:12:19 +02:00
Warmer style for the entire website + shapes
This commit is contained in:
@@ -34,7 +34,10 @@ const HeroSection = () => {
|
||||
];
|
||||
|
||||
return (
|
||||
<section className="relative min-h-screen flex items-center justify-center overflow-hidden">
|
||||
<section
|
||||
className="relative min-h-[calc(100vh+50px)] flex items-center justify-center overflow-hidden z-20 pb-[50px]"
|
||||
style={{ clipPath: "polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px))" }}
|
||||
>
|
||||
{/* Background image */}
|
||||
<div
|
||||
className="absolute inset-0 bg-cover bg-center"
|
||||
|
||||
Reference in New Issue
Block a user