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() {