"use client"; "use client"; import { motion } from "framer-motion"; const futureVariants = { hidden: { opacity: 1, y: 24 }, visible: { opacity: 1, y: 0, transition: { duration: 0.7, ease: [0.16, 1, 0.3, 1] as const }, }, }; export function LandingFuture() { return (

See Your Financial Future

LedgerOne maps every recurring bill, subscription, and paycheck onto a single, living timeline—so you can see exactly when your balance bends.

Projected balance · next 30 days
Balance
Income
Bills
{/* Cinematic future-balance preview (image placeholder for now) */}
Predicted balance over 30 days
{/* Overlay events + warning label on top of the video */}
Rent · -$2,400
Payroll · +$6,800
Subscriptions · -$480
Your balance drops here ⚠️ — projected to dip below{" "} $1,000 on the 24th.
); }