feat: add pricing panel with catalog CRUD and CSV import
This commit is contained in:
@@ -19,7 +19,14 @@ export default function PanelLayout({ children }: { children: React.ReactNode })
|
||||
<span className="text-gray-300">/</span>
|
||||
<span className="text-sm font-medium text-gray-600">Reformas Ejemplo</span>
|
||||
</Link>
|
||||
<span className="text-xs font-medium text-gray-400">Panel del reformista</span>
|
||||
<nav className="flex items-center gap-4 text-xs font-medium">
|
||||
<Link href="/panel" className="text-gray-500 hover:text-black">
|
||||
Leads
|
||||
</Link>
|
||||
<Link href="/panel/precios" className="text-gray-500 hover:text-black">
|
||||
Precios
|
||||
</Link>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
<main className="max-w-6xl mx-auto px-6 py-8">{children}</main>
|
||||
|
||||
Reference in New Issue
Block a user