fix: small fixes

This commit is contained in:
Nik L
2026-03-09 17:13:31 -04:00
parent 7197de1ef2
commit d92b3fd0cc
2 changed files with 7 additions and 1 deletions

View File

@@ -30,6 +30,12 @@ export function Nav() {
> >
Compare Compare
</a> </a>
<a
href="#getting-started"
className="text-sm text-muted-foreground hover:text-foreground transition-colors hidden sm:block"
>
Install
</a>
<a <a
href="https://github.com/GreyhavenHQ/greywall" href="https://github.com/GreyhavenHQ/greywall"
target="_blank" target="_blank"

View File

@@ -2,7 +2,7 @@ import { AlertTriangle, ShieldOff } from 'lucide-react'
export function Problem() { export function Problem() {
return ( return (
<section className="pt-20 sm:pt-24 pb-12 sm:pb-16 px-4 sm:px-6"> <section className="pt-16 sm:pt-20 pb-12 sm:pb-16 px-4 sm:px-6">
<div className="mx-auto max-w-5xl"> <div className="mx-auto max-w-5xl">
{/* Section 1: Stochastic risk */} {/* Section 1: Stochastic risk */}
<div className="mb-12 sm:mb-16"> <div className="mb-12 sm:mb-16">