added en
This commit is contained in:
parent
6089f2c19e
commit
91fd8de1da
Binary file not shown.
|
After Width: | Height: | Size: 143 KiB |
|
|
@ -1,4 +1,7 @@
|
|||
import { Container } from "@/components/layout";
|
||||
import { aboutInfo } from "@/data/about/about-info";
|
||||
import { useTranslate } from "@/hooks/use-translate";
|
||||
import { useLangStore } from "@/store/lang";
|
||||
import { FC } from "react";
|
||||
|
||||
interface Props {
|
||||
|
|
@ -6,55 +9,33 @@ interface Props {
|
|||
}
|
||||
|
||||
export const AboutInfo: FC<Props> = () => {
|
||||
const lang = useLangStore((state) => state.lang);
|
||||
|
||||
return (
|
||||
<Container className="flex flex-col md:my-20 my-10 gap-16">
|
||||
<div className="flex flex-col gap-6">
|
||||
<h3 className="h2">Выставка-ярмарка «TurkmenTextile Expo 2025» </h3>
|
||||
<p className="p">
|
||||
Глобальная выставка и ярмарка текстиля и моды, которая объединит
|
||||
мировых лидеров отрасли, инновационных производителей и творческих
|
||||
дизайнеров. Наша миссия — укрепить позиции Туркменистана как ключевого
|
||||
центра текстильной и модной индустрии. Выставка станет платформой для
|
||||
изучения устойчивых практик, современных технологий и новых
|
||||
дизайнерских решений, вдохновляя на развитие индустрии.{" "}
|
||||
</p>
|
||||
<h2 className="h2">{aboutInfo[useTranslate(lang)].title}</h2>
|
||||
|
||||
<div className="flex flex-col gap-3">
|
||||
{aboutInfo[useTranslate(lang)].p.map((item) => (
|
||||
<p className="p">{item}</p>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="flex flex-col gap-6">
|
||||
<h3 className="h2">Перспективы</h3>
|
||||
<h3 className="h2">{aboutInfo[useTranslate(lang)].title_2}</h3>
|
||||
|
||||
<h4 className="p">
|
||||
TurkmenTextile Expo-2025 открывает широкие перспективы для участников:
|
||||
</h4>
|
||||
<ol type="1" className="list-decimal pl-8 flex flex-col gap-3 p">
|
||||
<li>
|
||||
Расширение деловых связей — уникальная возможность для B2B и
|
||||
B2G-встреч, заключения торговых соглашений и установления
|
||||
стратегических партнёрств.
|
||||
</li>
|
||||
<li>
|
||||
Доступ к инновациям — знакомство с передовыми технологиями
|
||||
текстильного производства, экологичными материалами и трендами
|
||||
устойчивого дизайна.
|
||||
</li>
|
||||
<li>
|
||||
Повышение экспортного потенциала — участие в форумах и семинарах,
|
||||
посвящённых продвижению продукции на новые рынки.
|
||||
</li>
|
||||
<li>
|
||||
Обучение и развитие — мастер-классы и лекции от ведущих мировых
|
||||
экспертов помогут участникам углубить знания и освоить современные
|
||||
подходы в области текстильной индустрии.
|
||||
</li>
|
||||
<li>
|
||||
Культурный обмен — возможность продемонстрировать богатое
|
||||
текстильное наследие Туркменистана и вдохновиться культурными
|
||||
традициями других стран.
|
||||
</li>
|
||||
<h4 className="p">{aboutInfo[useTranslate(lang)].subtitle_2} </h4>
|
||||
|
||||
<ol type="1" className="list-decimal pl-8 flex flex-col gap-3 ">
|
||||
{aboutInfo[useTranslate(lang)].p_2.map((item) => (
|
||||
<li className="p">{item}</li>
|
||||
))}
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<div className="flex flex-col gap-6">
|
||||
{/* <div className="flex flex-col gap-6">
|
||||
<h3 className="h2">Направления</h3>
|
||||
|
||||
<h4 className="p">
|
||||
|
|
@ -93,29 +74,18 @@ export const AboutInfo: FC<Props> = () => {
|
|||
Участники смогут обсудить современные технологии, лучшие практики и
|
||||
эффективные стратегии для устойчивого бизнеса.
|
||||
</p>
|
||||
</div>
|
||||
</div> */}
|
||||
|
||||
<div className="flex flex-col gap-6">
|
||||
<h3 className="h2">Партнёрство и спонсорство</h3>
|
||||
<h2 className="h2">{aboutInfo[useTranslate(lang)].title_3}</h2>
|
||||
|
||||
<h4 className="p">
|
||||
TurkmenTextile Expo-2025 приглашает к сотрудничеству международные
|
||||
организации, ассоциации и бренды для продвижения своих продуктов и
|
||||
услуг. Партнёры получат:
|
||||
</h4>
|
||||
<h3 className="p">{aboutInfo[useTranslate(lang)].subtitle_3}</h3>
|
||||
|
||||
<h3>{aboutInfo[useTranslate(lang)].subtitle_4}</h3>
|
||||
<ul className="list-disc pl-8 flex flex-col gap-3 p">
|
||||
<li>
|
||||
Признание на международной арене — участие в масштабном событии,
|
||||
привлекающем ведущих игроков текстильной и модной индустрий.
|
||||
</li>
|
||||
<li>
|
||||
Рекламные возможности — интеграция бренда в маркетинговую кампанию
|
||||
выставки, включая digital и офлайн-каналы.
|
||||
</li>
|
||||
<li>
|
||||
Вклад в развитие индустрии — поддержка инноваций, устойчивых практик
|
||||
и культурного наследия.
|
||||
</li>
|
||||
{aboutInfo[useTranslate(lang)].p_3.map((item) => (
|
||||
<li key={item}>{item}</li>
|
||||
))}
|
||||
</ul>
|
||||
</div>
|
||||
</Container>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
import { Container } from "@/components/layout";
|
||||
import { aboutPlace } from "@/data/about/about-place";
|
||||
import { useTranslate } from "@/hooks/use-translate";
|
||||
import { cn } from "@/lib/utils";
|
||||
import { useLangStore } from "@/store/lang";
|
||||
import { FC } from "react";
|
||||
|
||||
interface Props {
|
||||
|
|
@ -7,28 +10,28 @@ interface Props {
|
|||
}
|
||||
|
||||
export const AboutPlace: FC<Props> = ({ className }) => {
|
||||
return (
|
||||
<section className={cn(" gap-6 relative overflow-hidden", className)}>
|
||||
<Container className="md:py-20 py-10 ">
|
||||
<h3 className="h2 mb-6 xl:max-w-[496px]">Место проведения</h3>
|
||||
<p className="text-lg text-on_surface_v normal xl:max-w-[496px] mb-10">
|
||||
Торгово-промышленная палата Туркменистана создана в целях содействия
|
||||
развитию экономики Туркменистана, ее интегрированию в мировую
|
||||
хозяйственную систему, формированию современной промышленной,
|
||||
финансовой и торговой инфраструктуры, создания благоприятных условий
|
||||
для предпринимательской деятельности, оказания содействия в
|
||||
установлении торгово-экономических, научных и технических связей с
|
||||
зарубежными партнерами.
|
||||
</p>
|
||||
const lang = useLangStore((state) => state.lang);
|
||||
|
||||
<div className="size-full xl:hidden">
|
||||
<img src="/map.png" alt="map" className="size-full object-cover" />
|
||||
return (
|
||||
<section className={cn("gap-6 relative overflow-hidden", className)}>
|
||||
<Container className="md:py-20 py-10 grid-cols-1 lg:grid-cols-2 lg:gap-12 gap-0 grid">
|
||||
<div className="flex-[0_0_50%]">
|
||||
<h3 className="h2 mb-6">{aboutPlace[useTranslate(lang)].title}</h3>
|
||||
<div className="text-lg flex flex-col gap-6 text-on_surface_v normal mb-10">
|
||||
{aboutPlace[useTranslate(lang)].data.map((item) => (
|
||||
<p key={item}>{item}</p>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="h-full max-size-[600px] flex-[0_0_50%]">
|
||||
<img
|
||||
src="/about-place.jpg"
|
||||
alt=""
|
||||
className="size-full object-contain"
|
||||
/>
|
||||
</div>
|
||||
</Container>
|
||||
|
||||
<div className="h-full 2xl:w-[850px] xl:w-[650px] xl:block hidden absolute top-0 right-0">
|
||||
<img src="/map.png" alt="" className="size-full object-cover" />
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
|
|
@ -2,13 +2,17 @@ import { Container } from "@/components/layout";
|
|||
import { cn } from "@/lib/utils";
|
||||
import { FC } from "react";
|
||||
import { ThemeCard } from "../theme-card";
|
||||
import { themes } from "../home/home-theme";
|
||||
import { useLangStore } from "@/store/lang";
|
||||
import { useTranslate } from "@/hooks/use-translate";
|
||||
import { homeTheme } from "@/data/home/home-theme.data";
|
||||
|
||||
interface Props {
|
||||
className?: string;
|
||||
}
|
||||
|
||||
export const AboutThemes: FC<Props> = ({ className }) => {
|
||||
const lang = useLangStore((state) => state.lang);
|
||||
|
||||
return (
|
||||
<section
|
||||
className={cn("relative w-full bg-[#FDEDEE] -z-10 py-10", className)}
|
||||
|
|
@ -20,7 +24,7 @@ export const AboutThemes: FC<Props> = ({ className }) => {
|
|||
</p>
|
||||
|
||||
<div className="grid md:grid-cols-4 grid-cols-2 gap-6">
|
||||
{themes.map((item) => (
|
||||
{homeTheme[useTranslate(lang)].data.map((item) => (
|
||||
<ThemeCard className="!bg-[#F5F4F4]" key={item.title} {...item} />
|
||||
))}
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -5,41 +5,6 @@ import { useLangStore } from "@/store/lang";
|
|||
import { homeTheme } from "@/data/home/home-theme.data";
|
||||
import { useTranslate } from "@/hooks/use-translate";
|
||||
|
||||
export const themes = [
|
||||
{
|
||||
title: "Текстильные машины и оборудование",
|
||||
img: "/theme/1.svg",
|
||||
},
|
||||
{
|
||||
title: "Одежда, обувь, кожаные изделия",
|
||||
img: "/theme/2.svg",
|
||||
},
|
||||
{
|
||||
title: "Переработка натуральных волокон",
|
||||
img: "/theme/3.svg",
|
||||
},
|
||||
{
|
||||
title: "Домашний текстиль и эко-текстиль",
|
||||
img: "/theme/4.svg",
|
||||
},
|
||||
{
|
||||
title: "Запасные части и вспомогательные материалы",
|
||||
img: "/theme/5.svg",
|
||||
},
|
||||
{
|
||||
title: "Химические средства и красители",
|
||||
img: "/theme/6.svg",
|
||||
},
|
||||
{
|
||||
title: "Аксессуары и швейная фурнитура",
|
||||
img: "/theme/7.svg",
|
||||
},
|
||||
{
|
||||
title: "Мода и дизайн",
|
||||
img: "/theme/8.svg",
|
||||
},
|
||||
];
|
||||
|
||||
export const HomeTheme: FC = () => {
|
||||
const lang = useLangStore((state) => state.lang);
|
||||
return (
|
||||
|
|
|
|||
|
|
@ -1,13 +1,71 @@
|
|||
export const aboutInfo = [
|
||||
{
|
||||
title: "Выставка-ярмарка «TurkmenTextile Expo 2025»",
|
||||
p: `Международная выставка-ярмарка, которая объединит мировых лидеров отрасли, инновационных производителей и творческих дизайнеров. Это уникальная платформа для развития вашего бизнеса в сфере текстиля и моды.
|
||||
title: "Выставка-ярмарка «TurkmenTextile Expo-2025»",
|
||||
p: [
|
||||
`Международная выставка-ярмарка, которая объединит мировых лидеров отрасли, инновационных производителей и творческих дизайнеров. Это уникальная платформа для развития вашего бизнеса в сфере текстиля и моды
|
||||
`,
|
||||
`Основная цель выставки-ярмарки – позиционирование Туркменистана как ключевого центра международной текстильной и модной индустрии, демонстрация национального ткаческого наследия, содействие внедрению инноваций в отрасли и укрепление международного сотрудничества.`,
|
||||
`Основная цель выставки-ярмарки – позиционирование Туркменистана как ключевого центра международной текстильной и модной индустрии, демонстрация национального ткаческого наследия, содействие внедрению инноваций в отрасли и укрепление международного сотрудничества.`,
|
||||
`Основная цель выставки-ярмарки – позиционирование Туркменистана как ключевого центра международной текстильной и модной индустрии, демонстрация национального ткаческого наследия, содействие внедрению инноваций в отрасли и укрепление международного сотрудничества.`,
|
||||
],
|
||||
|
||||
title_2: "Почему вам стоить посетить? ",
|
||||
subtitle_2:
|
||||
"TurkmenTextile Expo-2025 открывает широкие перспективы для участников:",
|
||||
|
||||
p_2: [
|
||||
`Деловые встречи с руководителями текстильной отрасли Туркменистана`,
|
||||
`Возможность установить деловые отношения с предприятиями и фабриками текстильной индустрии Туркменистана для развития экспортных направлений.`,
|
||||
`Расширение деловых связей — уникальная возможность для B2B и B2G-встреч, заключения торговых соглашений и установления стратегических партнёрств.`,
|
||||
`Обучение и развитие — мастер-классы и лекции от ведущих мировых экспертов помогут участникам углубить знания и освоить современные подходы в области текстильной индустрии.`,
|
||||
`Культурный обмен — возможность продемонстрировать богатое текстильное наследие Туркменистана и вдохновиться культурными традициями других стран.`,
|
||||
],
|
||||
|
||||
title_3: "Партнёрство и спонсорство",
|
||||
subtitle_3:
|
||||
"TurkmenTextile Expo-2025 приглашает к сотрудничеству международные организации, ассоциации и бренды для продвижения своих продуктов и услуг. Партнёры получат:",
|
||||
subtitle_4: "Партнёры получат:",
|
||||
|
||||
p_3: [
|
||||
`Признание на международной арене — участие в масштабном событии, привлекающем ведущих игроков текстильной и модной индустрий.`,
|
||||
`Рекламные возможности — интеграция бренда в маркетинговую кампанию выставки, включая digital и офлайн-каналы.`,
|
||||
`Прямой доступ к аудитории — взаимодействие с производителями, дизайнерами, поставщиками оборудования и покупателями.`,
|
||||
`Вклад в развитие индустрии — поддержка инноваций, устойчивых практик и культурного наследия.`,
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
title: "TurkmenTextile Expo-2025 ",
|
||||
p: `An international exhibition will unite global industry leaders, innovative manufacturers, and creative designers. This is a unique platform for developing your business in the textile and fashion sectors.
|
||||
title: "TurkmenTextile Expo-2025",
|
||||
p: [
|
||||
`An international exhibition will unite global industry leaders, innovative manufacturers, and creative designers. This is a unique platform for developing your business in the textile and fashion sectors.`,
|
||||
`The main goal of the exhibition is to position Turkmenistan as a key centre of the international textile and fashion industry, showcase the national weaving heritage, promote the implementation of innovations in the industry, and strengthen international cooperation.`,
|
||||
`Here, you will have the opportunity to network with leading industry players, present your products or services, learn about the latest market trends, and find new partners and clients.`,
|
||||
`Here, you will have the opportunity to network with leading industry players, present your products or services, learn about the latest market trends, and find new partners and clients.`,
|
||||
],
|
||||
|
||||
title_2: "Why participate?",
|
||||
subtitle_2:
|
||||
"TurkmenTextile Expo-2025 opens wide prospects for participants:",
|
||||
|
||||
p_2: [
|
||||
`Business meetings with the heads of Turkmenistan's textile industry.`,
|
||||
`The opportunity to establish business relationships with textile enterprises and factories in Turkmenistan to develop export directions.`,
|
||||
`Expanding business networks — a unique opportunity for B2B and B2G meetings, concluding trade agreements, and establishing strategic partnerships.`,
|
||||
`Training and development — workshops and lectures from leading global experts will help participants deepen their knowledge and master modern approaches in the textile industry.`,
|
||||
`Cultural exchange — the chance to showcase Turkmenistan's rich textile heritage and be inspired by the cultural traditions of other countries.`,
|
||||
],
|
||||
|
||||
title_3: "Partnership and Sponsorship",
|
||||
subtitle_3: `
|
||||
TurkmenTextile Expo-2025 invites international organizations, associations, and brands to collaborate in promoting their products and services.
|
||||
`,
|
||||
subtitle_4: "Partners will receive:",
|
||||
|
||||
p_3: [
|
||||
`Recognition on the international stage — participation in a major event attracting leading players from the textile and fashion industries.`,
|
||||
`Advertising opportunities — integration of the brand into the exhibition's marketing campaign, including digital and offline channels.`,
|
||||
`Direct access to the audience — interaction with manufacturers, designers, equipment suppliers, and buyers.`,
|
||||
`Contribution to industry development — support for innovations, sustainable practices, and cultural heritage.`,
|
||||
],
|
||||
},
|
||||
];
|
||||
|
|
|
|||
|
|
@ -0,0 +1,18 @@
|
|||
export const aboutPlace = [
|
||||
{
|
||||
title: "Место проведения",
|
||||
data: [
|
||||
`Выставочный центр Торгово-промышленной палаты Туркменистана – это современная площадка для проведения международных выставок, конференций, форумов и деловых встреч`,
|
||||
`Центр оснащен передовыми техническими решениями, включая мультимедийное оборудование, системы звукоусиления и освещения, конференц-залы с синхронным переводом, а также удобные зоны для переговоров. Просторные выставочные павильоны обеспечивают комфортные условия для демонстрации продукции и услуг. `,
|
||||
// `Благодаря высокотехнологичной инфраструктуре и удобному расположению, Выставочный центр ТПП Туркменистана является идеальной платформой для установления деловых контактов и продвижения инновационных проектов.`,
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Venue",
|
||||
|
||||
data: [
|
||||
`The Exhibition Centre of the Chamber of Commerce and Industry of Turkmenistan is a modern venue designed for international exhibitions, conferences, forums, and business meetings.`,
|
||||
`The centre is equipped with cutting-edge technical solutions, including multimedia equipment, sound and lighting systems, conference rooms with simultaneous translation, and comfortable areas for negotiations. Spacious exhibition pavilions provide ideal conditions for showcasing products and services.`,
|
||||
],
|
||||
},
|
||||
];
|
||||
|
|
@ -4,35 +4,35 @@ export const homeTheme = [
|
|||
|
||||
data: [
|
||||
{
|
||||
title: "Пищевая продукция и сельское хозяйство",
|
||||
title: "Текстильные машины и оборудование",
|
||||
img: "/theme/1.svg",
|
||||
},
|
||||
{
|
||||
title: "Товары и услуги",
|
||||
title: "Одежда, обувь, кожаные изделия",
|
||||
img: "/theme/2.svg",
|
||||
},
|
||||
{
|
||||
title: "E-commerce",
|
||||
title: "Переработка натуральных волокон",
|
||||
img: "/theme/3.svg",
|
||||
},
|
||||
{
|
||||
title: "Волокна, текстиль и одежда",
|
||||
title: "Домашний текстиль и эко-текстиль",
|
||||
img: "/theme/4.svg",
|
||||
},
|
||||
{
|
||||
title: "Продукция промышленного производства",
|
||||
title: "Запасные части и вспомогательные материалы",
|
||||
img: "/theme/5.svg",
|
||||
},
|
||||
{
|
||||
title: "Профессиональные услуги",
|
||||
title: "Химические средства и красители",
|
||||
img: "/theme/6.svg",
|
||||
},
|
||||
{
|
||||
title: "Ремесленные производства",
|
||||
title: "Аксессуары и швейная фурнитура",
|
||||
img: "/theme/7.svg",
|
||||
},
|
||||
{
|
||||
title: "Креативные индустрии",
|
||||
title: "Мода и дизайн",
|
||||
img: "/theme/8.svg",
|
||||
},
|
||||
],
|
||||
|
|
@ -43,35 +43,35 @@ export const homeTheme = [
|
|||
|
||||
data: [
|
||||
{
|
||||
title: "Пищевая продукция и сельское хозяйство",
|
||||
title: "Textile machinery and equipment",
|
||||
img: "/theme/1.svg",
|
||||
},
|
||||
{
|
||||
title: "Товары и услуги",
|
||||
title: "Clothing, footwear, leather goods",
|
||||
img: "/theme/2.svg",
|
||||
},
|
||||
{
|
||||
title: "E-commerce",
|
||||
title: "Natural fibre processing",
|
||||
img: "/theme/3.svg",
|
||||
},
|
||||
{
|
||||
title: "Волокна, текстиль и одежда",
|
||||
title: "Home textiles and eco-textiles",
|
||||
img: "/theme/4.svg",
|
||||
},
|
||||
{
|
||||
title: "Продукция промышленного производства",
|
||||
title: "Spare parts and auxiliary materials",
|
||||
img: "/theme/5.svg",
|
||||
},
|
||||
{
|
||||
title: "Профессиональные услуги",
|
||||
title: "Chemicals and dyes",
|
||||
img: "/theme/6.svg",
|
||||
},
|
||||
{
|
||||
title: "Ремесленные производства",
|
||||
title: "Accessories and sewing supplies",
|
||||
img: "/theme/7.svg",
|
||||
},
|
||||
{
|
||||
title: "Креативные индустрии",
|
||||
title: "Fashion and design",
|
||||
img: "/theme/8.svg",
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue