chore: update pricing page link

This commit is contained in:
AykutSarac 2024-02-27 20:17:26 +03:00
parent 2902ce08c6
commit 0571924dc1
No known key found for this signature in database
3 changed files with 10 additions and 8 deletions

View File

@ -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>

View File

@ -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

View File

@ -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>