From d994b290d4a16fcaf39e3840dcd38f014b9bb93b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:14:07 +0000 Subject: [PATCH] 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 451e8b2..6ce8dc9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Premium Collection" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} kpis={[ { value: "2000+", label: "Happy Customers" }, { value: "500+", label: "Premium Items" }, @@ -205,7 +205,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Stay Updated with Latest Collections" description="Subscribe to our newsletter and be the first to know about new arrivals, exclusive offers, and styling tips." - background={{ variant: "aurora" }} + background={{ variant: "gradient-bars" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Subscribe Now" -- 2.49.1