Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/TutorialSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const TutorialSection = () => {
</div>
<div className="relative max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div className="text-center mb-16">
<h2 className="section-title text-white">{sectionContent.title || 'Tutorial Inhalte'}</h2>
<h2 className="section-title">{sectionContent.title || 'Tutorial Inhalte'}</h2>
<p className="mt-4 text-lg leading-relaxed text-slate-300 max-w-2xl mx-auto">
{sectionContent.description ||
'Umfassende Lernmodule für alle Erfahrungsstufen – vom Anfänger bis zum Profi'}
Expand Down
Loading