from b2b to sponsor
This commit is contained in:
parent
8b966f0df2
commit
0c6e692e2a
|
|
@ -36,7 +36,7 @@ export const AboutBron: FC<Props> = ({ className }) => {
|
|||
{aboutBron[useTranslate(lang)].button1}
|
||||
</Button>
|
||||
</Link>
|
||||
<Link to={"/B2B-B2G"} className="w-full">
|
||||
<Link to={"/become-sponsor"} className="w-full">
|
||||
<Button className="bg-reverse_primary w-full hover:bg-reverse_primary/90 text-primary">
|
||||
{aboutBron[useTranslate(lang)].button2}
|
||||
</Button>
|
||||
|
|
|
|||
|
|
@ -3,13 +3,13 @@ export const aboutBron = [
|
|||
title: "Приглашение к участию",
|
||||
p: `Министерство текстильной промышленности Туркменистана приглашает бизнес-сообщество со всего мира присоединиться к этому уникальному событию, которое станет важным шагом к укреплению позиций Туркменистана на глобальной экономической арене.`,
|
||||
button1: "Забронировать стенд",
|
||||
button2: "B2B | B2G встречи",
|
||||
button2: "Стать спонсором",
|
||||
},
|
||||
|
||||
{
|
||||
title: "Invitation to Participate",
|
||||
p: `Ministry of textile industry of Turkmenistan invites the global business community to join this unique event, which will be a significant step toward strengthening Turkmenistan’s position on the global economic stage`,
|
||||
button1: "Book a stand",
|
||||
button2: "B2B | B2G meetings",
|
||||
button2: "Become a sponsor",
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue