import Image from "next/legacy/image"; const FeatureImage = ({ imagedata, basepath }) => { const imgSrc = basepath + imagedata.url return (