Spaces:
Sleeping
Sleeping
File size: 9,660 Bytes
3456137 2f819d6 3456137 85ff40b 3456137 85ff40b 3456137 85ff40b 3456137 85ff40b 3456137 85ff40b 3456137 85ff40b 3456137 85ff40b 3456137 85ff40b 3456137 85ff40b 3456137 85ff40b 3456137 85ff40b 3456137 85ff40b 3456137 85ff40b 3456137 85ff40b 3456137 85ff40b 3456137 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 |
import { CheckIcon } from "lucide-react";
import { LampComponent } from "../ui/lamp";
import { CardContainer, CardBody, CardItem } from "../ui/3d-card";
const PricingSection = () => {
return (
<section id="pricing" className="">
<LampComponent />
<div className="flex flex-wrap items-center justify-center flex-col md:flex-row gap-8 -mt-72 mb-8">
<CardContainer className="inter-var ">
<CardBody className="bg-gray-50 relative group/card dark:hover:shadow-2xl dark:hover:shadow-neutral-500/[0.1] dark:bg-black dark:border-white/[0.2] border-black/[0.1] w-full md:!w-[350px] h-auto rounded-xl p-6 border">
<CardItem
translateZ="50"
className="text-xl font-bold text-neutral-600 dark:text-white "
>
Basic
<h2 className="text-6xl ">$0</h2>
</CardItem>
<CardItem
translateZ="60"
className="text-neutral-500 text-sm max-w-sm mt-2 dark:text-neutral-300"
>
<ul className="my-4 flex flex-col gap-2">
<li className="flex items-center gap-2">
<CheckIcon className="text-emerald-500" />
One license
</li>
<li className="flex items-center gap-2">
<CheckIcon className="text-emerald-500" />
0.5GB of storage
</li>
<li className="flex items-center gap-2">
<CheckIcon className="text-emerald-500" />
Image and Video Processing
</li>
<li className="flex items-center gap-2">
<CheckIcon className="text-emerald-500" />
All Analytic Scenarios
</li>
<li className="flex items-center gap-2">
<CheckIcon className="text-emerald-500" />
Offline support
</li>
</ul>
</CardItem>
<div className="flex justify-between items-center mt-8">
<CardItem
translateZ={20}
as="button"
className="px-4 py-2 rounded-xl text-xs font-normal dark:text-white"
>
Try now →
</CardItem>
<CardItem
translateZ={20}
as="button"
className="px-4 py-2 rounded-xl bg-black dark:bg-white dark:text-black text-white text-xs font-bold"
>
Get Started Now
</CardItem>
</div>
</CardBody>
</CardContainer>
<CardContainer className="inter-var">
<CardBody className="bg-gray-50 relative group/card dark:hover:shadow-2xl dark:hover:shadow-neutral-500/[0.1] dark:bg-black dark:border-[#E2CBFF] border-black/[0.1] w-full md:!w-[350px] h-auto rounded-xl p-6 border">
<CardItem
translateZ="50"
className="text-xl font-bold text-neutral-600 dark:text-white "
>
Storage
<h2 className="text-6xl ">$300</h2>
</CardItem>
<CardItem
translateZ="60"
className="text-neutral-500 text-sm max-w-sm mt-2 dark:text-neutral-300"
>
<ul className="my-4 flex flex-col gap-2">
<li className="flex items-center gap-2">
<CheckIcon className="text-emerald-500" />
One license
</li>
<li className="flex items-center gap-2">
<CheckIcon className="text-emerald-500" />
5GB of storage
</li>
<li className="flex items-center gap-2">
<CheckIcon className="text-emerald-500" />
Image and Video Processing
</li>
<li className="flex items-center gap-2">
<CheckIcon className="text-emerald-500" />
All Analytic Scenarios
</li>
<li className="flex items-center gap-2">
<CheckIcon className="text-emerald-500" />
Basic Helpdesk
</li>
</ul>
</CardItem>
<div className="flex justify-between items-center mt-8">
<CardItem
translateZ={20}
as="button"
className="px-4 py-2 rounded-xl text-xs font-normal dark:text-white"
>
Try now →
</CardItem>
<CardItem
translateZ={20}
as="button"
className="px-4 py-2 rounded-xl bg-black dark:bg-white dark:text-black text-white text-xs font-bold"
>
Get Started Now
</CardItem>
</div>
</CardBody>
</CardContainer>
<CardContainer className="inter-var">
<CardBody className="bg-gray-50 relative group/card dark:hover:shadow-2xl dark:hover:shadow-neutral-500/[0.1] dark:bg-black dark:border-white/[0.2] border-black/[0.1] w-full md:!w-[350px] h-auto rounded-xl p-6 border">
<CardItem
translateZ="50"
className="text-xl font-bold text-neutral-600 dark:text-white "
>
Explorer
<h2 className="text-6xl">$1,500</h2>
</CardItem>
<CardItem
translateZ="60"
className="text-neutral-500 text-sm max-w-sm mt-2 dark:text-neutral-300"
>
<ul className="my-4 flex flex-col gap-2">
<li className="flex items-center gap-2">
<CheckIcon className="text-emerald-500" />
One license
</li>
<li className="flex items-center gap-2">
<CheckIcon className="text-emerald-500" />
50GB of storage
</li>
<li className="flex items-center gap-2">
<CheckIcon className="text-emerald-500" />
Image and Video Processing
</li>
<li className="flex items-center gap-2">
<CheckIcon className="text-emerald-500" />
All Analytic Scenarios
</li>
<li className="flex items-center gap-2">
<CheckIcon className="text-emerald-500" />
Expert Support
</li>
</ul>
</CardItem>
<div className="flex justify-between items-center mt-8">
<CardItem
translateZ={20}
as="button"
className="px-4 py-2 rounded-xl text-xs font-normal dark:text-white"
>
Try now →
</CardItem>
<CardItem
translateZ={20}
as="button"
className="px-4 py-2 rounded-xl bg-black dark:bg-white dark:text-black text-white text-xs font-bold"
>
Get Started Now
</CardItem>
</div>
</CardBody>
</CardContainer>
<CardContainer className="inter-var">
<CardBody className="bg-gray-50 relative group/card dark:hover:shadow-2xl dark:hover:shadow-neutral-500/[0.1] dark:bg-black dark:border-white/[0.2] border-black/[0.1] w-full md:!w-[350px] h-auto rounded-xl p-6 border">
<CardItem
translateZ="50"
className="text-xl font-bold text-neutral-600 dark:text-white "
>
Enterprise
<h2 className="text-6xl">$4,000</h2>
</CardItem>
<CardItem
translateZ="60"
className="text-neutral-500 text-sm max-w-sm mt-2 dark:text-neutral-300"
>
<ul className="my-4 flex flex-col gap-2">
<li className="flex items-center gap-2">
<CheckIcon className="text-emerald-500" />
4 concurrent users
</li>
<li className="flex items-center gap-2">
<CheckIcon className="text-emerald-500" />
200GB of storage
</li>
<li className="flex items-center gap-2">
<CheckIcon className="text-emerald-500" />
Image and Video Processing
</li>
<li className="flex items-center gap-2">
<CheckIcon className="text-emerald-500" />
All Analytic Scenarios
</li>
<li className="flex items-center gap-2">
<CheckIcon className="text-emerald-500" />
Expert Microgravity Support
</li>
</ul>
</CardItem>
<div className="flex justify-between items-center mt-8">
<CardItem
translateZ={20}
as="button"
className="px-4 py-2 rounded-xl text-xs font-normal dark:text-white"
>
Try now →
</CardItem>
<CardItem
translateZ={20}
as="button"
className="px-4 py-2 rounded-xl bg-black dark:bg-white dark:text-black text-white text-xs font-bold"
>
Get Started Now
</CardItem>
</div>
</CardBody>
</CardContainer>
</div>
</section>
);
};
export default PricingSection;
|