This commit is contained in:
Batyr 2025-06-24 14:28:16 +05:00
parent be9bc54673
commit 5087783b8a
7 changed files with 54 additions and 40 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1
dist/assets/index-DuDwRT9k.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

6
dist/index.html vendored
View File

@ -66,10 +66,10 @@
})(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-C3TeEsDL.js"></script> <script type="module" crossorigin src="/assets/index-C-d8-XDI.js"></script>
<link rel="modulepreload" crossorigin href="/assets/react-vendor-CE_Ks92h.js"> <link rel="modulepreload" crossorigin href="/assets/react-vendor-CE_Ks92h.js">
<link rel="modulepreload" crossorigin href="/assets/ui-library-B2qs5YcL.js"> <link rel="modulepreload" crossorigin href="/assets/ui-library-CCHbgSZT.js">
<link rel="stylesheet" crossorigin href="/assets/index-B2WgapJx.css"> <link rel="stylesheet" crossorigin href="/assets/index-DuDwRT9k.css">
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>

View File

@ -37,9 +37,21 @@ export const HomeAbout: FC = () => {
className="md:text-base flex flex-col gap-6 text-sm normal text-left text-[#454545]" className="md:text-base flex flex-col gap-6 text-sm normal text-left text-[#454545]"
/> />
<Link to="/about" className="w-fit"> <div className="flex w-full gap-8">
<Button variant={"outline"}>{homeAbout[translate].button}</Button> <Link to="/about" className="w-fit">
</Link> <Button variant={"outline"}>
{homeAbout[translate].button}
</Button>
</Link>
<Link
target="_blank"
to="https://turkmentextile.turkmenexpo.com/app/storage/app/media/Catalogue/catalogue.pdf"
>
<Button variant={"outline"} className="px-16">
{homeAbout[translate].button2}
</Button>
</Link>
</div>
</div> </div>
<video <video

View File

@ -27,6 +27,7 @@ export const homeAbout = [
], ],
button: "Подробнее о выставке", button: "Подробнее о выставке",
button2: "Каталог",
}, },
{ {
@ -55,5 +56,6 @@ export const homeAbout = [
}, },
], ],
button: "More about the exhibition", button: "More about the exhibition",
button2: "Catalog",
}, },
]; ];