Merge version_3 into main #6
@@ -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,
|
||||
|
||||
@@ -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={[
|
||||
|
||||
Reference in New Issue
Block a user