build
This commit is contained in:
parent
5814763358
commit
f268075de8
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");
|
||||
</script>
|
||||
<title>Turkmen Textile</title>
|
||||
<script type="module" crossorigin src="/assets/index-BMTQV62B.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-pRBEmDgx.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="/assets/react-vendor-CE_Ks92h.js">
|
||||
<link rel="modulepreload" crossorigin href="/assets/ui-library-XcQsXIf1.js">
|
||||
<link rel="modulepreload" crossorigin href="/assets/ui-library-vY3V3zoX.js">
|
||||
<link rel="stylesheet" crossorigin href="/assets/index--gnBA1VZ.css">
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -10,10 +10,12 @@ import { useLangStore } from "@/store/lang";
|
|||
import { useStats } from "@/hooks/tanstack/use-stats";
|
||||
import { useStaticWords } from "@/hooks/tanstack/use-static-words";
|
||||
import { Loader } from "../";
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
||||
export const HomeAbout: FC = () => {
|
||||
const [ebmblaRef] = useEmblaCarousel();
|
||||
const lang = useLangStore((state) => state.lang);
|
||||
const { t } = useTranslation("home");
|
||||
|
||||
const { data, isPending } = useStaticWords("1");
|
||||
|
||||
|
|
@ -38,11 +40,7 @@ export const HomeAbout: FC = () => {
|
|||
/>
|
||||
|
||||
<div className="flex w-full gap-8">
|
||||
<Link
|
||||
to="https://turkmentextile.turkmenexpo.com/app/storage/app/media/Report/report.pdf"
|
||||
target="_blank"
|
||||
className="w-fit"
|
||||
>
|
||||
<Link to={t("reportLink")} target="_blank" className="w-fit">
|
||||
<Button variant={"outline"}>
|
||||
{homeAbout[translate].button}
|
||||
</Button>
|
||||
|
|
|
|||
|
|
@ -29,6 +29,8 @@
|
|||
"seconds": "seconds"
|
||||
},
|
||||
|
||||
"reportLink": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/Report/Post-Event%202025%20TurkmenTextile.pdf",
|
||||
|
||||
"buttons": {
|
||||
"title": "Quick actions",
|
||||
"items": [
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@
|
|||
]
|
||||
},
|
||||
|
||||
"reportLink": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/Report/Post-Event%202025%20TurkmenTextile%20RU.pdf",
|
||||
|
||||
"timer": {
|
||||
"title": "До события:",
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue