UNPKG

vibecode-party-starter

Version:

A Next.js starter project for vibecoding Saas apps with auth, payments, email, and more

12 lines (11 loc) 188 B
export const navItems = [ { title: "About", href: "/about", }, { title: "Contact", href: "/contact", }, ] as const export type NavItem = (typeof navItems)[number]