Compare commits
2 Commits
39ba823eae
...
7b4570d0c3
| Author | SHA1 | Date | |
|---|---|---|---|
| 7b4570d0c3 | |||
| 44c3775230 |
BIN
src/assets/Наличие АНТХИЛЛ.xlsx
Normal file
BIN
src/assets/Наличие АНТХИЛЛ.xlsx
Normal file
Binary file not shown.
@ -182,8 +182,8 @@ function Footer() {
|
||||
<div className="space-y-3">
|
||||
<div className="flex items-center gap-2">
|
||||
<Phone className="h-4 w-4" />
|
||||
<a href="tel:+79059068465" className="text-sm hover:text-gray-900 transition-colors">
|
||||
+7-905-906-84-65
|
||||
<a href="tel:+79045770924" className="text-sm hover:text-gray-900 transition-colors">
|
||||
+7-904-577-09-24
|
||||
</a>
|
||||
</div>
|
||||
<div className="flex items-center gap-2">
|
||||
|
||||
@ -28,6 +28,34 @@
|
||||
// export default Header;
|
||||
|
||||
|
||||
// import React from 'react';
|
||||
// import { Link } from 'react-router-dom';
|
||||
// import logo from '../assets/anthill.png';
|
||||
|
||||
// function Header() {
|
||||
// return (
|
||||
// <header className="bg-white text-primary-foreground">
|
||||
// <div className="container text-2xl mx-auto px-4 py-10">
|
||||
// <div className="flex justify-center items-center">
|
||||
// <Link to="/" className="flex items-center space-x-2 hover:text-primary-foreground/80 transition-colors">
|
||||
// <img src={logo} alt="Anthill Logo" className="h-10 w-auto" />
|
||||
// {/* <span className="text-2xl text-black font-bold">Anthill</span> */}
|
||||
// </Link>
|
||||
// <nav>
|
||||
// <ul className="flex space-x-6 text-black font-bold">
|
||||
// {/* <li><Link to="/" className="hover:text-primary-foreground/80 transition-colors">Главная</Link></li> */}
|
||||
// {/* <li><Link to="/contact" className="hover:text-primary-foreground/80 transition-colors">Контакты</Link></li> */}
|
||||
// </ul>
|
||||
// </nav>
|
||||
// </div>
|
||||
// </div>
|
||||
// </header>
|
||||
// );
|
||||
// }
|
||||
|
||||
// export default Header;
|
||||
|
||||
|
||||
import React from 'react';
|
||||
import { Link } from 'react-router-dom';
|
||||
import logo from '../assets/anthill.png';
|
||||
@ -36,15 +64,21 @@ function Header() {
|
||||
return (
|
||||
<header className="bg-white text-primary-foreground">
|
||||
<div className="container text-2xl mx-auto px-4 py-10">
|
||||
<div className="flex justify-center items-center">
|
||||
<div className="flex justify-between items-center">
|
||||
<Link to="/" className="flex items-center space-x-2 hover:text-primary-foreground/80 transition-colors">
|
||||
<img src={logo} alt="Anthill Logo" className="h-10 w-auto" />
|
||||
{/* <span className="text-2xl text-black font-bold">Anthill</span> */}
|
||||
</Link>
|
||||
<nav>
|
||||
<ul className="flex space-x-6 text-black font-bold">
|
||||
{/* <li><Link to="/" className="hover:text-primary-foreground/80 transition-colors">Главная</Link></li> */}
|
||||
{/* <li><Link to="/contact" className="hover:text-primary-foreground/80 transition-colors">Контакты</Link></li> */}
|
||||
<ul className="flex space-x-0">
|
||||
<li>
|
||||
<a
|
||||
href={require('../assets/Наличие АНТХИЛЛ.xlsx')}
|
||||
className="bg-black text-white px-4 py-2 rounded hover:bg-gray-800 transition-colors"
|
||||
download
|
||||
>
|
||||
Скачать складские запасы
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user