From 479c5edb667b7079669408ebc177930bbe3fb8dd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:44:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2736ce8..d71c15e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -49,7 +49,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/vertical-top-view-skincare-bottles-white-water-surface_181624-29481.jpg" imageAlt="Premium skincare products" mediaAnimation="blur-reveal" @@ -188,7 +188,7 @@ export default function LandingPage() { description="Subscribe to our newsletter for weekly skincare advice, special product launches, and exclusive discounts reserved just for subscribers." tagIcon={Mail} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Subscribe" -- 2.49.1