mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-02-04 01:32:54 +08:00
feat: add enterprise plan text
This commit is contained in:
parent
de696247a5
commit
25eb5367e0
@ -232,6 +232,12 @@ export const PricingCards = () => {
|
||||
</Flex>
|
||||
</StyledPaperFree>
|
||||
</Flex>
|
||||
<Text fz="sm" c="dimmed" style={{ textAlign: "center" }}>
|
||||
Get custom pricing for enterprise plan.{" "}
|
||||
<Anchor inherit href="mailto:contact@jsoncrack.com" c="blue" style={{ display: "inline" }}>
|
||||
Contact us
|
||||
</Anchor>
|
||||
</Text>
|
||||
</Stack>
|
||||
);
|
||||
};
|
||||
@ -244,10 +250,12 @@ const Pricing = () => {
|
||||
</Head>
|
||||
<Layout>
|
||||
<PricingCards />
|
||||
<Text pt="sm" size="sm" c="dimmed" style={{ textAlign: "center" }}>
|
||||
<AiOutlineInfoCircle style={{ marginRight: "4px" }} />
|
||||
Payment email must be matching with the account registered to the JSON Crack.
|
||||
</Text>
|
||||
<Flex pt="sm" c="dimmed" justify="center" align="center" gap={4}>
|
||||
<AiOutlineInfoCircle />
|
||||
<Text size="sm">
|
||||
Payment email must be matching with the account registered to the JSON Crack.
|
||||
</Text>
|
||||
</Flex>
|
||||
</Layout>
|
||||
</>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user