Update contact phone number and download button text

This commit is contained in:
belikovme 2025-02-26 14:59:29 +07:00
parent 44c3775230
commit 7b4570d0c3
2 changed files with 3 additions and 3 deletions

View File

@ -182,8 +182,8 @@ function Footer() {
<div className="space-y-3"> <div className="space-y-3">
<div className="flex items-center gap-2"> <div className="flex items-center gap-2">
<Phone className="h-4 w-4" /> <Phone className="h-4 w-4" />
<a href="tel:+79059068465" className="text-sm hover:text-gray-900 transition-colors"> <a href="tel:+79045770924" className="text-sm hover:text-gray-900 transition-colors">
+7-905-906-84-65 +7-904-577-09-24
</a> </a>
</div> </div>
<div className="flex items-center gap-2"> <div className="flex items-center gap-2">

View File

@ -76,7 +76,7 @@ function Header() {
className="bg-black text-white px-4 py-2 rounded hover:bg-gray-800 transition-colors" className="bg-black text-white px-4 py-2 rounded hover:bg-gray-800 transition-colors"
download download
> >
Скачать товары Скачать складские запасы
</a> </a>
</li> </li>
</ul> </ul>