"use client"; "use client"; import Image from "next/image"; import { motion } from "framer-motion"; const sectionVariants = { hidden: { opacity: 1, y: 24 }, visible: { opacity: 1, y: 0, transition: { duration: 0.6, ease: [0.16, 1, 0.3, 1] as [number, number, number, number] }, }, }; export function LandingFeatures() { return (

Not Just Tracking. Thinking.

LedgerOne turns your raw transaction firehose into AI-native context—what's happening, what's coming, and what you should do about it.

{/* AI Financial Insights */}
AI

AI Financial Insights

Get plain-language explanations of what changed, why it matters, and what we recommend you do next.

{/* Preview of AI chat responding (image placeholder for now) */}
AI financial insights preview
{/* AI prediction label */}
AI prediction · High confidence
{/* Predictive Cash Flow */}

Predictive Cash Flow

See your balance 30 days from now—before it happens. Every bill, subscription, and paycheck automatically mapped.

Projected net balance 94% on track
{/* Cashflow line preview (image placeholder for now) */}
Predictive cash flow graph {/* Dynamic highlight where the curve dips */}
Risk window · next 7 days
{/* Smart Budgeting */}

Smart Budgeting

Budgets that re-balance themselves based on your behavior—plus a real-time "safe to spend" number.

{/* Progress rings + safe-to-spend preview (image placeholder for now) */}
Smart budgeting preview {/* Safe-to-spend label */}
Safe to spend · Updated live
); }