import React from "react"; import workData from "../data/work.json"; export default function ExpertArea() { return (

My Expert Area

); }