|
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
6 | | - <title>Pay 5 USD for SoftJunk Lead Follow-Up</title> |
7 | | - <meta name="description" content="Short root payment route for the 5 USD SoftJunk lead follow-up kit or custom 7-day sequence through PayPal."> |
| 6 | + <title>SoftJunk AI Pay Route - 5 USD PayPal</title> |
| 7 | + <meta name="description" content="Agent-first payment route for the SoftJunk AI Deal Desk, exact 5 USD PayPal handoff, after-payment page, and seller-side verification gate."> |
8 | 8 | <link rel="canonical" href="https://trungcodeer.github.io/pay/"> |
9 | 9 | <meta name="robots" content="index,follow"> |
10 | | - <meta property="og:title" content="Pay 5 USD for SoftJunk Lead Follow-Up"> |
11 | | - <meta property="og:description" content="Short PayPal route for the SoftJunk lead follow-up kit or custom 7-day sequence."> |
| 10 | + <meta property="og:title" content="SoftJunk AI Pay Route - 5 USD PayPal"> |
| 11 | + <meta property="og:description" content="Open the AI Deal Desk, generate the PayPal note, pay exactly 5 USD, then use the after-payment handoff."> |
12 | 12 | <meta property="og:type" content="website"> |
13 | 13 | <meta property="og:url" content="https://trungcodeer.github.io/pay/"> |
14 | 14 | <meta property="og:image" content="https://trungcodeer.github.io/softjunk-lead-kit/social-card-qr.png"> |
15 | 15 | <meta name="twitter:card" content="summary_large_image"> |
16 | | - <meta name="twitter:title" content="Pay 5 USD for SoftJunk Lead Follow-Up"> |
17 | | - <meta name="twitter:description" content="Short PayPal route for SoftJunk. Fulfillment starts after seller-side PayPal proof."> |
| 16 | + <meta name="twitter:title" content="SoftJunk AI Pay Route - 5 USD PayPal"> |
| 17 | + <meta name="twitter:description" content="Agent-first route for SoftJunk: AI Deal Desk, exact 5 USD PayPal, after-payment handoff, and verification gate."> |
18 | 18 | <meta name="twitter:image" content="https://trungcodeer.github.io/softjunk-lead-kit/social-card-qr.png"> |
19 | 19 | <link rel="alternate" type="application/json" href="https://trungcodeer.github.io/root-offer.json" title="SoftJunk root offer JSON"> |
20 | 20 | <link rel="service-desc" type="application/yaml" href="https://trungcodeer.github.io/.well-known/openapi.yaml" title="SoftJunk root OpenAPI discovery"> |
|
61 | 61 | color: var(--ink); |
62 | 62 | background: var(--bg); |
63 | 63 | line-height: 1.5; |
| 64 | + overflow-x: hidden; |
64 | 65 | } |
65 | 66 |
|
66 | 67 | a:focus-visible, |
|
87 | 88 | footer { |
88 | 89 | width: min(1040px, calc(100% - 32px)); |
89 | 90 | margin: 0 auto; |
| 91 | + min-width: 0; |
90 | 92 | } |
91 | 93 |
|
92 | 94 | .hero { |
|
98 | 100 | padding: 54px 0 32px; |
99 | 101 | } |
100 | 102 |
|
| 103 | + .hero > * { |
| 104 | + min-width: 0; |
| 105 | + } |
| 106 | + |
101 | 107 | h1 { |
| 108 | + width: 100%; |
102 | 109 | max-width: 760px; |
103 | 110 | margin: 0 0 16px; |
104 | 111 | font-size: clamp(40px, 7vw, 72px); |
|
112 | 119 | margin: 0 0 22px; |
113 | 120 | color: var(--muted); |
114 | 121 | font-size: clamp(18px, 2vw, 22px); |
| 122 | + overflow-wrap: anywhere; |
115 | 123 | } |
116 | 124 |
|
117 | 125 | .actions { |
|
135 | 143 | font-weight: 800; |
136 | 144 | text-decoration: none; |
137 | 145 | cursor: pointer; |
138 | | - white-space: nowrap; |
| 146 | + text-align: center; |
| 147 | + overflow-wrap: anywhere; |
139 | 148 | } |
140 | 149 |
|
141 | 150 | .button.primary { |
|
173 | 182 | footer p { |
174 | 183 | margin: 0; |
175 | 184 | color: var(--muted); |
| 185 | + overflow-wrap: anywhere; |
176 | 186 | } |
177 | 187 |
|
178 | 188 | code { |
|
191 | 201 | footer { padding: 26px 0 42px; } |
192 | 202 |
|
193 | 203 | @media (max-width: 780px) { |
| 204 | + main, |
| 205 | + footer { |
| 206 | + width: min(340px, calc(100% - 32px)); |
| 207 | + margin-left: 16px; |
| 208 | + margin-right: auto; |
| 209 | + } |
| 210 | + |
| 211 | + main, |
| 212 | + footer, |
| 213 | + .hero, |
| 214 | + h1, |
| 215 | + .lead { |
| 216 | + max-width: calc(100vw - 32px); |
| 217 | + } |
| 218 | + |
194 | 219 | .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 40px; } |
195 | 220 | .actions, |
196 | 221 | .button { width: 100%; } |
|
202 | 227 | <main id="main"> |
203 | 228 | <section class="hero" aria-labelledby="page-title"> |
204 | 229 | <div> |
205 | | - <h1 id="page-title">Pay 5 USD for SoftJunk.</h1> |
206 | | - <p class="lead">This is the short root payment route for the SoftJunk lead follow-up kit or custom 7-day sequence. Use PayPal, then fulfillment waits for seller-side payment proof.</p> |
| 230 | + <h1 id="page-title">AI pay route, 5 USD.</h1> |
| 231 | + <p class="lead">Start with the AI Deal Desk, generate the PayPal note, pay exactly 5 USD, then use the after-payment handoff. Fulfillment waits for seller-side PayPal proof.</p> |
207 | 232 | <div class="actions" aria-label="Payment actions"> |
208 | | - <a class="button primary" href="https://paypal.me/softjunk/5USD" target="_blank" rel="noopener noreferrer">Open PayPal 5 USD</a> |
| 233 | + <a class="button primary" href="https://trungcodeer.github.io/softjunk-lead-kit/ai-deal-desk.html">Open AI Deal Desk</a> |
| 234 | + <a class="button primary" href="https://paypal.me/softjunk/5USD" target="_blank" rel="noopener noreferrer">Pay 5 USD on PayPal</a> |
| 235 | + <a class="button" href="https://trungcodeer.github.io/softjunk-lead-kit/after-pay.html">After-payment handoff</a> |
| 236 | + <a class="button" href="https://github.com/trungcodeer/softjunk-lead-kit/discussions/4">GitHub buyer discussion</a> |
209 | 237 | <a class="button" href="https://trungcodeer.github.io/softjunk-lead-kit/checkout.html">Fast checkout</a> |
210 | | - <a class="button" href="https://trungcodeer.github.io/softjunk-lead-kit/ai-deal-desk.html">AI deal desk</a> |
211 | 238 | <a class="button" href="https://trungcodeer.github.io/softjunk-lead-kit/custom-sequence-gallery.html">Scenario gallery</a> |
212 | 239 | <a class="button" href="https://trungcodeer.github.io/softjunk-lead-kit/custom-sequence-preview.html">Preview sequence</a> |
213 | 240 | <a class="button" href="https://trungcodeer.github.io/softjunk-lead-kit/pay-qr.html">PayPal QR</a> |
214 | 241 | <button class="button" type="button" id="copy-note">Copy kit note</button> |
215 | 242 | </div> |
216 | 243 | <div class="note-panel"> |
217 | | - <p>Digital kit PayPal note: <code id="paypal-note">Lead Follow-Up Kit</code></p> |
218 | | - <p>Custom sequence: use <a href="https://trungcodeer.github.io/softjunk-lead-kit/ai-deal-desk.html">the AI deal desk</a> when non-sensitive lead context is ready, <a href="https://trungcodeer.github.io/softjunk-lead-kit/custom-sequence-gallery.html">the scenario gallery</a> or <a href="https://trungcodeer.github.io/softjunk-lead-kit/custom-sequence-preview.html">the custom sequence preview</a> before paying, or <a href="https://trungcodeer.github.io/softjunk-lead-kit/shareable-order-link.html">the shareable order link</a> when order context is already ready.</p> |
| 244 | + <p>Agent-first contract: open the AI Deal Desk, copy the generated note, pay <code>5.00 USD</code> at PayPal, then open the after-payment handoff.</p> |
| 245 | + <p>Digital kit PayPal note: <code id="paypal-note">Lead Follow-Up Kit</code>. Custom notes should begin with <code>Custom Sequence | Business:</code>. Do not mark paid until seller-side PayPal evidence exists or <code>PAYPAL_PAYMENT_VERIFIED=true</code>.</p> |
219 | 246 | </div> |
220 | 247 | <p class="status" id="status" aria-live="polite"></p> |
221 | 248 | </div> |
|
0 commit comments