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"