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