diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c21512..2e022e7 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: "glowing-orb" }} + background={{ variant: "noise" }} 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: "glowing-orb" }} + background={{ variant: "noise" }} useInvertedBackground={false} />