chore: minor improvements

This commit is contained in:
Zotov Ivan Yuryevich
2026-07-21 13:09:02 +03:00
parent 588a547684
commit 4ab369957b
6 changed files with 9 additions and 16 deletions

View File

@@ -37,7 +37,7 @@ export function Cases({ data }: CasesProps) {
return (
<section className="py-4 bg-white">
<div className="max-w-400 mx-auto px-6 xl:px-12 2xl:px-16">
<div className="max-w-3xl mb-16">
<div className="mb-16">
<p className="text-sm uppercase tracking-wider text-gray-500 mb-4">Кейсы</p>
{title ? <h2 className="text-4xl lg:text-5xl text-gray-900 mb-6">{title}</h2> : null}
{description ? <p className="text-xl text-gray-600">{description}</p> : null}