From 7a1bda7ebf0c1ab78ae3b810c28a74165f873e04 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:08:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d53260..9afb15d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="medium" sizing="mediumLargeSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -42,7 +42,7 @@ export default function LandingPage() { @@ -174,7 +174,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Join the AAGA Family" description="Subscribe to our newsletter for exclusive deals, new arrivals, and stories about bold fashion choices. Be part of our growing community of style rebels." - background={{ variant: "grid" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} inputPlaceholder="Your email address" buttonText="Subscribe Now" -- 2.49.1