1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-03 11:57:34 +02:00

hide upfront pricing

This commit is contained in:
Kushagra Gour
2024-05-07 14:53:11 +05:30
parent 6929bc820f
commit 5ee6803735

View File

@@ -130,12 +130,12 @@ const Card = ({ bg, name, price, subTitle, action, features }) => {
<Text transform="uppercase" weight="600">
{name}
</Text>
<Text size="5" weight="800" appearance="primary">
{/* <Text size="5" weight="800" appearance="primary">
{price}
</Text>
<Text size="1" weight="400">
{subTitle}
</Text>
</Text> */}
</VStack>
{action}
{!action && (