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