Skip to content

Commit cd5dbad

Browse files
Update index.html
1 parent b56705c commit cd5dbad

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

‎index.html‎

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14313,14 +14313,10 @@ <h2 id="alm-modal-title" class="text-2xl font-bold tracking-tight text-[#1A1A2E]
1431314313
<div class="ss-cc${a.q != null ? ' ss-cc-hit' : ''}" style="--r:${Math.floor(i / 3)};--c:${i % 3};--tc:${a.c}${a.q != null ? `;--q:${a.q}` : ''}">
1431414314
${a.aw && AW[a.aw] && AW[a.aw].svg ? `<span class="ss-cc-ic ss-cc-ic-real">${AW[a.aw].svg}</span>` : `<span class="ss-cc-ic" style="background:${a.c}">${a.l}</span>`}
1431514315
<span class="ss-cc-tx"><b>${a.n}</b><u>${a.p} &middot; ${a.v}</u></span>
14316-
<span class="ss-cc-pill"><s>Managed</s><em><i data-lucide="check"></i>Ready</em></span>
14316+
<span class="ss-cc-pill"><s title="Recast updates it when the vendor ships a new version">Managed</s><em title="Fixed version, you decide when to update"><i data-lucide="check"></i>Snapshot</em></span>
1431714317
</div>`).join('')}
1431814318
</div>
1431914319

14320-
<div class="ss-tray">
14321-
<span class="ss-tray-lab">Found</span>
14322-
${SS_SEARCHES.map((s, i) => `<span class="ss-chip" style="--q:${i}"><i style="background:${s.c}">${s.l}</i><b>${s.s}</b><s><i data-lucide="check"></i></s></span>`).join('')}
14323-
</div>
1432414320

1432514321
<div class="ss-take">
1432614322
<i data-lucide="store"></i>
@@ -14395,7 +14391,7 @@ <h2 id="alm-modal-title" class="text-2xl font-bold tracking-tight text-[#1A1A2E]
1439514391
<div class="ss-synth">
1439614392
<div class="ss-synth-header">
1439714393
<div class="ss-synth-headline">Applications you never have to package or patch</div>
14398-
<div class="ss-synth-sub">Packaging and patching stop being your team's work — Recast builds them, and rebuilds them as each new version ships. The only apps you package are the ones unique to your business, and they run through the same eight steps.</div>
14394+
<div class="ss-synth-sub">Packaging and patching stop being your team's work — Recast builds them, and rebuilds them as each new version ships.</div>
1439914395
</div>
1440014396

1440114397
<div class="ss-synth-cols">
@@ -14433,7 +14429,7 @@ <h2 id="alm-modal-title" class="text-2xl font-bold tracking-tight text-[#1A1A2E]
1443314429
`).join('')}
1443414430
</ul>
1443514431

14436-
<div class="ss-synth-foot"><strong>Every one of those eight steps, already done 8,047 times.</strong> Refreshed daily. Available the moment Recast is installed.</div>
14432+
<div class="ss-synth-foot"><strong>Every one of those eight steps, already done.</strong> Kept current as vendors release.</div>
1443714433
</div>
1443814434

1443914435
<!-- RIGHT: Custom Packaging -->
@@ -14459,8 +14455,8 @@ <h2 id="alm-modal-title" class="text-2xl font-bold tracking-tight text-[#1A1A2E]
1445914455

1446014456
<ul class="ss-synth-spine">
1446114457
${SS_PACKAGE_FIELDS.map((f, i) => {
14462-
// First 4 inherited from engine (cyan), last 4 configured by team (green)
14463-
const inherited = i < 4;
14458+
// First 2 defined by team (green), remaining 6 inherited from engine (cyan)
14459+
const inherited = i >= 2;
1446414460
return `
1446514461
<li class="ss-synth-step ${inherited ? 'ss-synth-step-inherited' : 'ss-synth-step-custom'}">
1446614462
<i data-lucide="check" class="ss-synth-check"></i>
@@ -14470,7 +14466,7 @@ <h2 id="alm-modal-title" class="text-2xl font-bold tracking-tight text-[#1A1A2E]
1447014466
`;}).join('')}
1447114467
</ul>
1447214468

14473-
<div class="ss-synth-foot">You build it once. The engine handles the rest.</div>
14469+
<div class="ss-synth-foot">You define it once. Same pipeline, same controls.</div>
1447414470
</div>
1447514471
</div>
1447614472

0 commit comments

Comments
 (0)