Skip to content

Commit 7e1cb84

Browse files
committed
Reframe 'Why TEE' headline
'Not a decentralized network' led with what we aren't, which sets a defensive tone right when we want to claim the win. Replace with 'Speed of a backend, trust of a contract' — same conceptual move (positioning the TEE-plus-chain model against legacy options) but in positive language that names the actual value prop. Mirrored in LandingHowItWorks and prototype 1.
1 parent 4ce5e08 commit 7e1cb84

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/LandingHowItWorks/LandingHowItWorks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const LandingHowItWorks = () => {
102102
<div className="max-w-3xl">
103103
<Badge>Why TEE, not consensus</Badge>
104104
<h2 className="mt-6 text-4xl md:text-6xl font-medium leading-tight">
105-
Not a decentralized network. A{' '}
105+
Speed of a backend, trust of a contract. A{' '}
106106
<span className="text-mint-500">chain-secured enclave</span>.
107107
</h2>
108108
<p className="mt-8 text-white/70 text-lg leading-relaxed">

src/components/Prototypes/Prototype1.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export default function Prototype1() {
128128
<div className="max-w-3xl">
129129
<MonoBadge>Why TEE, not consensus</MonoBadge>
130130
<h2 className="mt-6 !text-4xl md:!text-6xl font-medium leading-tight">
131-
Not a decentralized network. A{' '}
131+
Speed of a backend, trust of a contract. A{' '}
132132
<span className="text-mint-500">chain-secured enclave</span>.
133133
</h2>
134134
<p className="mt-8 text-white/70 text-lg leading-relaxed">

0 commit comments

Comments
 (0)