diff --git a/src/components/Offer.tsx b/src/components/Offer.tsx index 87ffed7..def0070 100644 --- a/src/components/Offer.tsx +++ b/src/components/Offer.tsx @@ -29,7 +29,7 @@ export default function Offer() { setIsLoading(true); setError(''); - window.location.href = `/checkout?plan=popular&source=landing-30&email=${encodeURIComponent(email)}`; + window.location.href = `https://festamagicaia.com.br/checkout?plan=popular&source=landing-30&email=${encodeURIComponent(email)}`; }; return (