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", ),