- Added new FAQ sections for account security, ordering and checkout, returns, shipping, and contact information.
- Introduced legal documents including privacy policy, terms of service, data protection, and general terms and conditions.
- Updated package dependencies to include gray-matter and remark-gfm for enhanced markdown support.
- apps/admin: tailwind-merge ^2.6.1 → ^3.4.0 so root resolves to v3.x,
satisfying @heroui/styles/node_modules/tailwind-variants peer dep (>=3.0.0)
- apps/storefront: add lucide-react ^0.400.0 as explicit dep (used in
SearchEmptyState and SearchResultsPanel but was previously undeclared)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Introduced eslint.config.mjs files for both admin and storefront to extend Next.js linting rules.
- Updated package.json files to replace the default Next.js lint command with a direct ESLint command for improved linting control.