@@ -17,7 +17,7 @@ export default function Component() {
1717
1818 < div className = "min-h-screentransition-colors font-space" >
1919 { /* Hero Section */ }
20- < section className = "relative z-10 py-24 px-6 bg-iroh-kv-2 bg-cover min-h-[70vh]" >
20+ < section className = "py-24 px-6 bg-iroh-kv-2 bg-cover min-h-[70vh]" >
2121 < div className = "container mx-auto max-w-4xl pt-20" >
2222 < div className = "max-w-xl" >
2323 < h1 className = "text-6xl md:text-6xl mb-6 text-gray-900 leading-tight font-bold" >
@@ -38,14 +38,14 @@ export default function Component() {
3838 </ section >
3939
4040 { /* Trust Section */ }
41- < section className = "relative z-10 py-16 px-6" >
41+ < section className = "py-16 px-6" >
4242 < div className = "container mx-auto max-w-3xl" >
4343 < LogoCloud />
4444 </ div >
4545 </ section >
4646
4747 { /* Edge-First Networking */ }
48- < section className = "relative z-10 py-20 px-6" >
48+ < section className = "py-20 px-6" >
4949 < div className = "container mx-auto max-w-6xl" >
5050 < div className = "grid lg:grid-cols-2 gap-16 items-start" >
5151 < div >
@@ -74,7 +74,7 @@ export default function Component() {
7474 </ section >
7575
7676 { /* Features Grid */ }
77- < section className = "relative z-10 py-20 px-6" >
77+ < section className = "py-20 px-6" >
7878 < div className = "container mx-auto max-w-6xl" >
7979 < div className = "grid md:grid-cols-2 lg:grid-cols-4 gap-8" >
8080 < div className = "space-y-4" >
@@ -114,29 +114,32 @@ export default function Component() {
114114 </ div >
115115 </ section >
116116
117- { /* Audit Trail Section */ }
118- < section className = "relative z-10 py-20 px-6" >
119- < div className = "container mr-auto max-w-4xl px-6" >
120- < h2 className = "text-4xl font-normal mb-8 text-gray-900 dark:text-white" > Say Yes Where Others Say No</ h2 >
121- < p className = "text-gray-600 dark:text-gray-300 mb-8 leading-relaxed" >
122- Iroh drives public key infrastructure into individual connections, forming an attributable audit trail that
123- is asserted on every packet of data sent. No more “Hey, how did this data end up in an S3 bucket?” You'll
124- have an audit log that matches each PUT, with an audit log connected to a user's identity, regardless of
125- where they are in the world.
126- </ p >
117+ < section className = "py-20 px-6" >
118+ < div className = "container mx-auto px-16 flex" >
119+ < div className = "grid md:grid-cols-2 lg:grid-cols-2 gap-8" >
120+ < div >
121+ < h2 className = "text-4xl font-normal mb-8 text-gray-900 dark:text-white" > An SLA with < i className = "italic" > so</ i > many nines</ h2 >
122+ < p className = "text-gray-600 dark:text-gray-300 mb-8 leading-relaxed" >
123+ When servers can run on the edge, reliability goes up. As the makers of iroh, the n0 team can deliver unprecedented avilability backed by a contractual guarantee.
124+ </ p >
125+ </ div >
126+ < div className = "relative" >
127+ < h1 className = "text-9xl text-gray-600/50" > 99.9999</ h1 >
128+ < div className = "absolute right-0 top-0 z-10 h-full w-[200px] bg-linear-to-l from-iroh-gray-50 dark:from-iroh-gray-900 to-transparent" > </ div >
129+ </ div >
130+ </ div >
127131 </ div >
128132 </ section >
129133
130- { /* Technical Diagram */ }
131- < section className = "relative z-10 py-20 px-6" >
134+ < section className = "py-20 px-6" >
132135 < div className = "container mx-auto max-w-6xl" >
133136 < div className = "grid lg:grid-cols-2 gap-16 items-center" >
134137 < div >
135138 < h2 className = "text-3xl font-medium mb-6 text-gray-900 dark:text-white" >
136139 Your Enterprise GTM Back-of-House
137140 </ h2 >
138141 < p className = "text-gray-600 dark:text-gray-300 leading-relaxed" >
139- We will work directly with your team to deliver a seamless, compliant, and up-to-date experience for
142+ We work directly with your team to deliver a seamless, compliant, and up-to-date experience for
140143 each of your target verticals. As the team behind a ground-up networking stack, we have a deep well of
141144 knowledge of the technical fundamentals that underpin enterprise design decisions.
142145 </ p >
@@ -163,8 +166,18 @@ export default function Component() {
163166 </ div >
164167 </ section >
165168
166- { /* CTA Section */ }
167- < section className = "relative z-10 py-20 px-6 border-t border-gray-200 dark:border-gray-800" >
169+ < section className = "py-20 px-6" >
170+ < div className = "container mx-auto max-w-4xl px-6 flex" >
171+ < div >
172+ < h2 className = "text-4xl font-normal mb-8 text-gray-900 dark:text-white" > Auditing that ties identity to individual connections</ h2 >
173+ < p className = "text-gray-600 dark:text-gray-300 mb-8 leading-relaxed" >
174+ Iroh drives public key infrastructure into individual connections, forming an attributable audit trail that is asserted on every packet of data sent. No more “Hey, how did this data end up in an S3 bucket?” You'll have an audit log that matches each PUT, with an audit log connected to a user's identity, regardless of where they are in the world.
175+ </ p >
176+ </ div >
177+ </ div >
178+ </ section >
179+
180+ < section className = "py-20 px-6 border-t border-gray-200 dark:border-gray-800" >
168181 < div className = "container mx-auto max-w-4xl text-center" >
169182 < h2 className = "text-3xl font-normal mb-6 text-gray-900 dark:text-white" >
170183 Ready to Transform Your Enterprise Networking?
0 commit comments