()
| 83 | }; |
| 84 | |
| 85 | export default function Example() { |
| 86 | return ( |
| 87 | <div className="bg-gray-900"> |
| 88 | <main> |
| 89 | {/* Hero section */} |
| 90 | <div className="relative isolate overflow-hidden"> |
| 91 | <svg |
| 92 | className="absolute inset-0 -z-10 h-full w-full stroke-white/10 [mask-image:radial-gradient(100%_100%_at_top_right,white,transparent)]" |
| 93 | aria-hidden="true" |
| 94 | > |
| 95 | <defs> |
| 96 | <pattern |
| 97 | id="983e3e4c-de6d-4c3f-8d64-b9761d1534cc" |
| 98 | width={200} |
| 99 | height={200} |
| 100 | x="50%" |
| 101 | y={-1} |
| 102 | patternUnits="userSpaceOnUse" |
| 103 | > |
| 104 | <path d="M.5 200V.5H200" fill="none" /> |
| 105 | </pattern> |
| 106 | </defs> |
| 107 | <svg x="50%" y={-1} className="overflow-visible fill-gray-800/20"> |
| 108 | <path |
| 109 | d="M-200 0h201v201h-201Z M600 0h201v201h-201Z M-400 600h201v201h-201Z M200 800h201v201h-201Z" |
| 110 | strokeWidth={0} |
| 111 | /> |
| 112 | </svg> |
| 113 | <rect |
| 114 | width="100%" |
| 115 | height="100%" |
| 116 | strokeWidth={0} |
| 117 | fill="url(#983e3e4c-de6d-4c3f-8d64-b9761d1534cc)" |
| 118 | /> |
| 119 | </svg> |
| 120 | <div |
| 121 | className="absolute left-[calc(50%-4rem)] top-10 -z-10 transform-gpu blur-3xl sm:left-[calc(50%-18rem)] lg:left-48 lg:top-[calc(50%-30rem)] xl:left-[calc(50%-24rem)]" |
| 122 | aria-hidden="true" |
| 123 | > |
| 124 | <div |
| 125 | className="aspect-[1108/632] w-[69.25rem] bg-gradient-to-r from-[#80caff] to-[#4f46e5] opacity-20" |
| 126 | style={{ |
| 127 | clipPath: |
| 128 | "polygon(73.6% 51.7%, 91.7% 11.8%, 100% 46.4%, 97.4% 82.2%, 92.5% 84.9%, 75.7% 64%, 55.3% 47.5%, 46.5% 49.4%, 45% 62.9%, 50.3% 87.2%, 21.3% 64.1%, 0.1% 100%, 5.4% 51.1%, 21.4% 63.9%, 58.9% 0.2%, 73.6% 51.7%)", |
| 129 | }} |
| 130 | /> |
| 131 | </div> |
| 132 | <div className="mx-auto max-w-7xl px-6 pb-24 pt-10 sm:pb-40 lg:flex lg:px-8 lg:pt-40"> |
| 133 | <div className="mx-auto max-w-2xl flex-shrink-0 lg:mx-0 lg:max-w-xl lg:pt-8"> |
| 134 | <Image |
| 135 | className="h-11" |
| 136 | src="/devtoolbox_logo.png" |
| 137 | width={44} |
| 138 | height={44} |
| 139 | alt="DevToolbox" |
| 140 | /> |
| 141 | {/* <div className="mt-24 sm:mt-32 lg:mt-16">*/} |
| 142 | {/* <a href="#" className="inline-flex space-x-6">*/} |
nothing calls this directly
no outgoing calls
no test coverage detected