From ab02d167ffc2afd77cdf02ee0a9433bc99ffd6d7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 07:06:11 +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 4e4e8c3..48f1902 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Shop Collection", href: "products" }, { text: "Learn More", href: "benefits" } ]} - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/minimal-beauty-products-composition_23-2148961350.jpg" imageAlt="Premium skincare product collection" mediaAnimation="slide-up" @@ -178,7 +178,7 @@ export default function LandingPage() { tagIcon={Mail} title="Get exclusive skincare tips and offers" description="Join our community and receive weekly skincare insights, exclusive discounts, and early access to new product launches." - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Subscribe" -- 2.49.1