feat: reworked HeroSection background

This commit is contained in:
Melvin Ragusa
2026-01-22 00:23:52 +01:00
parent f2250ab65e
commit 4f07eef844
31 changed files with 665 additions and 4234 deletions

View File

@@ -9,6 +9,15 @@
overflow: hidden;
}
.backgroundContainer {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}
.content {
position: relative;
z-index: 1;