This commit is contained in:
Batyr 2025-11-20 12:19:32 +05:00
parent cb6e39b7c4
commit d29f010e3d
5 changed files with 12 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
dist/index.html vendored
View File

@ -66,9 +66,9 @@
})(window, document, "script", "dataLayer", "GTM-NK394LVK");
</script>
<title>Turkmen Textile</title>
<script type="module" crossorigin src="/assets/index-DdAwN2Ax.js"></script>
<script type="module" crossorigin src="/assets/index-5unCrpkd.js"></script>
<link rel="modulepreload" crossorigin href="/assets/react-vendor-CE_Ks92h.js">
<link rel="modulepreload" crossorigin href="/assets/ui-library-CdSp3bSD.js">
<link rel="modulepreload" crossorigin href="/assets/ui-library-Dh9FO5aJ.js">
<link rel="stylesheet" crossorigin href="/assets/index--gnBA1VZ.css">
</head>
<body>

View File

@ -38,7 +38,11 @@ export const HomeAbout: FC = () => {
/>
<div className="flex w-full gap-8">
<Link to="/about" className="w-fit">
<Link
to="https://turkmentextile.turkmenexpo.com/app/storage/app/media/Report/report.pdf"
target="_blank"
className="w-fit"
>
<Button variant={"outline"}>
{homeAbout[translate].button}
</Button>

View File

@ -26,7 +26,7 @@ export const homeAbout = [
},
],
button: "Подробнее",
button: "Отчет",
button2: "Каталог",
},
@ -55,7 +55,7 @@ export const homeAbout = [
text: "Participants are top-management",
},
],
button: "More",
button: "Report",
button2: "Catalog",
},
];