{surface.title}
+{surface.description}
+-
+ {surface.bullets.map((bullet) => (
+
- {bullet} + ))} +
diff --git a/website/src/__tests__/public-marketing-pages.test.tsx b/website/src/__tests__/public-marketing-pages.test.tsx index d6ef88d..84e1252 100644 --- a/website/src/__tests__/public-marketing-pages.test.tsx +++ b/website/src/__tests__/public-marketing-pages.test.tsx @@ -248,6 +248,8 @@ describe('public marketing pages', () => { expect(screen.getByText('SHA-256: abc123')).toBeTruthy() expect(screen.getByText('Packaged validation passed')).toBeTruthy() expect(screen.getByText(/Magic120Cell dedicated-family training map: passed/i)).toBeTruthy() + expect(screen.getByText('Generates desktop-link tokens for safe browser-to-desktop handoff')).toBeTruthy() + expect(screen.getByText('Owns the device/runtime integrations the public website does not claim')).toBeTruthy() expect(document.title).toBe('Download HyperTwist desktop | HyperTwist') expect(document.head.querySelector('meta[property="og:url"]')?.getAttribute('content')).toBe('https://hypertwist.app/download') }) @@ -614,6 +616,8 @@ describe('public marketing pages', () => { expect(await screen.findByText('$19 / month')).toBeTruthy() expect(screen.getByText('$99 / month')).toBeTruthy() expect(screen.getAllByText('What happens after access is granted').length).toBeGreaterThan(0) + expect(screen.getByText('Shows account, auth, billing, and release readiness posture')).toBeTruthy() + expect(screen.getByText('Owns recognition, replay, coaching, and packaged training behavior')).toBeTruthy() const checkoutLinks = screen.getAllByRole('link', { name: /open paddle checkout/i }) expect(checkoutLinks).toHaveLength(2) expect(checkoutLinks[0].getAttribute('href')).toBe('https://buy.paddle.com/operator-live') diff --git a/website/src/pages/public-pages-commerce.tsx b/website/src/pages/public-pages-commerce.tsx index d6b3379..441a252 100644 --- a/website/src/pages/public-pages-commerce.tsx +++ b/website/src/pages/public-pages-commerce.tsx @@ -35,6 +35,26 @@ import { studioFallbackPlan, } from './public-page-helpers' +function DeliverySurfaceResponsibilitiesGrid({ limit }: { limit?: number }) { + const surfaces = typeof limit === 'number' ? deliverySurfaceCards.slice(0, limit) : deliverySurfaceCards + + return ( +
{surface.description}
+{surface.description}
-{surface.description}
-