Adding polish

This commit is contained in:
David Hill
2025-10-29 15:34:45 +00:00
parent 0fbedc5e19
commit aabeeb1431
2 changed files with 12 additions and 12 deletions

View File

@@ -23,6 +23,7 @@
--color-text-weaker: hsl(30, 2%, 81%); --color-text-weaker: hsl(30, 2%, 81%);
--color-text-strong: hsl(0, 5%, 12%); --color-text-strong: hsl(0, 5%, 12%);
--color-text-inverted: hsl(0, 20%, 99%); --color-text-inverted: hsl(0, 20%, 99%);
--color-text-success: hsl(119, 100%, 35%);
--color-border: hsl(30, 2%, 81%); --color-border: hsl(30, 2%, 81%);
--color-border-weak: hsl(0, 1%, 85%); --color-border-weak: hsl(0, 1%, 85%);
@@ -49,6 +50,8 @@
--color-text-weaker: hsl(0, 3%, 28%); --color-text-weaker: hsl(0, 3%, 28%);
--color-text-strong: hsl(0, 15%, 94%); --color-text-strong: hsl(0, 15%, 94%);
--color-text-inverted: hsl(0, 9%, 7%); --color-text-inverted: hsl(0, 9%, 7%);
--color-text-success: hsl(119, 60%, 72%);
--color-border: hsl(0, 3%, 28%); --color-border: hsl(0, 3%, 28%);
--color-border-weak: hsl(0, 4%, 23%); --color-border-weak: hsl(0, 4%, 23%);
@@ -428,12 +431,9 @@
[data-component="success-message"] { [data-component="success-message"] {
margin-top: 1rem; margin-top: 1rem;
padding: 1rem; padding: 1rem 0;
background: var(--color-success); color: var(--color-text-success);
color: white; text-align: left;
border-radius: 4px;
font-size: 0.875rem;
text-align: center;
} }
} }
} }

View File

@@ -53,7 +53,7 @@ export default function Enterprise() {
return ( return (
<main data-page="enterprise"> <main data-page="enterprise">
<Title>OpenCode Enterprise | How can we help your organisation?</Title> <Title>OpenCode | Enterprise solutions for your organisation</Title>
<Meta name="description" content="Contact OpenCode for enterprise solutions" /> <Meta name="description" content="Contact OpenCode for enterprise solutions" />
<div data-component="container"> <div data-component="container">
<Header /> <Header />
@@ -64,10 +64,10 @@ export default function Enterprise() {
<div data-component="enterprise-column-1"> <div data-component="enterprise-column-1">
<h2>Your code is yours</h2> <h2>Your code is yours</h2>
<p> <p>
Run OpenCode securely inside your organization with no data or context stored, and OpenCode operates securely inside your organization with no data or context stored and no licensing restrictions or ownership claims. Start a trial with your team today, then scale confidently with enterprise-grade features including SSO, private registries, and self-hosting.
no licensing restrictions or ownership claims. Start a trial with your team today, </p>
then scale with enterprise features like SSO, private registries, and <p>
self-hosting. Let us know and how we can help.
</p> </p>
</div> </div>
@@ -129,7 +129,7 @@ export default function Enterprise() {
{showSuccess() && ( {showSuccess() && (
<div data-component="success-message"> <div data-component="success-message">
Message successfully sent, we'll be in touch soon. Message sent, we'll be in touch soon.
</div> </div>
)} )}
</div> </div>