From 4ab369957bb86bd59edbe361733a538adf317d2d Mon Sep 17 00:00:00 2001 From: Zotov Ivan Yuryevich Date: Tue, 21 Jul 2026 13:09:02 +0300 Subject: [PATCH] chore: minor improvements --- src/components/ContactForm.tsx | 10 +++++----- src/sections/About.tsx | 2 +- src/sections/Cases.tsx | 2 +- src/sections/Hero.tsx | 7 ------- src/sections/Services.tsx | 2 +- src/sections/Solutions.tsx | 2 +- 6 files changed, 9 insertions(+), 16 deletions(-) diff --git a/src/components/ContactForm.tsx b/src/components/ContactForm.tsx index 53c2f88..157af92 100644 --- a/src/components/ContactForm.tsx +++ b/src/components/ContactForm.tsx @@ -92,7 +92,7 @@ export function ContactForm({ id={withPrefix(idPrefix, 'name')} name="name" className="w-full px-4 py-3 bg-gray-50 border border-gray-200 rounded-xl focus:outline-none focus:ring-2 focus:ring-blue-500 focus:bg-white transition-all" - placeholder="Ваше имя" + placeholder="Ваше имя *" defaultValue={prefillValues?.name} required /> @@ -123,7 +123,7 @@ export function ContactForm({ id={withPrefix(idPrefix, 'email')} name="email" className="w-full px-4 py-3 bg-gray-50 border border-gray-200 rounded-xl focus:outline-none focus:ring-2 focus:ring-blue-500 focus:bg-white transition-all" - placeholder="Email" + placeholder="Email *" defaultValue={prefillValues?.email} required /> @@ -137,7 +137,7 @@ export function ContactForm({ id={withPrefix(idPrefix, 'phone')} name="phone" className="w-full px-4 py-3 bg-gray-50 border border-gray-200 rounded-xl focus:outline-none focus:ring-2 focus:ring-blue-500 focus:bg-white transition-all" - placeholder="Телефон" + placeholder="Телефон *" defaultValue={prefillValues?.phone} required /> @@ -151,7 +151,7 @@ export function ContactForm({ {fields.has('purpose') && (
-
+

О компании

{title || partners.length > 0 ? (

diff --git a/src/sections/Cases.tsx b/src/sections/Cases.tsx index fa9891f..8138c43 100644 --- a/src/sections/Cases.tsx +++ b/src/sections/Cases.tsx @@ -37,7 +37,7 @@ export function Cases({ data }: CasesProps) { return (
-
+

Кейсы

{title ?

{title}

: null} {description ?

{description}

: null} diff --git a/src/sections/Hero.tsx b/src/sections/Hero.tsx index a3ea20a..67e31e8 100644 --- a/src/sections/Hero.tsx +++ b/src/sections/Hero.tsx @@ -44,13 +44,6 @@ export function Hero({ onOpenContactModal, data }: HeroProps) { Обсудить проект - - - Портфолио -
{stats.length > 0 ? ( diff --git a/src/sections/Services.tsx b/src/sections/Services.tsx index 3e4e178..1c09494 100644 --- a/src/sections/Services.tsx +++ b/src/sections/Services.tsx @@ -34,7 +34,7 @@ export function Services({ data }: ServicesProps) { return (
-
+

Услуги

{title ?

{title}

: null} {description ?

{description}

: null} diff --git a/src/sections/Solutions.tsx b/src/sections/Solutions.tsx index 8921633..88ea8b8 100644 --- a/src/sections/Solutions.tsx +++ b/src/sections/Solutions.tsx @@ -33,7 +33,7 @@ export function Solutions({ data }: SolutionsProps) { return (
-
+

Отраслевые решения

{title ?

{title}

: null} {description ?

{description}

: null}