import Image from "next/image"; export default function ProductContainer(props) { return (
{props.imgalt}

{props.title}

{props.text}

{props.children}
); }