diff --git a/assets/banner-3.gif b/assets/banner-3.gif new file mode 100644 index 0000000..93c2f3f Binary files /dev/null and b/assets/banner-3.gif differ diff --git a/src/presentation/web/assets/banner-3.gif b/src/presentation/web/assets/banner-3.gif new file mode 100644 index 0000000..93c2f3f Binary files /dev/null and b/src/presentation/web/assets/banner-3.gif differ diff --git a/src/presentation/web/pages/landing/index.py b/src/presentation/web/pages/landing/index.py index e8491db..1c813c5 100644 --- a/src/presentation/web/pages/landing/index.py +++ b/src/presentation/web/pages/landing/index.py @@ -356,10 +356,10 @@ def hero() -> rx.Component: filter="blur(50px)", style={"animation": "pulse 4s ease-in-out infinite"}, ), - # Main illustration - BluisHost style isometric servers + # Main illustration - Server infrastructure GIF rx.box( rx.image( - src="/hero-servers.svg", + src="/banner-3.gif", width="600px", height="auto", filter="drop-shadow(0 20px 60px rgba(27, 75, 127, 0.4))",