Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 14 additions & 13 deletions www/app/fundraising/FundraisingClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -318,23 +318,24 @@ export default function FundraisingClient({
<MediaRow
items={[
{
type: 'image',
src: '/research/moment-1.png',
alt: 'Family device in a kitchen',
type: 'video',
src: '/opportunity/device-playtest.mp4',
alt: 'A family play-testing the prototype',
},
{
type: 'image',
src: '/research/family-together.png',
alt: 'A family together',
src: '/opportunity/device-cad.jpg',
alt: 'CAD render of the device enclosure and compute module',
},
{
type: 'image',
src: '/research/moment-3.png',
alt: 'Family device on a shelf',
src: '/opportunity/device-photo.jpg',
alt: "A child touching the prototype's screen",
},
]}
caption="Play tests for our early industrial designs."
caption="Play testing our working prototype."
height={400}
preload="none"
/>
</div>

Expand Down Expand Up @@ -528,9 +529,8 @@ export default function FundraisingClient({
<p className="large">
<strong>Our math is simple</strong>: an $899 device,
a $9/month end-to-end encrypted backup subscription,
and a five-year plan built on ~110,000 devices,
roughly 0.05% of the 200M+ English-speaking
households we&apos;re selling into.{' '}
and a five-year plan built on ~91,000 flagship
devices, roughly 0.07% of US households.{' '}
<strong>
And that&apos;s before we roll out companion
devices, or branch into other industries.
Expand Down Expand Up @@ -629,8 +629,9 @@ export default function FundraisingClient({
>
USB Club
</a>
, a hardware-enabled social network, founded the
Advanced Concepts hardware team at{' '}
, a hardware-enabled social network (acquired in
2026), founded the Advanced Concepts hardware team
at{' '}
<a
href="https://www.recordsofthought.com/proof"
target="_blank"
Expand Down
2 changes: 1 addition & 1 deletion www/tests/fundraising-copy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ describe('fundraising page copy contract', () => {
it('has stage-1 economics only (no model outputs)', () => {
expect(page).toContain('$899');
expect(page).toContain('$9/month');
expect(page).toContain('110,000');
expect(page).toContain('91,000');
expect(page).not.toMatch(/52\.5|2\.7x|LTV/);
});

Expand Down
Loading