Update landing-try-it-section.tsx

This commit is contained in:
Stefan Pejcic 2024-02-06 18:50:32 +01:00 committed by GitHub
parent 543d0982b5
commit 86d130c545
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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( "self-start",
"appearance-none", "rounded-3xl",
"focus:outline-none", "!text-gray-0 dark:!text-gray-900",
"self-start", "bg-refine-blue dark:bg-refine-cyan-alt",
"rounded-3xl", "transition-[filter]",
"!text-gray-0 dark:!text-gray-900", "duration-150",
"bg-refine-blue dark:bg-refine-cyan-alt", "ease-in-out",
"py-3", "hover:brightness-110",
"px-6", "py-3",
"flex", "pl-7 pr-8",
"items-center", "landing-md:px-8",
"justify-center", "landing-lg:pl-7 landing-lg:pr-8",
"gap-2", "flex",
"hover:!no-underline", "items-center",
"hover:brightness-110", "justify-center",
"transition-[filter]", "gap-2",
"duration-150", "hover:!no-underline",
"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(