From ad78b211173a823ee0dbdb5bb2f59eb115dea61a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:58:56 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5c10b22..6e3342b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "AccountingAI - AI-Powered Accounting Automation", description: "Automate your financial workflows with AI-powered accounting. Process invoices, categorize expenses, and generate reports in seconds."}; + title: "AccountingAI - AI-Powered Accounting Automation", description: "Automate your financial workflows with AI-powered accounting. Process invoices, categorize expenses, and generate reports in seconds." +}; export default function RootLayout({ children, -- 2.49.1 From da4083554bd62485a93db5fc42536d619378f3a6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:58:57 +0000 Subject: [PATCH 2/2] 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 df9c71f..76969ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[ { text: "Start Free Trial", href: "https://app.accountingai.example.com/signup" }, - { text: "Watch Demo", href: "#demo" } + { text: "See How It Works", href: "#demo" } ]} buttonAnimation="slide-up" testimonials={[ -- 2.49.1