From d21e6b3f00c53e7ba38718efcf1e614692d654cd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 00:56:05 +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 06d97c9..de3e3c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/top-view-cosmetic-products-spa-treatment_23-2148295918.jpg" imageAlt="luxury skincare products display natural ingredients" mediaAnimation="slide-up" @@ -165,7 +165,7 @@ export default function LandingPage() { description="Subscribe to receive exclusive skincare tips, product launches, and special offers delivered to your inbox." tagIcon={Heart} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Subscribe" -- 2.49.1