build
This commit is contained in:
parent
4194403846
commit
2b6f7e12d4
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-C_8RPKUP.js"></script>
|
<script type="module" crossorigin src="/assets/index-DS2iCnOu.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-Di_JRVbV.js">
|
<link rel="modulepreload" crossorigin href="/assets/ui-library-DEMFPed3.js">
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index--gnBA1VZ.css">
|
<link rel="stylesheet" crossorigin href="/assets/index--gnBA1VZ.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,11 @@ export const HomeHero: FC = () => {
|
||||||
<div className="embla__container flex lg:max-h-[600px] lg:min-h-[320px]">
|
<div className="embla__container flex lg:max-h-[600px] lg:min-h-[320px]">
|
||||||
{banners?.map((item, i) =>
|
{banners?.map((item, i) =>
|
||||||
item.path.includes(".mp4") ? (
|
item.path.includes(".mp4") ? (
|
||||||
<Link to="" key={i} className="embla__slide flex-[0_0_100%]">
|
<Link
|
||||||
|
to={item?.link ?? ""}
|
||||||
|
key={i}
|
||||||
|
className="embla__slide flex-[0_0_100%]"
|
||||||
|
>
|
||||||
<video
|
<video
|
||||||
autoPlay
|
autoPlay
|
||||||
controls={false}
|
controls={false}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue