Removed heading

This commit is contained in:
will
2026-04-02 23:49:31 +01:00
parent 1899ade195
commit 8a6a9742c1

View File

@@ -15,10 +15,6 @@ export default function About() {
<div className="flex flex-col gap-6"> <div className="flex flex-col gap-6">
<div> <div>
<span className="label">About</span> <span className="label">About</span>
<h2 id="about-heading"
className="text-[clamp(1.8rem,4vw,2.5rem)] font-black tracking-tight text-white leading-tight">
Building software<br className="hidden sm:block" /> that matters.
</h2>
</div> </div>
<p className="text-white/50 leading-relaxed max-w-[52ch]">{SITE.about1}</p> <p className="text-white/50 leading-relaxed max-w-[52ch]">{SITE.about1}</p>
<p className="text-white/50 leading-relaxed max-w-[52ch]">{SITE.about2}</p> <p className="text-white/50 leading-relaxed max-w-[52ch]">{SITE.about2}</p>