update lemonsqueezy links

This commit is contained in:
AykutSarac 2024-07-23 11:11:54 +03:00
parent 3fbfbc1532
commit 1e87ac616b
No known key found for this signature in database
5 changed files with 7 additions and 7 deletions

2
.env
View File

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

View File

@ -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) => {

View File

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

View File

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

View File

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