From edc64ff3d5ccc57a35c35964aad5ed042f41e00c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:05:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 76969ec..e79ce2e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" } ]} - button={{ text: "Start Free Trial", href: "https://app.accountingai.example.com/signup" }} + button={{ text: "see how it works ", href: "https://app.accountingai.example.com/signup" }} animateOnLoad={true} /> @@ -54,7 +54,7 @@ export default function LandingPage() { imagePosition="right" useInvertedBackground={false} buttons={[ - { text: "Start Free Trial", href: "https://app.accountingai.example.com/signup" }, + { text: "see how it works ", href: "https://app.accountingai.example.com/signup" }, { text: "See How It Works", href: "#demo" } ]} buttonAnimation="slide-up" @@ -82,7 +82,7 @@ export default function LandingPage() {
-- 2.49.1