mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
update lemonsqueezy links
This commit is contained in:
parent
3fbfbc1532
commit
1e87ac616b
2
.env
2
.env
@ -1,4 +1,4 @@
|
||||
NEXT_PUBLIC_GA_ID=G-JKZEHMJBMH
|
||||
NEXT_PUBLIC_PAYMENT_URL=https://herowand.lemonsqueezy.com/checkout/buy/ce30521f-c7cc-44f3-9435-995d3260ba22
|
||||
NEXT_PUBLIC_PAYMENT_URL=https://jsoncrack.lemonsqueezy.com/checkout/buy/ce30521f-c7cc-44f3-9435-995d3260ba22
|
||||
NEXT_PUBLIC_SUPABASE_URL=https://bxkgqurwqjmvrqekcbws.supabase.co
|
||||
NEXT_PUBLIC_SUPABASE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImJ4a2dxdXJ3cWptdnJxZWtjYndzIiwicm9sZSI6ImFub24iLCJpYXQiOjE2OTA2NDU0MjUsImV4cCI6MjAwNjIyMTQyNX0.3nZ0yhuFjnI3yHbAL8S9UtK-Ny-6F5AylNHgo1tymTU
|
||||
|
@ -21,9 +21,9 @@ import useUser from "src/store/useUser";
|
||||
|
||||
const overlayLinks = {
|
||||
monthly:
|
||||
"https://herowand.lemonsqueezy.com/buy/ce30521f-c7cc-44f3-9435-995d3260ba22?embed=1&media=0&logo=0&desc=0&discount=0&enabled=67805",
|
||||
"https://jsoncrack.lemonsqueezy.com/buy/ce30521f-c7cc-44f3-9435-995d3260ba22?embed=1&media=0&logo=0&desc=0&discount=0&enabled=67805",
|
||||
annual:
|
||||
"https://herowand.lemonsqueezy.com/buy/577928ea-fb09-4076-9307-3e5931b35ad0?embed=1&media=0&logo=0&desc=0&discount=0&enabled=82417",
|
||||
"https://jsoncrack.lemonsqueezy.com/buy/577928ea-fb09-4076-9307-3e5931b35ad0?embed=1&media=0&logo=0&desc=0&discount=0&enabled=82417",
|
||||
};
|
||||
|
||||
export const UpgradeModal = ({ opened, onClose }: ModalProps) => {
|
||||
|
@ -48,7 +48,7 @@ export const Footer = () => {
|
||||
<Anchor
|
||||
fz="sm"
|
||||
c="black"
|
||||
href="https://herowand.lemonsqueezy.com/affiliates"
|
||||
href="https://jsoncrack.lemonsqueezy.com/affiliates"
|
||||
target="_blank"
|
||||
>
|
||||
Affiliate
|
||||
|
@ -62,7 +62,7 @@ class MyDocument extends Document {
|
||||
id="lemon-squeezy-affiliate"
|
||||
strategy="afterInteractive"
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: 'window.lemonSqueezyAffiliateConfig = { store: "herowand" };',
|
||||
__html: 'window.lemonSqueezyAffiliateConfig = { store: "jsoncrack" };',
|
||||
}}
|
||||
/>
|
||||
<Script src="https://lmsqueezy.com/affiliate.js" strategy="afterInteractive" />
|
||||
|
@ -29,9 +29,9 @@ export const PRICING = {
|
||||
|
||||
export const purchaseLinks = {
|
||||
monthly:
|
||||
"https://herowand.lemonsqueezy.com/checkout/buy/ce30521f-c7cc-44f3-9435-995d3260ba22?desc=0&enabled=67805",
|
||||
"https://jsoncrack.lemonsqueezy.com/checkout/buy/ce30521f-c7cc-44f3-9435-995d3260ba22?desc=0&enabled=67805",
|
||||
annual:
|
||||
"https://herowand.lemonsqueezy.com/checkout/buy/577928ea-fb09-4076-9307-3e5931b35ad0?desc=0&enabled=82417",
|
||||
"https://jsoncrack.lemonsqueezy.com/checkout/buy/577928ea-fb09-4076-9307-3e5931b35ad0?desc=0&enabled=82417",
|
||||
};
|
||||
|
||||
const StyledPaper = styled(Paper)<{ $highlight?: boolean } & any>`
|
||||
|
Loading…
x
Reference in New Issue
Block a user