From 89b7b2e76d85565273b15188ea76d5460a579597 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 12:50:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 21a3250..292e5d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -287,13 +287,12 @@ export default function LandingPage() { tagAnimation="slide-up" title="Ready to Transform Your Operations?" description="Join hundreds of companies automating workflows and unlocking insights with our AI platform. Start free today." - textboxLayout="default" - useInvertedBackground={false} - buttonAnimation="slide-up" buttons={[ { text: "Start Your Free Trial", href: "#" }, { text: "Schedule a Demo", href: "#" } ]} + useInvertedBackground={false} + buttonAnimation="slide-up" background={{ variant: "animated-grid" }} /> -- 2.49.1