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