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>
|
||||
<Button
|
||||
component="a"
|
||||
href="/pricing"
|
||||
href="https://pro.jsoncrack.com/pricing"
|
||||
target="_blank"
|
||||
variant="filled"
|
||||
color="teal"
|
||||
size="md"
|
||||
target="_blank"
|
||||
>
|
||||
Upgrade plan
|
||||
</Button>
|
||||
|
@ -187,7 +187,7 @@ export const PremiumView = () => (
|
||||
fw="bolder"
|
||||
variant="gradient"
|
||||
gradient={{ from: "blue", to: "teal" }}
|
||||
href="/pricing"
|
||||
href="https://pro.jsoncrack.com/pricing"
|
||||
target="_blank"
|
||||
>
|
||||
UPGRADE TO PREMIUM
|
||||
|
@ -59,8 +59,9 @@ export const Navbar = () => {
|
||||
<JSONCrackLogo />
|
||||
<Button
|
||||
ml="lg"
|
||||
component={Link}
|
||||
href="/pricing"
|
||||
component="a"
|
||||
href="https://pro.jsoncrack.com/pricing"
|
||||
target="_blank"
|
||||
variant="subtle"
|
||||
color="black"
|
||||
radius="md"
|
||||
@ -176,8 +177,9 @@ export const Navbar = () => {
|
||||
>
|
||||
<Flex pt="lg" direction="column" align="center" justify="center" gap="lg">
|
||||
<Button
|
||||
component={Link}
|
||||
href="/pricing"
|
||||
component="a"
|
||||
href="https://pro.jsoncrack.com/pricing"
|
||||
target="_blank"
|
||||
variant="transparent"
|
||||
color="black"
|
||||
radius="md"
|
||||
@ -270,7 +272,7 @@ export const Navbar = () => {
|
||||
)}
|
||||
</Right>
|
||||
</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">
|
||||
Unlock premium features now with ~30% discount on the Premium plan!
|
||||
</Alert>
|
||||
|
Loading…
x
Reference in New Issue
Block a user