diff --git a/src/app/page.tsx b/src/app/page.tsx index ec53e8a..ea9fd86 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" @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Learn Our Story", href: "about" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/leaf-candles-bath-products-with-copy-space_23-2148366062.jpg" imageAlt="Premium skincare products" mediaAnimation="blur-reveal" @@ -203,7 +203,7 @@ export default function LandingPage() { description="Subscribe for skincare tips, exclusive product launches, and special discounts. Get expert advice delivered to your inbox." tagIcon={Mail} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Subscribe"