Remove accent color from body paragraph — use text-slate-800 per typography system
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2be3d345e8
commit
1c83760afd
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ export default function Home() {
|
|||
<p className="text-slate-600 leading-relaxed text-lg">
|
||||
Das <strong className="text-slate-900">8-Wochen Kundengewinnungs-System</strong> macht genau das: Marketing, Vertrieb und Social Media — in einem System, das Woche für Woche aufgebaut wird.
|
||||
</p>
|
||||
<p className="text-indigo-700 font-semibold text-lg leading-relaxed">
|
||||
<p className="text-slate-800 font-semibold text-lg leading-relaxed">
|
||||
Du baust kein neues Wissen auf. Du nimmst alles was du hast — und bringst es in eine Struktur, die planbar die richtigen Kunden anzieht.
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
Reference in a new issue