Skip to content

Commit

Permalink
Support => Enterprise (#1692)
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr authored Jan 20, 2025
1 parent 32f8f4c commit 831f3c8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
9 changes: 7 additions & 2 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ const plugins = [
"zh-CN": "博客",
},
authors: {
arendjr: {
name: "Arend van Beelen jr.",
picture: "https://avatars.githubusercontent.com/u/533294?v=4",
url: "https://arendjr.nl/",
},
conaclos: {
name: "Victorien Elvinger",
picture: "https://avatars.githubusercontent.com/u/2358560?s=96&v=4",
Expand Down Expand Up @@ -98,8 +103,8 @@ export default defineConfig({
},
},
{
label: "Support",
link: "../support",
label: "Enterprise",
link: "../enterprise",
translations: {
uk: "Підтримка",
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/starlight/SiteTitle.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { Props } from "@astrojs/starlight/props";
const menuItems = [
{ name: "Docs", href: "/guides/getting-started" },
{ name: "Support", href: "/support" },
{ name: "Enterprise", href: "/enterprise" },
{ name: "Playground", href: "/playground" },
];
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ import AwardBanner from "@/components/AwardBanner.astro"
Out of the box support for all the language features you use today. First
class support for TypeScript and JSX.
</Card>
<Card title="Commercial Support" icon="phone">
We offer <a href="/support/">commercial support</a> to organizations that
<Card title="Enterprise Support" icon="phone">
We offer <a href="/enterprise/">commercial support</a> to organizations that
need it through our community of contributors.
</Card>
</CardGrid>
Expand Down
10 changes: 6 additions & 4 deletions src/pages/support.astro → src/pages/enterprise.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import StarlightPage from "@astrojs/starlight/components/StarlightPage.astro";

<StarlightPage
frontmatter={{
title: "Commercial Support",
title: "Enterprise Support",
description: "Commercial support for Biome",
template: "splash",
editUrl: false,
Expand Down Expand Up @@ -39,12 +39,14 @@ import StarlightPage from "@astrojs/starlight/components/StarlightPage.astro";
<div class="sponsorship">
<Icon class="logo" color="red" name="heart" size="6rem" />
<div>
<h2>Were you looking to support Biome instead?</h2>
<h2>Would you like to support Biome?</h2>
<p>
Biome is an open-source project and can also use <i>your</i> support.
Biome is an open-source project and can also use <i>your</i> support. If you
hire a contributor to work on Biome for 3 months or more, you automatically
apply for sponsorship benefits.
</p>
<p>
Sponsorship options are available through <a href="https://opencollective.com/biome">OpenCollective</a> and <a href="https://github.com/sponsors/biomejs">GitHub Sponsors</a>.
More sponsorship options are available through <a href="https://opencollective.com/biome">OpenCollective</a> and <a href="https://github.com/sponsors/biomejs">GitHub Sponsors</a>.
</p>
</div>
</div>
Expand Down

0 comments on commit 831f3c8

Please sign in to comment.