From afc79d821e18a98e2d326029b0fecb5c2ce68dd0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 03:33:12 +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 84ed197..c76b87f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "radial-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/front-view-natural-self-care-products-composition_23-2148990018.jpg" imageAlt="Luxury beauty skincare products" mediaAnimation="opacity" @@ -222,7 +222,7 @@ export default function LandingPage() { description="Subscribe to our newsletter for exclusive skincare tips, product launches, and special beauty offers delivered straight to your inbox." tagIcon={Mail} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Subscribe" -- 2.49.1