diff --git a/docs/app/(home)/cloud/EnterpriseSection.module.css b/docs/app/(home)/cloud/EnterpriseSection.module.css index 4077d28da..98c5e9417 100644 --- a/docs/app/(home)/cloud/EnterpriseSection.module.css +++ b/docs/app/(home)/cloud/EnterpriseSection.module.css @@ -27,12 +27,6 @@ text-wrap: balance; } -.link { - font-family: var(--home-font-display); - font-size: var(--home-body-size); - line-height: 1.3; -} - @media (max-width: 767px) { .section { padding-block: 96px; diff --git a/docs/app/(home)/cloud/EnterpriseSection.tsx b/docs/app/(home)/cloud/EnterpriseSection.tsx index 0e60f94de..226dd1a82 100644 --- a/docs/app/(home)/cloud/EnterpriseSection.tsx +++ b/docs/app/(home)/cloud/EnterpriseSection.tsx @@ -1,4 +1,4 @@ -import { ExternalTextLink } from "../components/ExternalTextLink/ExternalTextLink"; +import { Button } from "@/components/button"; import { FeatureGridSection, type GridFeature, @@ -62,9 +62,7 @@ export function EnterpriseSection({