hotfix to add the libra cart card to the marketplace so users can add that feature, change the image for the libra cart card to a temp image that shows the libracart device

This commit is contained in:
csawatzky 2025-10-07 13:17:25 -06:00
parent e7c059724d
commit 9130e0a627
2 changed files with 9 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -17,6 +17,7 @@ import FeatureCard from "./FeatureCard";
//import { ImgIcon } from "common/ImgIcon"; //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 //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 FeatureImageTest from "assets/marketplaceImages/VisualFarmMPImage.png";
import LibraCartImage from "assets/marketplaceImages/Libra_Cart_temp.jpg";
// export interface FAQ { // export interface FAQ {
// question: string; // question: string;
@ -62,14 +63,14 @@ const agFeatureList: ProductDetails[] = [
// bulletPoints: ["bullet one", "bullet two"], // bulletPoints: ["bullet one", "bullet two"],
// questions: [], // questions: [],
}, },
// { {
// featureName: "libra-cart", featureName: "libra-cart",
// featureLogo: <LibraCartIcon />, featureLogo: <LibraCartIcon />,
// featureCost: 0, featureCost: 0,
// cardImage: FeatureImageTest, cardImage: LibraCartImage,
// featureTitle: "Libra Cart", featureTitle: "Libra Cart",
// longDescription: "Integrate with Libra Cart to bring your data into our platform" longDescription: "Integrate with Libra Cart to bring your data into our platform"
// } }
]; ];
// const constructionFeatureList: ProductDetails[] = [] // const constructionFeatureList: ProductDetails[] = []