diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a1ff90..451e8b2 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: "glowing-orb" }} + background={{ variant: "aurora" }} 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: "glowing-orb" }} + background={{ variant: "aurora" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Subscribe Now"