import Image from "next/image"; import Link from "next/link"; import { SiteFooter } from "../components/site-footer"; import { SiteHeader } from "../components/site-header"; import { PageSchema } from "../components/page-schema"; import { GrowthSimulator } from "../components/growth-simulator"; import { siteInfo } from "../data/site"; export const metadata = { title: "LedgerOne - The Financial Control Platform for Modern Business", description: "Connect all your accounts, automate your bookkeeping, and get audit-ready financials in real-time.", keywords: siteInfo.keywords }; export default function LandingPage() { const schema = [ { "@context": "https://schema.org", "@type": "WebSite", name: "LedgerOne", url: siteInfo.url, potentialAction: { "@type": "SearchAction", target: `${siteInfo.url}/search?q={search_term_string}`, "query-input": "required name=search_term_string" } }, { "@context": "https://schema.org", "@type": "Organization", name: "LedgerOne", url: siteInfo.url, logo: `${siteInfo.url}/logo.png`, sameAs: [ "https://twitter.com/ledgerone", "https://linkedin.com/company/ledgerone" ] } ]; return (
{/* Hero Section - Monarch Style Clean Split */}
{/* Left Column: Copy */}
Now available for US & Canadian businesses

Master your money
with total clarity.

LedgerOne connects all your financial accounts in one place. Automate bookkeeping, track cash flow, and stay audit-ready without the spreadsheet chaos.

Start your free trial See how it works
{/* Right Column: Composed Media Stack */}
{/* 1. Base Layer: Video (Desktop View) */}
{/* Overlay Gradient */}
{/* 2. Middle Layer: Interactive Simulator (Floating Card) */}
{/* Social Proof */}

Trusted by forward-thinking finance teams

{/* Placeholders for logos */}
Acme Corp
GlobalTech
Nebula
Vertex
Horizon
{/* Feature Grid */}

Everything you need to manage your wealth.

Stop logging into ten different sites. LedgerOne brings your entire financial life into a single, secure, and beautiful view.

{/* Feature 1: Connect */}

Sync Everything

Connect over 11,000 financial institutions. Banks, credit cards, loans, and investments update automatically.

Bank connections
{/* Feature 2: Visualize */}

Visualize Cash Flow

See exactly where your money goes. Track income vs expenses with beautiful, interactive charts.

Cash flow chart
{/* Feature 3: Report */}

Custom Reports

Build the exact report you need. Filter by category, tag, or merchant and export to CSV for your accountant.

Report builder
{/* CTA Section */}

Ready to take control?

Join thousands of business owners who trust LedgerOne for their financial clarity.

Start your 14-day free trial

No credit card required. Cancel anytime.

); }