Files
vantage/site/components/nav-links.ts
T
mrhid6 693d59a3e2
Server Deploy / deploy (push) Successful in 5m51s
feat: Marketing site
2026-07-22 16:50:13 +01:00

7 lines
196 B
TypeScript

export const NAV_LINKS = [
{ href: "/platform", label: "Platform" },
{ href: "/pricing", label: "Pricing" },
{ href: "/about", label: "About" },
{ href: "/contact", label: "Contact" },
];