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:
BIN
assets/banner-3.gif
Normal file
BIN
assets/banner-3.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
BIN
src/presentation/web/assets/banner-3.gif
Normal file
BIN
src/presentation/web/assets/banner-3.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
@@ -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))",
|
||||||
|
|||||||
Reference in New Issue
Block a user