|
| 1 | +import Image from "next/image"; |
| 2 | + |
| 3 | +const LandingPage = () => { |
| 4 | + return ( |
| 5 | + <div className="max-w-screen-xl mx-auto mt-20"> |
| 6 | + {/* Header and Image Row */} |
| 7 | + <div className="flex flex-col items-center z-10 font-bold p-5 lg:p-0 lg:flex-row lg:items-end justify-between"> |
| 8 | + <div className="flex flex-col items-start mb-8 gap-1 space-y-4 lg:space-y-6"> |
| 9 | + <p className="text-sm font-bol md:absolute text-gray-400 pl-1 lg:text-sm"> |
| 10 | + TANGLE DOCUMENTATION |
| 11 | + </p> |
| 12 | + <h1 className="text-3xl font-normal text-gray-900 dark:text-white md:text-3xl lg:text-5xl"> |
| 13 | + Your Guide to the{" "} |
| 14 | + <span className="text-transparent bg-clip-text bg-gradient-to-r from-purple-700 to-blue-700"> |
| 15 | + Modular Restaking Infrastructure |
| 16 | + </span> |
| 17 | + </h1> |
| 18 | + <p className="text-lg font-bold md:font-normal text-gray-700 lg:text-lg dark:text-gray-400"> |
| 19 | + Create and market modular services that securely deploy across any |
| 20 | + blockchain ecosystem. |
| 21 | + </p> |
| 22 | + <button |
| 23 | + type="button" |
| 24 | + className="text-white flex justify-center content-center !bg-gradient-to-br ml-1 from-purple-600 to-blue-500 hover:bg-gradient-to-bl focus:ring-4 focus:outline-none focus:ring-blue-300 dark:focus:ring-blue-800 font-medium relative flex-wrap rounded-lg text-md px-5 py-2.5 text-center" |
| 25 | + > |
| 26 | + Claim Airdrop |
| 27 | + </button> |
| 28 | + </div> |
| 29 | + |
| 30 | + <div className="hidden lg:flex z-0 "> |
| 31 | + <div className="flex flex-col content-end z-0 h-full"> |
| 32 | + <Image |
| 33 | + src="/../public/images/DocsLandingGraphic.png" |
| 34 | + alt="A visualization of the Tangle Network" |
| 35 | + width={1000} |
| 36 | + height={1000} |
| 37 | + className="md:content-end max-w-screen-md z-0 " |
| 38 | + /> |
| 39 | + </div> |
| 40 | + </div> |
| 41 | + </div> |
| 42 | + |
| 43 | + {/* Horizontal Line */} |
| 44 | + <div className=" opacity-0 sm:opacity-100 border-b border-gray-300 mb-8"></div> |
| 45 | + |
| 46 | + {/* Call-to-Action Cards Row */} |
| 47 | + <div className="flex flex-col sm:flex-row items-center gap-5 mb-8"> |
| 48 | + <a |
| 49 | + href="#" |
| 50 | + className="block max-w-sm min-h-44 p-6 bg-white border border-gray-200 rounded-lg shadow hover:bg-gray-100 dark:bg-gray-800 dark:border-gray-700 dark:hover:bg-gray-700" |
| 51 | + > |
| 52 | + <h5 className="mb-2 md:text-lg lg:text-xl font-semibold tracking-tight text-violet-700 dark:text-white"> |
| 53 | + Get started building Blueprints |
| 54 | + </h5> |
| 55 | + <p className="text-sm font-normal text-gray-900 dark:text-gray-400"> |
| 56 | + Blueprints are the template object implemented as software in the |
| 57 | + Tangle codebase. |
| 58 | + </p> |
| 59 | + </a> |
| 60 | + <a |
| 61 | + href="#" |
| 62 | + className="block max-w-sm min-h-44 p-6 bg-white border border-gray-200 rounded-lg shadow hover:bg-gray-100 dark:bg-gray-800 dark:border-gray-700 dark:hover:bg-gray-700" |
| 63 | + > |
| 64 | + <h5 className="mb-2 md:text-lg lg:text-xl font-semibold tracking-tight text-violet-700 dark:text-white"> |
| 65 | + Restake TNT or other assets. |
| 66 | + </h5> |
| 67 | + <p className="text-sm font-normal text-gray-900 dark:text-gray-400"> |
| 68 | + Restaking secures the actively validated services on Tangle, and |
| 69 | + earns rewards. |
| 70 | + </p> |
| 71 | + </a> |
| 72 | + <a |
| 73 | + href="#" |
| 74 | + className="block max-w-sm min-h-44 p-6 bg-white border border-gray-200 rounded-lg shadow hover:bg-gray-100 dark:bg-gray-800 dark:border-gray-700 dark:hover:bg-gray-700" |
| 75 | + > |
| 76 | + <h5 className="mb-2 md:text-lg lg:text-xl font-semibold tracking-tight text-violet-700 dark:text-white"> |
| 77 | + Run a Node, Validator, or Service Operator |
| 78 | + </h5> |
| 79 | + <p className="text-sm font-normal text-gray-900 dark:text-gray-400"> |
| 80 | + Noderunners can earn staking rewards, secure the network, and |
| 81 | + operators earn income from services. |
| 82 | + </p> |
| 83 | + </a> |
| 84 | + <a |
| 85 | + href="#" |
| 86 | + className="block max-w-sm min-h-44 p-6 bg-white border border-gray-200 rounded-lg shadow hover:bg-gray-100 dark:bg-gray-800 dark:border-gray-700 dark:hover:bg-gray-700" |
| 87 | + > |
| 88 | + <h5 className="mb-2 md:text-lg lg:text-xl font-semibold tracking-tight text-violet-700 dark:text-white"> |
| 89 | + Learn more about the network. |
| 90 | + </h5> |
| 91 | + <p className="text-sm font-normal text-gray-900 dark:text-gray-400"> |
| 92 | + Here are the biggest enterprise technology acquisitions of 2021 so |
| 93 | + far, in reverse chronological order. |
| 94 | + </p> |
| 95 | + </a> |
| 96 | + </div> |
| 97 | + </div> |
| 98 | + ); |
| 99 | +}; |
| 100 | + |
| 101 | +export default LandingPage; |
0 commit comments