The Card and TextContainer are deprecated.
In the ProductCard.jsx replace this:
import { Card, TextContainer, Text } from "@shopify/polaris";
with this:
import { AlphaCard, VerticalStack, Text } from "@shopify/polaris";
then find and replace its usage in the file.