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,12 +222,14 @@ 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>
<Button <div>
href="/blog/why-websites-break-after-updates" <Button
variant="outline" href="/blog/why-websites-break-after-updates"
> variant="outline"
Artikel lesen >
</Button> Artikel lesen
</Button>
</div>
</div> </div>
</Reveal> </Reveal>
<Reveal delay={0.2}> <Reveal delay={0.2}>