@@ -189,7 +189,7 @@ export default function Home() {
189189 </ svg >
190190 }
191191 title = "Security"
192- description = "Smart contracts have not been audited yet and will be audited soon . Use at your own risk."
192+ description = "Smart contracts currently being audited. Use at your own risk."
193193 />
194194
195195 < FeatureCard
@@ -265,248 +265,6 @@ export default function Home() {
265265 </ div >
266266 </ div >
267267 </ section >
268-
269- { /* <section id="pricing" className="py-20 bg-slate-50 dark:bg-slate-900/50">
270- <div className="container px-4 md:px-6">
271- <div className="flex flex-col items-center justify-center space-y-4 text-center">
272- <div className="space-y-2">
273- <div className="inline-block rounded-lg bg-red-100 px-3 py-1 text-sm font-medium text-red-800 dark:bg-red-900/30 dark:text-red-500">
274- Pricing
275- </div>
276- <h2 className="text-3xl font-bold tracking-tighter sm:text-4xl md:text-5xl">
277- Simple, Transparent Pricing
278- </h2>
279- <p className="max-w-[900px] text-muted-foreground md:text-xl/relaxed lg:text-base/relaxed xl:text-xl/relaxed">
280- Choose the plan that fits your needs. Scale as you grow.
281- </p>
282- </div>
283- </div>
284- <div className="mx-auto mt-12 grid max-w-5xl gap-6 md:grid-cols-3">
285- <div className="flex flex-col rounded-lg border bg-background p-6">
286- <div className="mb-4">
287- <h3 className="text-xl font-bold">Starter</h3>
288- <p className="text-sm text-muted-foreground">For individuals and small projects</p>
289- </div>
290- <div className="mb-4 flex items-baseline">
291- <span className="text-3xl font-bold">$0</span>
292- <span className="ml-1 text-sm text-muted-foreground">/month</span>
293- </div>
294- <ul className="mb-6 space-y-2 text-sm">
295- <li className="flex items-center">
296- <svg
297- className="mr-2 h-4 w-4 text-[#5E25FD]"
298- fill="none"
299- stroke="currentColor"
300- viewBox="0 0 24 24"
301- xmlns="http://www.w3.org/2000/svg"
302- >
303- <path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M5 13l4 4L19 7"></path>
304- </svg>
305- Up to 10 scheduled tasks
306- </li>
307- <li className="flex items-center">
308- <svg
309- className="mr-2 h-4 w-4 text-[#5E25FD]"
310- fill="none"
311- stroke="currentColor"
312- viewBox="0 0 24 24"
313- xmlns="http://www.w3.org/2000/svg"
314- >
315- <path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M5 13l4 4L19 7"></path>
316- </svg>
317- Basic monitoring
318- </li>
319- <li className="flex items-center">
320- <svg
321- className="mr-2 h-4 w-4 text-[#5E25FD]"
322- fill="none"
323- stroke="currentColor"
324- viewBox="0 0 24 24"
325- xmlns="http://www.w3.org/2000/svg"
326- >
327- <path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M5 13l4 4L19 7"></path>
328- </svg>
329- Community support
330- </li>
331- </ul>
332- <Button className="mt-auto" variant="outline">
333- Get Started
334- </Button>
335- </div>
336- <div className="flex flex-col rounded-lg border bg-background p-6 shadow-lg ring-2 ring-purple-500">
337- <div className="mb-4">
338- <h3 className="text-xl font-bold">Pro</h3>
339- <p className="text-sm text-muted-foreground">For growing projects and teams</p>
340- </div>
341- <div className="mb-4 flex items-baseline">
342- <span className="text-3xl font-bold">$49</span>
343- <span className="ml-1 text-sm text-muted-foreground">/month</span>
344- </div>
345- <ul className="mb-6 space-y-2 text-sm">
346- <li className="flex items-center">
347- <svg
348- className="mr-2 h-4 w-4 text-[#5E25FD]"
349- fill="none"
350- stroke="currentColor"
351- viewBox="0 0 24 24"
352- xmlns="http://www.w3.org/2000/svg"
353- >
354- <path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M5 13l4 4L19 7"></path>
355- </svg>
356- Up to 100 scheduled tasks
357- </li>
358- <li className="flex items-center">
359- <svg
360- className="mr-2 h-4 w-4 text-[#5E25FD]"
361- fill="none"
362- stroke="currentColor"
363- viewBox="0 0 24 24"
364- xmlns="http://www.w3.org/2000/svg"
365- >
366- <path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M5 13l4 4L19 7"></path>
367- </svg>
368- Advanced monitoring and alerts
369- </li>
370- <li className="flex items-center">
371- <svg
372- className="mr-2 h-4 w-4 text-[#5E25FD]"
373- fill="none"
374- stroke="currentColor"
375- viewBox="0 0 24 24"
376- xmlns="http://www.w3.org/2000/svg"
377- >
378- <path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M5 13l4 4L19 7"></path>
379- </svg>
380- Priority support
381- </li>
382- <li className="flex items-center">
383- <svg
384- className="mr-2 h-4 w-4 text-[#5E25FD]"
385- fill="none"
386- stroke="currentColor"
387- viewBox="0 0 24 24"
388- xmlns="http://www.w3.org/2000/svg"
389- >
390- <path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M5 13l4 4L19 7"></path>
391- </svg>
392- Custom retry strategies
393- </li>
394- </ul>
395- <Button className="mt-auto bg-purple-600 hover:bg-purple-700">Get Started</Button>
396- </div>
397- <div className="flex flex-col rounded-lg border bg-background p-6">
398- <div className="mb-4">
399- <h3 className="text-xl font-bold">Enterprise</h3>
400- <p className="text-sm text-muted-foreground">For large-scale applications</p>
401- </div>
402- <div className="mb-4 flex items-baseline">
403- <span className="text-3xl font-bold">Custom</span>
404- </div>
405- <ul className="mb-6 space-y-2 text-sm">
406- <li className="flex items-center">
407- <svg
408- className="mr-2 h-4 w-4 text-[#5E25FD]"
409- fill="none"
410- stroke="currentColor"
411- viewBox="0 0 24 24"
412- xmlns="http://www.w3.org/2000/svg"
413- >
414- <path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M5 13l4 4L19 7"></path>
415- </svg>
416- Unlimited scheduled tasks
417- </li>
418- <li className="flex items-center">
419- <svg
420- className="mr-2 h-4 w-4 text-[#5E25FD]"
421- fill="none"
422- stroke="currentColor"
423- viewBox="0 0 24 24"
424- xmlns="http://www.w3.org/2000/svg"
425- >
426- <path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M5 13l4 4L19 7"></path>
427- </svg>
428- Enterprise-grade monitoring
429- </li>
430- <li className="flex items-center">
431- <svg
432- className="mr-2 h-4 w-4 text-[#5E25FD]"
433- fill="none"
434- stroke="currentColor"
435- viewBox="0 0 24 24"
436- xmlns="http://www.w3.org/2000/svg"
437- >
438- <path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M5 13l4 4L19 7"></path>
439- </svg>
440- Dedicated support
441- </li>
442- <li className="flex items-center">
443- <svg
444- className="mr-2 h-4 w-4 text-[#5E25FD]"
445- fill="none"
446- stroke="currentColor"
447- viewBox="0 0 24 24"
448- xmlns="http://www.w3.org/2000/svg"
449- >
450- <path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M5 13l4 4L19 7"></path>
451- </svg>
452- Custom integrations
453- </li>
454- </ul>
455- <Button className="mt-auto" variant="outline">
456- Contact Sales
457- </Button>
458- </div>
459- </div>
460- </div>
461- </section> */ }
462-
463- < section className = "py-20" >
464- < div className = "container px-4 md:px-6" >
465- < div className = "grid gap-6 lg:grid-cols-[1fr_500px] lg:gap-12" >
466- < div className = "flex flex-col justify-center space-y-4" >
467- < div className = "space-y-2" >
468- < div className = "inline-block rounded-lg bg-yellow-100 px-3 py-1 text-sm font-medium text-yellow-800 dark:bg-yellow-900/30 dark:text-yellow-500" >
469- Ready to Get Started?
470- </ div >
471- < h2 className = "text-3xl font-bold tracking-tighter sm:text-4xl md:text-5xl" >
472- Join the fastest growing on-chain automation platform
473- </ h2 >
474- < p className = "max-w-[600px] text-muted-foreground md:text-xl" >
475- TukTuk is trusted by developers across the Solana ecosystem. Start building with confidence
476- today.
477- </ p >
478- </ div >
479-
480- </ div >
481- < div className = "flex items-center justify-center rounded-lg border bg-slate-50 p-8 dark:bg-slate-900/50" >
482- < div className = "space-y-4 text-center" >
483- < div className = "inline-flex h-16 w-16 items-center justify-center rounded-full bg-purple-100 text-purple-900 dark:bg-purple-900/20 dark:text-purple-400" >
484- < svg
485- className = "h-8 w-8"
486- fill = "none"
487- stroke = "currentColor"
488- viewBox = "0 0 24 24"
489- xmlns = "http://www.w3.org/2000/svg"
490- >
491- < path
492- strokeLinecap = "round"
493- strokeLinejoin = "round"
494- strokeWidth = "2"
495- d = "M13 10V3L4 14h7v7l9-11h-7z"
496- > </ path >
497- </ svg >
498- </ div >
499- < blockquote className = "text-lg font-semibold" >
500- "TukTuk has revolutionized how we handle time-based operations on-chain. It's reliable, fast, and
501- incredibly easy to use."
502- </ blockquote >
503- < div className = "text-sm text-muted-foreground" > — Abhay Kumar, Builder of Chains at Helium</ div >
504- </ div >
505- </ div >
506- </ div >
507- </ div >
508- </ section >
509-
510268 </ div >
511269 < footer className = "border-t bg-slate-50 dark:bg-slate-900/50" >
512270 < div className = "container flex flex-col gap-6 py-12 px-4 md:px-6 md:flex-row md:justify-between" >
0 commit comments