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:
@@ -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 && (
|
||||||
|
Reference in New Issue
Block a user