From 3dc8b9cdf755506c4391182b278c3a52c183f947 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:29:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 57118ae..61c3711 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="AI Creative Agency" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} kpis={[ { value: "300%", label: "Avg. Performance Lift" }, { value: "50+", label: "DTC Brands Served" }, @@ -228,7 +228,7 @@ export default function LandingPage() {