From 45da6e7144d56ec6afe64c6313ea4dc3edc082c9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:27:38 +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 0738579..e7e42f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -223,7 +223,7 @@ export default function LandingPage() { }, { id: "3", price: "$999/mo", name: "Enterprise", buttons: [ - { text: "Contact Sales", href: "#contact" }, + { text: "Get Quote", href: "#contact" }, { text: "Schedule Demo", href: "#" } ], features: [ -- 2.49.1