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"> <H3 className="text-3xl md:text-6xl lg:text-8xl leading-none tracking-tighter">
Sie kümmern sich um Ihr Geschäft.{" "} Sie kümmern sich um Ihr Geschäft.{" "}
<span className="text-slate-400"> <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> </span>
</H3> </H3>
</Reveal> </Reveal>
@@ -222,6 +222,7 @@ export default function LandingPage() {
Warum Websites nach Updates oft brechen und wie man das Warum Websites nach Updates oft brechen und wie man das
verhindert. verhindert.
</H3> </H3>
<div>
<Button <Button
href="/blog/why-websites-break-after-updates" href="/blog/why-websites-break-after-updates"
variant="outline" variant="outline"
@@ -229,6 +230,7 @@ export default function LandingPage() {
Artikel lesen Artikel lesen
</Button> </Button>
</div> </div>
</div>
</Reveal> </Reveal>
<Reveal delay={0.2}> <Reveal delay={0.2}>
<div className="space-y-8 border-l border-slate-100 pl-8 md:pl-12 flex flex-col justify-end"> <div className="space-y-8 border-l border-slate-100 pl-8 md:pl-12 flex flex-col justify-end">