Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-03-06 09:10:00 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ export default function LoginPage() {
borderRadius="pill"
contentWidth="medium"
sizing="mediumLargeSizeLargeTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="layered"
@@ -39,7 +39,7 @@ export default function LoginPage() {
title="Welcome Back to Uzum Market"
description="Sign in to your account to access your orders, saved items, and personalized recommendations."
tagIcon={LogIn}
background={{ variant: "floatingGradient" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email or phone number"
buttonText="Sign In"

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="mediumLargeSizeLargeTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="layered"
@@ -47,7 +47,7 @@ export default function LandingPage() {
{ text: "Shop Now", href: "/products" },
{ text: "Browse Categories", href: "/categories" }
]}
background={{ variant: "floatingGradient" }}
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/african-american-man-looks-clothes-online-touch-screen-monitor-fashion-boutique-mall-self-service-board-male-customer-looking-trendy-clothes-items-retail-kiosk-display_482257-63314.jpg"
imageAlt="Modern shopping experience"
frameStyle="card"
@@ -182,7 +182,7 @@ export default function LandingPage() {
title="Get Exclusive Offers & Updates"
description="Subscribe to stay informed about new arrivals, special discounts, and marketplace tips delivered straight to your inbox."
tagIcon={Mail}
background={{ variant: "floatingGradient" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email address"
buttonText="Subscribe"