commenting out the libracart card on the marketplace so user cant get access to it as it is still in the testing phase

This commit is contained in:
csawatzky 2025-08-29 14:39:30 -06:00
parent b2f3fac57e
commit 33cc3724eb

View file

@ -62,14 +62,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: FeatureImageTest,
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[] = []