{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "work-experience-block-01",
  "type": "registry:block",
  "registryDependencies": [
    "@ncdai/work-experience"
  ],
  "files": [
    {
      "path": "src/registry/examples/work-experience-demo.tsx",
      "content": "import type { ExperienceItemType } from \"@/registry/work-experience\";\nimport { WorkExperience } from \"@/registry/work-experience\";\n\nconst WORK_EXPERIENCE: ExperienceItemType[] = [\n  {\n    id: \"quaric\",\n    companyName: \"Quaric Co., Ltd.\",\n    companyLogo: \"https://assets.chanhdai.com/images/companies/quaric.svg\",\n    positions: [\n      {\n        id: \"30d3a9fb-021d-452a-9d27-83655369b4b9\",\n        title: \"Software Engineer\",\n        employmentPeriod: \"03.2024 — present\",\n        employmentType: \"Part-time\",\n        icon: \"code\",\n        description: `- Integrated VNPAY-QR for secure transactions.\n- Registered the e-commerce site with [online.gov.vn](https://online.gov.vn) for compliance.\n- Developed online ordering to streamline purchases.\n- Build and maintain ZaDark.com with Docusaurus, integrating AdSense.\n- Develop and maintain the ZaDark extension for Zalo Web on Chrome, Safari, Edge, and Firefox — with 15,000+ active users via Chrome Web Store.`,\n        skills: [\n          \"Next.js\",\n          \"Strapi\",\n          \"Auth0\",\n          \"VNPAY-QR\",\n          \"Docker\",\n          \"NGINX\",\n          \"Google Cloud\",\n          \"Docusaurus\",\n          \"Extension\",\n          \"Research\",\n          \"Project Management\",\n        ],\n        isExpanded: true,\n      },\n      {\n        id: \"7586afb2-40e8-49c4-8983-2254c9446540\",\n        title: \"Product Designer\",\n        employmentPeriod: \"03.2024 — present\",\n        employmentType: \"Part-time\",\n        icon: \"design\",\n        description: `- Design UI/UX for Quaric Website with a seamless experience.\n- Develop a Design System for consistency and efficiency.\n- Create Quaric's brand identity, including logo and guidelines.`,\n        skills: [\n          \"UI/UX Design\",\n          \"UX Writing\",\n          \"Design System\",\n          \"Brand Design\",\n          \"Figma\",\n        ],\n      },\n      {\n        id: \"991692c4-7d02-4666-8d31-933c4831768d\",\n        title: \"Founder & Director\",\n        employmentPeriod: \"03.2024 — present\",\n        employmentType: \"Part-time\",\n        icon: \"business\",\n        description: `- Lead and manage the company's strategy.\n- Oversee technical teams and product development.\n- Manage relationships with customers and partners.`,\n        skills: [\"Business Ownership\", \"Business Law\", \"Business Tax\"],\n      },\n    ],\n    isCurrentEmployer: true,\n  },\n];\n\nexport default function WorkExperienceDemo() {\n  return <WorkExperience className=\"w-full\" experiences={WORK_EXPERIENCE} />;\n}\n",
      "type": "registry:component"
    }
  ]
}