develop
feat(products): add products management page with table, add/delete and pagination
fix(auth): align cookie max-age with JWT expiry to 7 days
feat(categories): add categories management page with table, add/delete and pagination
feat(products): add imageUrl thumbnail to list and optional field to create form
chore(init): initialize Next.js 14 project with TypeScript, Tailwind, Shadcn and Zustand
feat(layout): add protected dashboard layout with sidebar navigation