Skip to content

Commit

Permalink
refactor: update homepage hero text and messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartlewis committed Feb 20, 2025
1 parent 64acd0c commit cccd666
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions apps/web/src/app/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,15 @@ export default function Home() {
<div className="flex flex-col items-center text-center space-y-6">
<Logo />

<h1 className="max-w-[800px] text-4xl md:text-5xl font-semibold leading-tight tracking-tighter lg:leading-[1.1] mx-auto">
<Balancer>
Open Source Automation For SOC 2, ISO 27001 and GDPR
</Balancer>
<h1 className="max-w-[900px] text-4xl md:text-5xl font-semibold leading-tight tracking-tighter lg:leading-[1.1] mx-auto">
<Balancer>Get SOC 2, ISO 27001 and GDPR compliant</Balancer>
</h1>

<p className="text-lg md:text-xl font-light text-muted-foreground mt-6 mx-auto max-w-[800px]">
<Balancer>
We're launching the first open-source compliance automation
platform that does everything you need to achieve and maintain
compliance with frameworks like SOC 2, ISO 27001, GDPR and more.
The open source compliance automation platform that does
everything you need to get compliant, fast. Open source
alternative to Drata & Vanta.
</Balancer>
</p>

Expand Down

0 comments on commit cccd666

Please sign in to comment.