copy verbessert

This commit is contained in:
2026-07-26 23:20:26 +02:00
parent a1b90eb245
commit d20a2095c7
18 changed files with 144 additions and 26 deletions

View File

@@ -274,14 +274,14 @@ export default function Hero() {
<h1 className="font-sans text-[11vw] font-medium leading-[1.02] tracking-[-0.03em] sm:text-6xl lg:text-7xl">
<span className="hero-el block">Kostenloser</span>
<span className="hero-el block font-display text-[1.06em] font-normal italic tracking-normal text-[#0d7a57]">
Zufallsgenerator
Zufallsgenerator:
</span>
<span className="hero-el block">für schnelle Entscheidungen</span>
<span className="hero-el block">Entscheide in Sekunden</span>
</h1>
<p className="hero-el mt-8 max-w-md text-base leading-relaxed text-ink-soft sm:text-lg">
Lass den Zufall entscheiden mit Münze, Glücksrad, Würfel &amp; mehr für
alle, die sich mal wieder nicht entscheiden können.
Ob Kopf oder Zahl, Glücksrad oder Namensauslosung: Wähle dein Tool und
starte sofort kostenlos, ohne Anmeldung, direkt im Browser.
</p>
<div className="hero-el mt-10 flex flex-wrap items-center justify-center gap-3">
@@ -291,7 +291,7 @@ export default function Hero() {
whileTap={{ scale: 0.97 }}
className="inline-flex items-center rounded-full bg-[#0d7a57] px-8 py-3.5 text-sm font-semibold text-white shadow-[0_12px_28px_rgba(13,122,87,0.30)] transition-colors duration-200 hover:bg-[#095c41]"
>
Jetzt entscheiden
Passendes Tool wählen
</motion.a>
<motion.a
href="#features"
@@ -299,7 +299,7 @@ export default function Hero() {
whileTap={{ scale: 0.97 }}
className="inline-flex items-center rounded-full border border-ink/20 bg-surface/80 px-8 py-3.5 text-sm font-semibold text-ink transition-colors duration-200 hover:border-[#0d7a57] hover:text-[#0d7a57]"
>
Mehr erfahren
So funktioniert&apos;s
</motion.a>
</div>
@@ -324,4 +324,3 @@ export default function Hero() {
);
}