From 7ad2c9672db547cca440053873c5bf29d22f333a Mon Sep 17 00:00:00 2001 From: kapillar Date: Sat, 13 Jun 2026 10:50:33 +0300 Subject: [PATCH] Update coupon flow copy --- src/components/Applications/data/applications.data.ts | 4 ++-- src/components/Benefits/Benefits.tsx | 2 +- src/components/Benefits/BenefitsMobileWheel.tsx | 2 +- src/components/Hero/Hero.tsx | 4 ++-- src/components/HowItWorks/HowItWorks.tsx | 2 +- src/components/HowItWorks/HowStepCard.tsx | 2 +- src/components/MoreInfo/MoreInfoForm.tsx | 2 +- src/index.css | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/Applications/data/applications.data.ts b/src/components/Applications/data/applications.data.ts index 5a8dcbd..07a6f6f 100644 --- a/src/components/Applications/data/applications.data.ts +++ b/src/components/Applications/data/applications.data.ts @@ -56,10 +56,10 @@ export const applicationsSectionData: ApplicationsSectionData = { }, { id: 'kitchen', - title: 'Кухні та комерційні простори', + title: 'Комерція', text: 'Гігієнічне, зносостійке рішення для кухонь, кафе, магазинів та офісів.', image: kitchenImage, - imageAlt: 'Кухня з мікроцементом', + imageAlt: 'Рецепшн з мікроцементом', buttonLabel: 'Збільшити фото', }, ], diff --git a/src/components/Benefits/Benefits.tsx b/src/components/Benefits/Benefits.tsx index 3f2c148..4bf09e8 100644 --- a/src/components/Benefits/Benefits.tsx +++ b/src/components/Benefits/Benefits.tsx @@ -15,7 +15,7 @@ const Benefits = () => {

{subtitle}

-
+
{items.map(item => ( ))} diff --git a/src/components/Benefits/BenefitsMobileWheel.tsx b/src/components/Benefits/BenefitsMobileWheel.tsx index 3c56527..00e9483 100644 --- a/src/components/Benefits/BenefitsMobileWheel.tsx +++ b/src/components/Benefits/BenefitsMobileWheel.tsx @@ -7,7 +7,7 @@ type BenefitsMobileWheelProps = { const BenefitsMobileWheel = ({ items }: BenefitsMobileWheelProps) => { return ( -
+
{items.map((item, index) => { const cardStyle = { diff --git a/src/components/Hero/Hero.tsx b/src/components/Hero/Hero.tsx index f6b1929..5333c5a 100644 --- a/src/components/Hero/Hero.tsx +++ b/src/components/Hero/Hero.tsx @@ -24,7 +24,7 @@ const Hero = () => {
-

+

Мікроцемент у Львові
для ванних, підлог і стін

@@ -60,7 +60,7 @@ const Hero = () => { />
-
    +
      {heroBadges.map(badge => (
    • diff --git a/src/components/HowItWorks/HowItWorks.tsx b/src/components/HowItWorks/HowItWorks.tsx index 19eefbf..3d62152 100644 --- a/src/components/HowItWorks/HowItWorks.tsx +++ b/src/components/HowItWorks/HowItWorks.tsx @@ -13,7 +13,7 @@ const HowItWorks = () => {

      {subtitle}

      -
        +
          {steps.map((step, index) => ( -
          +
          - {moreInfoTrustLine} + {moreInfoTrustLine}

          {submitStatus === 'success' && ( diff --git a/src/index.css b/src/index.css index 031f068..1d3fc9a 100644 --- a/src/index.css +++ b/src/index.css @@ -205,7 +205,7 @@ } .section-title { - @apply text-text-main mb-5 text-3xl font-semibold tracking-tight md:text-4xl; + @apply text-text-main mb-5 text-xl tracking-tight sm:text-3xl md:text-4xl; } .section-subtitle {