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() {