Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 92d7a9e

Browse files
nisarhassan12svenefftinge
authored andcommitted
[pricing] update bussiness section.
1 parent 94c5aec commit 92d7a9e

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

src/components/pricing/Business.tsx

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,19 @@ const Styled = styled.div`
2525
}
2626
}
2727
28-
.btn {
29-
margin: 1rem;
30-
transform: translateY(-4rem);
28+
p {
29+
max-width: 70rem;
30+
margin: -1rem auto 3rem;
3131
}
3232
}
3333
`
3434

3535
const Business = () => (
3636
<Styled>
3737
<section className="business">
38-
<h2>Business Solutions</h2>
39-
<p>Here you can find further information for your business solution including its pricing.</p>
40-
<Link to="/education/" className="btn">Education</Link>
41-
<Link to="/recruiting/" className="btn">Recruiting</Link>
42-
<Link to="/vendor/" className="btn">Vendor</Link>
38+
<h2>Gitpod Enterprise</h2>
39+
<p>Unleash Developer Productivity. Use Gitpod as your dev environment and enjoy automated setups, better collaboration, higher code quality and a greater workflow.</p>
40+
<Link to="/enterprise/" className="btn">Enterprise Solutions</Link>
4341
</section>
4442
</Styled>
4543
)

0 commit comments

Comments
 (0)