Update landing-try-it-section.tsx
This commit is contained in:
parent
543d0982b5
commit
86d130c545
1 changed files with 24 additions and 25 deletions
|
@ -180,34 +180,33 @@ const LandingTryItOptionsSection = ({
|
||||||
>
|
>
|
||||||
Utilize our wizard to determine the licensing plan that best suits your requirements.
|
Utilize our wizard to determine the licensing plan that best suits your requirements.
|
||||||
</p>
|
</p>
|
||||||
<button
|
<Link
|
||||||
type="button"
|
to="beta"
|
||||||
onClick={onClick}
|
|
||||||
className={clsx(
|
className={clsx(
|
||||||
"appearance-none",
|
|
||||||
"focus:outline-none",
|
|
||||||
"self-start",
|
"self-start",
|
||||||
"rounded-3xl",
|
"rounded-3xl",
|
||||||
"!text-gray-0 dark:!text-gray-900",
|
"!text-gray-0 dark:!text-gray-900",
|
||||||
"bg-refine-blue dark:bg-refine-cyan-alt",
|
"bg-refine-blue dark:bg-refine-cyan-alt",
|
||||||
|
"transition-[filter]",
|
||||||
|
"duration-150",
|
||||||
|
"ease-in-out",
|
||||||
|
"hover:brightness-110",
|
||||||
"py-3",
|
"py-3",
|
||||||
"px-6",
|
"pl-7 pr-8",
|
||||||
|
"landing-md:px-8",
|
||||||
|
"landing-lg:pl-7 landing-lg:pr-8",
|
||||||
"flex",
|
"flex",
|
||||||
"items-center",
|
"items-center",
|
||||||
"justify-center",
|
"justify-center",
|
||||||
"gap-2",
|
"gap-2",
|
||||||
"hover:!no-underline",
|
"hover:!no-underline",
|
||||||
"hover:brightness-110",
|
|
||||||
"transition-[filter]",
|
|
||||||
"duration-150",
|
|
||||||
"ease-in-out",
|
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<LandingStartActionIcon />
|
<LandingStartActionIcon />
|
||||||
<span className={clsx("text-base", "font-semibold")}>
|
<span className={clsx("text-base", "font-semibold")}>
|
||||||
Choose a license
|
Enterprise license
|
||||||
</span>
|
</span>
|
||||||
</button>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
className={clsx(
|
className={clsx(
|
||||||
|
|
Loading…
Add table
Reference in a new issue