From e053977cb9ea9efbf5722e11048dd9ebe8ae2f63 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:50:00 +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 d58302e..038b5df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -155,7 +155,7 @@ export default function LandingPage() { }, { id: "enterprise", badge: "Enterprise", badgeIcon: Crown, - price: "Custom", subtitle: "For large-scale operations", buttons: [ + price: "Contact for Pricing", subtitle: "For large-scale operations", buttons: [ { text: "Contact Sales", href: "https://example.com/contact" }, { text: "Request Demo", href: "#" } ],