From 26cd070d7df7f6fdcebe1bb195333381349b5234 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:54:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9594dc8..6359a18 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -185,7 +185,7 @@ export default function HomePage() { price: "$7,999", subtitle: "Ideal for growing businesses", buttons: [{ text: "Get Started", href: "#contact" }], features: [ "Unlimited automation workflows", "Advanced AI document processing", "Priority support 24/7", "Advanced analytics & reporting", "Custom integrations"], - planButtonContainerClassName: "scale-105 border-2 border-blue-500 shadow-lg shadow-blue-500/50"}, + }, { id: "enterprise", badge: "For Enterprises", badgeIcon: Shield, price: "Custom", subtitle: "Tailored enterprise solutions", buttons: [{ text: "Contact Sales", href: "#contact" }], -- 2.49.1