From 4a749e54a27c6ef82331b11d0f2d866532c112f4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 22:24:46 +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 a3db78b..19e14c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="medium" - background="floatingGradient" + background="circleGradient" cardStyle="solid" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="AI SEO Automation" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "glowing-orb" }} kpis={[ { value: "10x", label: "Faster Content Creation" }, { value: "365", label: "Articles Per Year" }, -- 2.49.1