From 3a2c7d42c041cdf23c1e1832a4da8136975b4afe Mon Sep 17 00:00:00 2001 From: BunyodL Date: Tue, 6 May 2025 15:36:31 +0500 Subject: [PATCH] fix: set price-board image in main page --- src/pages-templates/clients/loyalty/index.tsx | 6 ++-- src/shared/components/about-counter.tsx | 2 +- src/widgets/about-section.tsx | 36 ++++++++++--------- 3 files changed, 25 insertions(+), 19 deletions(-) diff --git a/src/pages-templates/clients/loyalty/index.tsx b/src/pages-templates/clients/loyalty/index.tsx index f040d23..7404cee 100644 --- a/src/pages-templates/clients/loyalty/index.tsx +++ b/src/pages-templates/clients/loyalty/index.tsx @@ -9,6 +9,8 @@ import { useTextController } from '@/shared/language/hooks/use-text-controller'; // import LoyaltyLevels from '@/widgets/clients/loyalty/ui/loyalty-levels'; import { CtaSection } from '@/widgets/cta-section'; +import ProgrammImg from '../../../../public/clients/loyatly/03a771e7-5d76-4111-a516-801aa925659f.jpg'; + export function LoyaltyPage() { const { t } = useTextController(); @@ -102,10 +104,10 @@ export function LoyaltyPage() {
Программа лояльности +
diff --git a/src/widgets/about-section.tsx b/src/widgets/about-section.tsx index bdb3368..d3381f7 100644 --- a/src/widgets/about-section.tsx +++ b/src/widgets/about-section.tsx @@ -13,32 +13,36 @@ export const AboutSection = () => { return (
-
-
-
- -
-

- {t('home.about.title')} -

-

{t('home.about.description1')}

-

{t('home.about.description2')}

- - - +
+
+
+

+ {t('home.about.title')} +

+

+ {t('home.about.description1')} +

+

+ {t('home.about.description2')} +

+
+
+ +
About our company
+
);