@@ -7,7 +7,7 @@ mode: 'custom'
77import { Button } from ' /snippets/button.mdx' ;
88
99<div
10- className = " relative w-full flex items-center justify-center"
10+ className = " pilot-hero relative w-full flex items-center justify-center"
1111 style = { {
1212 minHeight: ' 28rem' ,
1313 backgroundColor: ' black' ,
@@ -76,13 +76,13 @@ import { Button } from '/snippets/button.mdx';
7676</div >
7777
7878<div
79- className = " relative w-full flex flex-col items-center justify-center"
79+ className = " pilot-section relative w-full flex flex-col items-center justify-center"
8080 style = { {paddingTop: ' 6rem' , paddingBottom: ' 6rem' , maxWidth: ' 70rem' , marginLeft: ' auto' ,
8181 marginRight: ' auto' , paddingLeft: ' 1.25rem' ,
8282 paddingRight: ' 1.25rem' , backgroundColor: ' black' }}
8383>
8484 <div
85- className = " text-gray-900 dark:text-gray-200 font-branded"
85+ className = " pilot-section-title text-gray-900 dark:text-gray-200 font-branded"
8686 style = { {
8787 textAlign: ' center' ,
8888 fontSize: ' 24px' ,
@@ -119,7 +119,7 @@ import { Button } from '/snippets/button.mdx';
119119</div >
120120
121121<div
122- className = " relative w-full flex flex-col items-center justify-center"
122+ className = " pilot-section relative w-full flex flex-col items-center justify-center"
123123 style = { {
124124 paddingTop: ' 6rem' ,
125125 paddingBottom: ' 6rem' ,
@@ -161,7 +161,7 @@ import { Button } from '/snippets/button.mdx';
161161 { /* Content */ }
162162 <div style = { { position: ' relative' , maxWidth: ' 70rem' , zIndex: 1 }} >
163163 <div
164- className = " text-gray-900 dark:text-gray-200 font-branded"
164+ className = " pilot-section-title text-gray-900 dark:text-gray-200 font-branded"
165165 style = { {
166166 textAlign: ' center' ,
167167 fontSize: ' 24px' ,
@@ -245,14 +245,14 @@ import { Button } from '/snippets/button.mdx';
245245</div >
246246
247247<div
248- className = " relative w-full flex flex-col items-center justify-center"
248+ className = " pilot-section relative w-full flex flex-col items-center justify-center"
249249 style = { {paddingTop: ' 6rem' , paddingBottom: ' 6rem' , maxWidth: ' 70rem' , marginLeft: ' auto' ,
250250 marginRight: ' auto' , paddingLeft: ' 1.25rem' ,
251251 paddingRight: ' 1.25rem' , backgroundColor: ' black' }}
252252>
253253<div style = { {maxWidth: ' 70rem' }} >
254254 <div
255- className = " text-gray-900 dark:text-gray-200 font-branded"
255+ className = " pilot-section-title text-gray-900 dark:text-gray-200 font-branded"
256256 style = { {
257257 textAlign: ' center' ,
258258 fontSize: ' 24px' ,
@@ -262,10 +262,10 @@ import { Button } from '/snippets/button.mdx';
262262 Credit Consumption Details
263263 </div >
264264<div
265- className = " rounded-lg overflow-hidden border border-zinc-500/20"
265+ className = " pilot-table-container rounded-lg overflow-hidden border border-zinc-500/20"
266266 style = { { marginTop: ' 1rem' }}
267267>
268- <table className = " w-full text-left text-white" style = { {maxWidth: ' 70rem' }} >
268+ <table className = " pilot-table w-full text-left text-white" style = { {maxWidth: ' 70rem' }} >
269269 <thead className = " bg-zinc-500/10 backdrop-blur-md border-b border-gray-500" >
270270 <tr >
271271 <th className = " p-4 font-semibold text-white" >Resource</th >
@@ -322,7 +322,7 @@ import { Button } from '/snippets/button.mdx';
322322</div >
323323
324324<div
325- className = " relative w-full flex flex-col items-center justify-center"
325+ className = " pilot-section relative w-full flex flex-col items-center justify-center"
326326 style = { {
327327 paddingTop: ' 6rem' ,
328328 paddingBottom: ' 6rem' ,
@@ -364,7 +364,7 @@ import { Button } from '/snippets/button.mdx';
364364 { /* Content */ }
365365 <div style = { { position: ' relative' , maxWidth: ' 70rem' , zIndex: 1 }} >
366366 <div
367- className = " text-gray-900 dark:text-gray-200 font-branded"
367+ className = " pilot-section-title text-gray-900 dark:text-gray-200 font-branded"
368368 style = { {
369369 textAlign: ' center' ,
370370 fontSize: ' 24px' ,
@@ -375,10 +375,10 @@ import { Button } from '/snippets/button.mdx';
375375 </div >
376376
377377<div
378- className = " rounded-lg overflow-hidden border border-zinc-500/20"
378+ className = " pilot-table-container rounded-lg overflow-hidden border border-zinc-500/20"
379379 style = { { marginTop: ' 1rem' }}
380380>
381- <table className = " w-full text-left border-collapse text-white" style = { {maxWidth: ' 70rem' }} >
381+ <table className = " pilot-table w-full text-left border-collapse text-white" style = { {maxWidth: ' 70rem' }} >
382382 <thead className = " bg-zinc-500/10 backdrop-blur-md border-b border-gray-500" >
383383 <tr >
384384 <th className = " p-4 font-semibold text-white" >Feature</th >
@@ -437,13 +437,13 @@ import { Button } from '/snippets/button.mdx';
437437</div >
438438
439439<div
440- className = " relative w-full flex flex-col items-center justify-center"
440+ className = " pilot-section relative w-full flex flex-col items-center justify-center"
441441 style = { {paddingTop: ' 6rem' , paddingBottom: ' 6rem' , maxWidth: ' 70rem' , marginLeft: ' auto' ,
442442 marginRight: ' auto' , paddingLeft: ' 1.25rem' ,
443443 paddingRight: ' 1.25rem' , backgroundColor: ' black' }}
444444>
445445 <div
446- className = " text-gray-900 dark:text-gray-200 font-branded"
446+ className = " pilot-section-title text-gray-900 dark:text-gray-200 font-branded"
447447 style = { {
448448 textAlign: ' center' ,
449449 fontSize: ' 24px' ,
0 commit comments