Update landing installation section background with imageninfe.png

This commit is contained in:
2026-03-09 17:25:45 -05:00
parent 6024061404
commit d434629453
2 changed files with 4 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 MiB

View File

@ -325,7 +325,10 @@ const scrollToInstall = () => {
/* Install Guide */ /* Install Guide */
.install-section { .install-section {
padding: 160px 24px; padding: 160px 24px;
background: #0a0a0a; background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('/landing-install-bg.png');
background-size: cover;
background-position: center;
background-attachment: fixed;
} }
.install-container { .install-container {