2026-03-18 13:02:58 -07:00

16 lines
349 B
XML

export default function Head() {
return (
<>
<title>Profile | LedgerOne</title>
<meta
name="description"
content="Complete your LedgerOne profile after signing in."
/>
<meta
name="keywords"
content="ledgerone profile, finance workspace, audit-ready ledger setup"
/>
</>
);
}