From 4d8596a368ae71f45b22948cd3bf21b38236f35e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:07:34 +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 8775dbc..a2cd614 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,7 +22,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="mediumLargeSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Premium Social Strategy" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Start Your Strategy", href: "contact" }, { text: "View Our Work", href: "portfolio" }