Thank you for your purchase!

You're in! Check your email to access your new guide.

You're in! Check your email to access your new guide.

Check your inbox

We’ve sent an email with a link to your guide. It may take up to 60 seconds to reach your inbox.

Check your inbox

We’ve sent an email with a link to your guide. It may take up to 60 seconds to reach your inbox.

Check your spam folder

Sometimes emails with large attachments get sent here. Check any spam/junk folders.

Check your spam folder

Sometimes emails with large attachments get sent here. Check any spam/junk folders.

Access your guide

Click the link to access your guide. Email us if needed at support@tendonitisreset.com.

Access your guide

Click the link to access your guide. Email us if needed at support@tendonitisreset.com.

© 2026 Tendonitis Reset.

import { useEffect } from "react" export default function GA4Purchase() { useEffect(() => { if (typeof window.gtag === "function") { window.gtag("event", "purchase", { transaction_id: Date.now().toString(), value: 27.00, currency: "USD", items: [{ item_id: "tendonitis-reset-guide", item_name: "Tendonitis Reset Guide", price: 27.00, quantity: 1 }] }) } }, []) return null }