From 16fb0f20335b964280bf5d71e748c2ab9469fb18 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 11:39:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 686ace6..d3f19d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="large" - background="grid" + background="circleGradient" cardStyle="inset" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -41,7 +41,7 @@ export default function LandingPage() { @@ -174,7 +174,7 @@ export default function LandingPage() { inputPlaceholder="Enter your email address" buttonText="Subscribe" termsText="We respect your privacy. Unsubscribe anytime. By subscribing, you agree to our terms and receive updates about new fabrics and promotions." - tagAnimation="entrance-slide" + tagAnimation="slide-up" /> -- 2.49.1