From c3be7efa27a896bc5f02855de7a495a92de7e905 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 05:52:23 +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 2dfa2b2..91d27a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Trusted by Industry Leaders" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} enableKpiAnimation={true} kpis={[ { value: "500+", label: "Enterprise Clients" }, @@ -205,7 +205,7 @@ export default function LandingPage() { description="Join thousands of leading organizations accelerating their digital transformation with TIP. Our team is ready to help you achieve your strategic objectives." tagIcon={Rocket} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your business email" buttonText="Schedule Demo" -- 2.49.1