From a454d9b1fa64adb9c4a89d2be5eb43a068b09aee Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 18:41:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ff569c..ca2519e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function HomePage() { tagIcon={Zap} tagAnimation="slide-up" buttons={[ - { text: "Get Started", href: "/auth/signup" }, + { text: "Start Free Trial", href: "/auth/signup" }, { text: "View Demo", href: "#demo" }, ]} buttonAnimation="slide-up" @@ -259,6 +259,7 @@ export default function HomePage() { faqsAnimation="blur-reveal" useInvertedBackground={false} buttons={[ + { text: "Get Started Now", href: "/auth/signup" }, { text: "Still have questions? Contact us", href: "/contact" }, ]} buttonAnimation="slide-up" -- 2.49.1