From ca7985eba50029d765b6643afb1505c4f3cf892b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:31:32 +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 2e022e7..5c21512 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tag="Powered by Multi-Agent AI" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} buttons={[ { text: "Start Free Trial", href: "https://app.arcliq.ai/trial" }, { text: "Watch Demo", href: "#demo" } @@ -270,7 +270,7 @@ export default function LandingPage() { { text: "Schedule Demo", href: "#contact-demo" } ]} buttonAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} /> -- 2.49.1