feat: remove b2b link
This commit is contained in:
parent
6856779cc2
commit
2fb73579bc
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -66,9 +66,9 @@
|
||||||
})(window, document, "script", "dataLayer", "GTM-NK394LVK");
|
})(window, document, "script", "dataLayer", "GTM-NK394LVK");
|
||||||
</script>
|
</script>
|
||||||
<title>Turkmen Textile</title>
|
<title>Turkmen Textile</title>
|
||||||
<script type="module" crossorigin src="/assets/index-BYPmnuZF.js"></script>
|
<script type="module" crossorigin src="/assets/index-C9G0Csqa.js"></script>
|
||||||
<link rel="modulepreload" crossorigin href="/assets/react-vendor-B--yIoPF.js">
|
<link rel="modulepreload" crossorigin href="/assets/react-vendor-B--yIoPF.js">
|
||||||
<link rel="modulepreload" crossorigin href="/assets/ui-library-DXFnX4mi.js">
|
<link rel="modulepreload" crossorigin href="/assets/ui-library-CuSScUdV.js">
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-BOfvbFOj.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-BOfvbFOj.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ import { Link } from "react-router-dom";
|
||||||
import { Container } from "@/components/layout";
|
import { Container } from "@/components/layout";
|
||||||
import { aboutBron } from "@/data/about/about-bron";
|
import { aboutBron } from "@/data/about/about-bron";
|
||||||
import { useTranslate } from "@/hooks/use-translate";
|
import { useTranslate } from "@/hooks/use-translate";
|
||||||
import { useLangStore } from "@/store/lang";
|
import { Language, useLangStore } from "@/store/lang";
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
className?: string;
|
className?: string;
|
||||||
|
|
@ -36,11 +36,20 @@ export const AboutBron: FC<Props> = ({ className }) => {
|
||||||
{aboutBron[useTranslate(lang)].button1}
|
{aboutBron[useTranslate(lang)].button1}
|
||||||
</Button>
|
</Button>
|
||||||
</Link>
|
</Link>
|
||||||
<Link to={"/B2B-B2GS"} className="w-full">
|
<a
|
||||||
|
href={
|
||||||
|
lang === Language.RU
|
||||||
|
? "https://turkmentextile.turkmenexpo.com/app/storage/app/media/B2B_request/Blank_TurkmenTextile_ru.pdf"
|
||||||
|
: "https://turkmentextile.turkmenexpo.com/app/storage/app/media/B2B_request/Blank_TurkmenTextile_eng.pdf"
|
||||||
|
}
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
className="w-full"
|
||||||
|
>
|
||||||
<Button className="bg-reverse_primary w-full hover:bg-reverse_primary/90 text-primary">
|
<Button className="bg-reverse_primary w-full hover:bg-reverse_primary/90 text-primary">
|
||||||
{aboutBron[useTranslate(lang)].button2}
|
{aboutBron[useTranslate(lang)].button2}
|
||||||
</Button>
|
</Button>
|
||||||
</Link>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</Container>
|
</Container>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,8 @@ export const btns = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "B2B | B2G встречи",
|
title: "B2B | B2G встречи",
|
||||||
link: "/B2B-B2G",
|
link: "https://turkmentextile.turkmenexpo.com/app/storage/app/media/B2B_request/Blank_TurkmenTextile_ru.pdf",
|
||||||
|
blank: true,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
@ -42,7 +43,8 @@ export const btns = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "B2B | B2G meetings",
|
title: "B2B | B2G meetings",
|
||||||
link: "/B2B-B2G",
|
link: "https://turkmentextile.turkmenexpo.com/app/storage/app/media/B2B_request/Blank_TurkmenTextile_eng.pdf",
|
||||||
|
blank: true,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
@ -65,7 +67,8 @@ export const btns = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "B2B | B2G duşuşyklar",
|
title: "B2B | B2G duşuşyklar",
|
||||||
link: "/B2B-B2G",
|
link: "https://turkmentextile.turkmenexpo.com/app/storage/app/media/B2B_request/Blank_TurkmenTextile_eng.pdf",
|
||||||
|
blank: true,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "B2B | B2G meetings",
|
"text": "B2B | B2G meetings",
|
||||||
"link": "/B2B-B2G"
|
"link": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/B2B_request/Blank_TurkmenTextile_eng.pdf",
|
||||||
|
"blank": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "Fashion shows",
|
"text": "Fashion shows",
|
||||||
|
|
@ -106,7 +107,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "B2B | B2G meetings",
|
"title": "B2B | B2G meetings",
|
||||||
"link": "/B2B-B2G"
|
"link": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/B2B_request/Blank_TurkmenTextile_eng.pdf",
|
||||||
|
"blank": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "B2B | B2G встречи",
|
"text": "B2B | B2G встречи",
|
||||||
"link": "/B2B-B2G"
|
"link": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/B2B_request/Blank_TurkmenTextile_ru.pdf",
|
||||||
|
"blank": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "Модные показы",
|
"text": "Модные показы",
|
||||||
|
|
@ -105,7 +106,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "B2B | B2G встречи",
|
"title": "B2B | B2G встречи",
|
||||||
"link": "/B2B-B2G"
|
"link": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/B2B_request/Blank_TurkmenTextile_ru.pdf",
|
||||||
|
"blank": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "B2B | B2G duşuşyklar",
|
"text": "B2B | B2G duşuşyklar",
|
||||||
"link": "/B2B-B2G"
|
"link": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/B2B_request/Blank_TurkmenTextile_eng.pdf",
|
||||||
|
"blank": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "Moda görkezişler",
|
"text": "Moda görkezişler",
|
||||||
|
|
@ -106,7 +107,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "B2B | B2G duşuşyklar",
|
"title": "B2B | B2G duşuşyklar",
|
||||||
"link": "/B2B-B2G"
|
"link": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/B2B_request/Blank_TurkmenTextile_eng.pdf",
|
||||||
|
"blank": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue