diff --git a/src/assets/marketplaceImages/Libra_Cart_temp.jpg b/src/assets/marketplaceImages/Libra_Cart_temp.jpg new file mode 100644 index 0000000..a6ff0cc Binary files /dev/null and b/src/assets/marketplaceImages/Libra_Cart_temp.jpg differ diff --git a/src/userFeatures/UserFeatures.tsx b/src/userFeatures/UserFeatures.tsx index d22b4e8..fa797a1 100644 --- a/src/userFeatures/UserFeatures.tsx +++ b/src/userFeatures/UserFeatures.tsx @@ -17,6 +17,7 @@ import FeatureCard from "./FeatureCard"; //import { ImgIcon } from "common/ImgIcon"; //images to import for the image in the card for the feature make sure to have a 2:1 aspect ratio to keep the cards symmetrical import FeatureImageTest from "assets/marketplaceImages/VisualFarmMPImage.png"; +import LibraCartImage from "assets/marketplaceImages/Libra_Cart_temp.jpg"; // export interface FAQ { // question: string; @@ -62,14 +63,14 @@ const agFeatureList: ProductDetails[] = [ // bulletPoints: ["bullet one", "bullet two"], // questions: [], }, - // { - // featureName: "libra-cart", - // featureLogo: , - // featureCost: 0, - // cardImage: FeatureImageTest, - // featureTitle: "Libra Cart", - // longDescription: "Integrate with Libra Cart to bring your data into our platform" - // } + { + featureName: "libra-cart", + featureLogo: , + featureCost: 0, + cardImage: LibraCartImage, + featureTitle: "Libra Cart", + longDescription: "Integrate with Libra Cart to bring your data into our platform" + } ]; // const constructionFeatureList: ProductDetails[] = []