export default { async fetch(request) { const html = ` Guru AI Pro - Checkout

Preparing Your Checkout

Securing your session for a safe transaction...

Premium Pack - 12 Months

500 AI Credits, Priority Access to New Models, Team Collaboration Tools

$60.00
Secure Checkout • 256-bit SSL Encrypted
`; return new Response(html, { headers: { 'content-type': 'text/html;charset=UTF-8', 'cache-control': 'public, max-age=3600', }, }); }, };