feat: Replace hero SVG with animated banner-3.gif

- Copied banner-3.gif to assets directories
- Updated hero section to use GIF instead of SVG
- Maintains all animations and styling
This commit is contained in:
Ehsan.Asadi
2025-12-26 18:58:24 +03:30
parent e493784b70
commit 0d9bf24f0d
3 changed files with 2 additions and 2 deletions

BIN
assets/banner-3.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

@@ -356,10 +356,10 @@ def hero() -> rx.Component:
filter="blur(50px)", filter="blur(50px)",
style={"animation": "pulse 4s ease-in-out infinite"}, style={"animation": "pulse 4s ease-in-out infinite"},
), ),
# Main illustration - BluisHost style isometric servers # Main illustration - Server infrastructure GIF
rx.box( rx.box(
rx.image( rx.image(
src="/hero-servers.svg", src="/banner-3.gif",
width="600px", width="600px",
height="auto", height="auto",
filter="drop-shadow(0 20px 60px rgba(27, 75, 127, 0.4))", filter="drop-shadow(0 20px 60px rgba(27, 75, 127, 0.4))",