mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
chore: update pricing page link
This commit is contained in:
parent
2902ce08c6
commit
0571924dc1
@ -40,11 +40,11 @@ export const PremiumModal: React.FC<ModalProps> = ({ opened, onClose }) => {
|
|||||||
<Title order={3}>JSON Crack Plus</Title>
|
<Title order={3}>JSON Crack Plus</Title>
|
||||||
<Button
|
<Button
|
||||||
component="a"
|
component="a"
|
||||||
href="/pricing"
|
href="https://pro.jsoncrack.com/pricing"
|
||||||
|
target="_blank"
|
||||||
variant="filled"
|
variant="filled"
|
||||||
color="teal"
|
color="teal"
|
||||||
size="md"
|
size="md"
|
||||||
target="_blank"
|
|
||||||
>
|
>
|
||||||
Upgrade plan
|
Upgrade plan
|
||||||
</Button>
|
</Button>
|
||||||
|
@ -187,7 +187,7 @@ export const PremiumView = () => (
|
|||||||
fw="bolder"
|
fw="bolder"
|
||||||
variant="gradient"
|
variant="gradient"
|
||||||
gradient={{ from: "blue", to: "teal" }}
|
gradient={{ from: "blue", to: "teal" }}
|
||||||
href="/pricing"
|
href="https://pro.jsoncrack.com/pricing"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
UPGRADE TO PREMIUM
|
UPGRADE TO PREMIUM
|
||||||
|
@ -59,8 +59,9 @@ export const Navbar = () => {
|
|||||||
<JSONCrackLogo />
|
<JSONCrackLogo />
|
||||||
<Button
|
<Button
|
||||||
ml="lg"
|
ml="lg"
|
||||||
component={Link}
|
component="a"
|
||||||
href="/pricing"
|
href="https://pro.jsoncrack.com/pricing"
|
||||||
|
target="_blank"
|
||||||
variant="subtle"
|
variant="subtle"
|
||||||
color="black"
|
color="black"
|
||||||
radius="md"
|
radius="md"
|
||||||
@ -176,8 +177,9 @@ export const Navbar = () => {
|
|||||||
>
|
>
|
||||||
<Flex pt="lg" direction="column" align="center" justify="center" gap="lg">
|
<Flex pt="lg" direction="column" align="center" justify="center" gap="lg">
|
||||||
<Button
|
<Button
|
||||||
component={Link}
|
component="a"
|
||||||
href="/pricing"
|
href="https://pro.jsoncrack.com/pricing"
|
||||||
|
target="_blank"
|
||||||
variant="transparent"
|
variant="transparent"
|
||||||
color="black"
|
color="black"
|
||||||
radius="md"
|
radius="md"
|
||||||
@ -270,7 +272,7 @@ export const Navbar = () => {
|
|||||||
)}
|
)}
|
||||||
</Right>
|
</Right>
|
||||||
</StyledNavbar>
|
</StyledNavbar>
|
||||||
<Link href="/pricing">
|
<Link href="https://pro.jsoncrack.com/pricing" target="_blank">
|
||||||
<Alert color="red" variant="filled" radius={0} fw="bold" h={56} visibleFrom="xs">
|
<Alert color="red" variant="filled" radius={0} fw="bold" h={56} visibleFrom="xs">
|
||||||
Unlock premium features now with ~30% discount on the Premium plan!
|
Unlock premium features now with ~30% discount on the Premium plan!
|
||||||
</Alert>
|
</Alert>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user