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}