import React from "react"; import Image from "next/image"; function Work2(props) { return (
img
); } export default Work2;