From 164c6e2669dff5431147ff3d32cfcbd983b133d0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 11:50:19 +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 8dd81bf..3763b70 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/spa-still-life-with-beauty-products_23-2148201426.jpg" imageAlt="luxury skincare product display botanical" mediaAnimation="blur-reveal" @@ -192,7 +192,7 @@ export default function LandingPage() { description="Subscribe to receive exclusive skincare tips, product launches, and special offers delivered to your inbox." tagIcon={Mail} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Subscribe" -- 2.49.1