7 lines
196 B
TypeScript
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" },
|
|
];
|