From 4d434c238a3bdf0198002f969e5f6aed1ce7b6a9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 21:16:50 +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 1164bd9..3ba1b26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { tag="Enterprise Solutions" tagIcon={Zap} buttons={[ - { text: "Get Started Free", href: "#contact" }, + { text: "Start Free Trial", href: "#contact" }, { text: "Watch Demo", href: "https://www.youtube.com" } ]} mediaAnimation="slide-up" -- 2.49.1