17 lines
395 B
TypeScript
17 lines
395 B
TypeScript
export const siteInfo = {
|
|
name: "Aarthalabs",
|
|
url: "https://aarthalabs.com",
|
|
description:
|
|
"Aarthalabs builds audit-ready ledgers for US finance teams that need proof, not just dashboards.",
|
|
keywords: [
|
|
"ledger",
|
|
"financial control",
|
|
"audit-ready",
|
|
"transaction ledger",
|
|
"finance operations",
|
|
"US accounting",
|
|
"transaction rules",
|
|
"data export"
|
|
]
|
|
};
|