mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-02-04 01:32:54 +08:00
feat: reduce free trial 3 to 1
This commit is contained in:
parent
518876bfb0
commit
e4d9fff148
@ -51,7 +51,7 @@ export const PremiumModal: React.FC<ModalProps> = ({ opened, onClose }) => {
|
||||
size="md"
|
||||
rightSection={<MdChevronRight size="24" />}
|
||||
>
|
||||
Start 3 Days Free Trial
|
||||
Start 1 Day Free Trial
|
||||
</Button>
|
||||
<List
|
||||
mt="xs"
|
||||
|
@ -97,7 +97,7 @@ export const Toolbar: React.FC<{ isWidget?: boolean }> = ({ isWidget = false })
|
||||
style={{ textAlign: "center", gap: 4 }}
|
||||
>
|
||||
<AiFillGift size="18" />
|
||||
Start 3 Days Free Trial
|
||||
Start 1 Day Free Trial
|
||||
</Text>
|
||||
</Indicator>
|
||||
</Styles.StyledToolElement>
|
||||
|
@ -177,7 +177,7 @@ export const PremiumView = () => (
|
||||
target="_blank"
|
||||
rightSection={<MdChevronRight size="24" />}
|
||||
>
|
||||
Start 3 Days Free Trial
|
||||
Start 1 Day Free Trial
|
||||
</Button>
|
||||
</StyledContent>
|
||||
|
||||
|
@ -46,11 +46,11 @@ const SubscriptionRefund = () => {
|
||||
Refund Policy
|
||||
</Title>
|
||||
<Text c="gray.8">
|
||||
If you cancel your subscription within 3 days of the initial purchase and haven't
|
||||
utilized the free trial, you are eligible for a full refund. Refunds will be issued to
|
||||
the original payment method used during the purchase. For refund inquiries or
|
||||
assistance, please contact our customer support team at{" "}
|
||||
<Anchor href="mailto:contact@jsoncrack.com">contact@jsoncrack.com</Anchor>.
|
||||
The users that has subscribed to the premium plan and did not utilize the free trial
|
||||
are eligible for full refund if cancelled within the first 3 days of the initial
|
||||
purchase. Refunds will be issued to the original payment method used during the
|
||||
purchase. For refund inquiries or assistance, please contact our customer support team
|
||||
at <Anchor href="mailto:contact@jsoncrack.com">contact@jsoncrack.com</Anchor>.
|
||||
</Text>
|
||||
<Title order={3} c="gray.8">
|
||||
Changes to this Policy
|
||||
|
@ -170,7 +170,7 @@ export const PricingCards = () => {
|
||||
my="md"
|
||||
rightSection={<VscArrowRight />}
|
||||
>
|
||||
Start 3 Days Free Trial
|
||||
Start 1 Day Free Trial
|
||||
</Button>
|
||||
<Flex direction="column" justify="space-between" h={250}>
|
||||
<List spacing="xs" size="sm" mt="lg" center icon="✦">
|
||||
|
Loading…
x
Reference in New Issue
Block a user