From cf2cc2500438de504ef7a98d595b268296492560 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:11:07 +0000 Subject: [PATCH 1/2] Update src/app/login/page.tsx --- src/app/login/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx index f568a08..ad8af97 100644 --- a/src/app/login/page.tsx +++ b/src/app/login/page.tsx @@ -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: "glowing-orb" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email or phone number" buttonText="Sign In" -- 2.49.1 From 421a795f4b47e8eca991f751b0af5d72bd326332 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:11:08 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b00cfa3..3175e66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { { text: "Shop Now", href: "/products" }, { text: "Browse Categories", href: "/categories" } ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "circleGradient" }} 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: "glowing-orb" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Subscribe" -- 2.49.1