fix(site): fix grammar and missing layout margin on landing page button
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 9s
Build & Deploy / 🏗️ Build (push) Failing after 3m15s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🩺 Smoke Test (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s

This commit is contained in:
2026-05-06 12:08:14 +02:00
parent 442983fe06
commit 04c3d73964

View File

@@ -23,7 +23,7 @@ export default function LandingPage() {
<H3 className="text-3xl md:text-6xl lg:text-8xl leading-none tracking-tighter">
Sie kümmern sich um Ihr Geschäft.{" "}
<span className="text-slate-400">
Ich um Ihre <Marker delay={0.3}>Website.</Marker>
Ich mich um Ihre <Marker delay={0.3}>Website.</Marker>
</span>
</H3>
</Reveal>
@@ -222,12 +222,14 @@ export default function LandingPage() {
Warum Websites nach Updates oft brechen und wie man das
verhindert.
</H3>
<Button
href="/blog/why-websites-break-after-updates"
variant="outline"
>
Artikel lesen
</Button>
<div>
<Button
href="/blog/why-websites-break-after-updates"
variant="outline"
>
Artikel lesen
</Button>
</div>
</div>
</Reveal>
<Reveal delay={0.2}>