From 10db3fa97a7d841a51049d43579fc1f4e79091ff Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:51:03 +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 038b5df..7ffb231 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tagIcon={Zap} tagAnimation="slide-up" buttons={[ - { text: "Start Free Trial", href: "https://example.com/trial" }, + { text: "Get Free Trial", href: "https://example.com/trial" }, { text: "View Demo", href: "#features" } ]} buttonAnimation="slide-up" @@ -155,7 +155,7 @@ export default function LandingPage() { }, { id: "enterprise", badge: "Enterprise", badgeIcon: Crown, - price: "Contact for Pricing", subtitle: "For large-scale operations", buttons: [ + price: "Custom", subtitle: "For large-scale operations", buttons: [ { text: "Contact Sales", href: "https://example.com/contact" }, { text: "Request Demo", href: "#" } ],