16 lines
383 B
XML
16 lines
383 B
XML
export default function Head() {
|
|
return (
|
|
<>
|
|
<title>Create Account | LedgerOne</title>
|
|
<meta
|
|
name="description"
|
|
content="Create a LedgerOne account and start with two free connected accounts."
|
|
/>
|
|
<meta
|
|
name="keywords"
|
|
content="ledgerone signup, create account, finance ledger, audit-ready ledger"
|
|
/>
|
|
</>
|
|
);
|
|
}
|