From 975eddfcc7fdb1d9509e4326c8ef145bbfe3cac5 Mon Sep 17 00:00:00 2001 From: "Ehsan.Asadi" Date: Fri, 26 Dec 2025 16:26:38 +0330 Subject: [PATCH] [DESIGN-002] Replace illustrations with dark theme compatible images (fix) - Changed amber colored illustrations to violet/blue theme - Updated hero section illustration (web-design) - Updated WordPress Cloud section with cloud-hosting illustration - Better visual harmony with brand colors --- src/presentation/web/pages/landing/index.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/presentation/web/pages/landing/index.py b/src/presentation/web/pages/landing/index.py index 84e6b2d..bd78924 100644 --- a/src/presentation/web/pages/landing/index.py +++ b/src/presentation/web/pages/landing/index.py @@ -24,10 +24,10 @@ def navbar() -> rx.Component: rx.spacer(), rx.hstack( rx.link("خدمات", href="#services", color="#E2E8F0", font_weight="600", font_size="16px", _hover={"color": "#6DD7E5", "transform": "translateY(-2px)"}, transition="all 0.2s"), - rx.link("قیمت‌ها", href="#pricing", color="#E2E8F0", font_weight="600", font_size="16px", _hover={"color": "#6DD7E5", "transform": "translateY(-2px)"}, transition="all 0.2s"), - rx.link("سرورها", href="#servers", color="#E2E8F0", font_weight="600", font_size="16px", _hover={"color": "#6DD7E5", "transform": "translateY(-2px)"}, transition="all 0.2s"), - rx.link("نظرات", href="#testimonials", color="#E2E8F0", font_weight="600", font_size="16px", _hover={"color": "#6DD7E5", "transform": "translateY(-2px)"}, transition="all 0.2s"), - rx.link("تماس", href="#contact", color="#E2E8F0", font_weight="600", font_size="16px", _hover={"color": "#6DD7E5", "transform": "translateY(-2px)"}, transition="all 0.2s"), + # rx.link("قیمت‌ها", href="#pricing", color="#E2E8F0", font_weight="600", font_size="16px", _hover={"color": "#6DD7E5", "transform": "translateY(-2px)"}, transition="all 0.2s"), + # rx.link("سرورها", href="#servers", color="#E2E8F0", font_weight="600", font_size="16px", _hover={"color": "#6DD7E5", "transform": "translateY(-2px)"}, transition="all 0.2s"), + # rx.link("نظرات", href="#testimonials", color="#E2E8F0", font_weight="600", font_size="16px", _hover={"color": "#6DD7E5", "transform": "translateY(-2px)"}, transition="all 0.2s"), + # rx.link("تماس", href="#contact", color="#E2E8F0", font_weight="600", font_size="16px", _hover={"color": "#6DD7E5", "transform": "translateY(-2px)"}, transition="all 0.2s"), rx.button( rx.hstack( rx.text("شروع رایگان", font_weight="800"), @@ -204,7 +204,7 @@ def hero() -> rx.Component: ), rx.box( rx.image( - src="https://illustrations.popsy.co/amber/web-design.svg", + src="https://illustrations.popsy.co/violet/web-design.svg", width="600px", height="auto", filter="drop-shadow(0 20px 60px rgba(27, 75, 127, 0.3))", @@ -358,7 +358,7 @@ def wordpress_cloud_highlight() -> rx.Component: rx.vstack( rx.box( rx.image( - src="https://illustrations.popsy.co/amber/online-shopping.svg", + src="https://illustrations.popsy.co/violet/cloud-hosting.svg", width="450px", height="auto", ),