1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-05 12:57:25 +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"> <Text transform="uppercase" weight="600">
{name} {name}
</Text> </Text>
<Text size="5" weight="800" appearance="primary"> {/* <Text size="5" weight="800" appearance="primary">
{price} {price}
</Text> </Text>
<Text size="1" weight="400"> <Text size="1" weight="400">
{subTitle} {subTitle}
</Text> </Text> */}
</VStack> </VStack>
{action} {action}
{!action && ( {!action && (