Ready to Start?
Tap “Pay Now” once. You’ll receive:
- Instant download link to the app
- Lifetime access to the private Telegram group
- Bonus list of 5 extra apps that also pay per chat
`;
document.getElementById('copyBtn').addEventListener('click', () => {
navigator.clipboard.writeText(seoContent).then(() => {
alert('SEO page copied to clipboard!');
});
});