build
This commit is contained in:
parent
be9bc54673
commit
5087783b8a
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
File diff suppressed because one or more lines are too long
|
|
@ -66,10 +66,10 @@
|
|||
})(window, document, "script", "dataLayer", "GTM-NK394LVK");
|
||||
</script>
|
||||
<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/ui-library-B2qs5YcL.js">
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-B2WgapJx.css">
|
||||
<link rel="modulepreload" crossorigin href="/assets/ui-library-CCHbgSZT.js">
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DuDwRT9k.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
|
|
|||
|
|
@ -37,9 +37,21 @@ export const HomeAbout: FC = () => {
|
|||
className="md:text-base flex flex-col gap-6 text-sm normal text-left text-[#454545]"
|
||||
/>
|
||||
|
||||
<div className="flex w-full gap-8">
|
||||
<Link to="/about" className="w-fit">
|
||||
<Button variant={"outline"}>{homeAbout[translate].button}</Button>
|
||||
<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>
|
||||
|
||||
<video
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ export const homeAbout = [
|
|||
],
|
||||
|
||||
button: "Подробнее о выставке",
|
||||
button2: "Каталог",
|
||||
},
|
||||
|
||||
{
|
||||
|
|
@ -55,5 +56,6 @@ export const homeAbout = [
|
|||
},
|
||||
],
|
||||
button: "More about the exhibition",
|
||||
button2: "Catalog",
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue