on fiks
This commit is contained in:
parent
484b24cd14
commit
9383aca37b
BIN
src/assets/images/Assorti.jpg
Normal file
BIN
src/assets/images/Assorti.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.9 KiB |
61
src/components/Aboutall.js
Normal file
61
src/components/Aboutall.js
Normal file
@ -0,0 +1,61 @@
|
||||
import React from 'react';
|
||||
import manufacture from '../assets/images/manufacture.jpg';
|
||||
import boxes from '../assets/images/Assorti.jpg';
|
||||
import delivery from '../assets/images/delivery.jpg';
|
||||
import stock from '../assets/images/korobs.jpg';
|
||||
import truck from '../assets/images/truck_home_page.jpg';
|
||||
import warehouse from '../assets/images/rukopojatie.jpg';
|
||||
|
||||
const AboutItem = ({ title, description }) => {
|
||||
return (
|
||||
<div className="bg-white rounded-xl p-6 shadow-lg mb-6">
|
||||
<h2 className="text-2xl font-bold text-black uppercase mb-4">
|
||||
{title}
|
||||
</h2>
|
||||
<p className="text-black text-lg">
|
||||
{description}
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
const Aboutall = () => {
|
||||
const items = [
|
||||
{
|
||||
title: 'Производство',
|
||||
description: 'Компания АНТХИЛЛ является первым официальным сертифицированным дилером завода-производителя фильтрующих элементов под брендом WANLANDA на территории Сибирского Федерального округа.'
|
||||
},
|
||||
{
|
||||
title: 'Широкий ассортимент',
|
||||
description: 'Фильтры подходят для широкой техники - от легковых автомобилей до карьерной спецтехники. По качеству сравнимы с оригиналами мировых производителей, таких как: Shantui, Shacman, Shaanxi, Howo, КАМАЗ.'
|
||||
},
|
||||
{
|
||||
title: 'Оперативная доставка',
|
||||
description: 'АНТХИЛЛ обеспечивает оперативную доставку запасных частей по всему Сибирскому региону и России. Наличие отлаженных логистических цепочек позволяет гарантировать минимальные сроки поставки.'
|
||||
},
|
||||
{
|
||||
title: 'Складские запасы',
|
||||
description: 'Наличие собственного склада и постоянное поддержание необходимого количества товаров позволяет нам обеспечивать бесперебойные поставки нашим клиентам.'
|
||||
},
|
||||
{
|
||||
title: 'Логистика',
|
||||
description: 'Отлаженные логистические цепочки и партнерство с надежными транспортными компаниями гарантируют своевременную доставку в любую точку России.'
|
||||
},
|
||||
{
|
||||
title: 'Индивидуальный подход',
|
||||
description: 'Индивидуальный подход к каждому клиенту помогает формировать оптимальные складские запасы с учетом сезонности и специфики эксплуатации техники.'
|
||||
}
|
||||
];
|
||||
|
||||
return (
|
||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
|
||||
<div className="space-y-6">
|
||||
{items.map((item, index) => (
|
||||
<AboutItem key={index} {...item} />
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Aboutall;
|
||||
@ -169,7 +169,7 @@ function Footer() {
|
||||
<div>
|
||||
<h3 className="text-lg font-semibold text-gray-900 mb-4">О компании</h3>
|
||||
<p className="text-sm mb-4">ООО «АНТХИЛЛ»</p>
|
||||
<p className="text-sm mb-2">ИНН: 8942384012938340</p>
|
||||
<p className="text-sm mb-2">ИНН: 4217208795/421701001</p>
|
||||
<div className="flex items-center gap-2 text-sm">
|
||||
<Clock className="h-4 w-4" />
|
||||
<span>Пн-Пт: 9:00-18:00</span>
|
||||
@ -182,21 +182,21 @@ function Footer() {
|
||||
<div className="space-y-3">
|
||||
<div className="flex items-center gap-2">
|
||||
<Phone className="h-4 w-4" />
|
||||
<a href="tel:+72134324323" className="text-sm hover:text-gray-900 transition-colors">
|
||||
+7 213 432-43-23
|
||||
<a href="tel:+79059068465" className="text-sm hover:text-gray-900 transition-colors">
|
||||
+7-905-906-84-65
|
||||
</a>
|
||||
</div>
|
||||
<div className="flex items-center gap-2">
|
||||
<Mail className="h-4 w-4" />
|
||||
<a href="mailto:info@anthill.com" className="text-sm hover:text-gray-900 transition-colors">
|
||||
info@anthill.com
|
||||
<a href="mailto:anthillsib@gmail.com" className="text-sm hover:text-gray-900 transition-colors">
|
||||
anthillsib@gmail.com
|
||||
</a>
|
||||
</div>
|
||||
<div className="flex items-start gap-2">
|
||||
<MapPin className="h-4 w-4 mt-1" />
|
||||
<p className="text-sm">
|
||||
г. Новокузнецк, <br />
|
||||
ул. Тольяти, д. 5Б, <br />
|
||||
654066, Кемеровская обл. – Кузбасс, <br />
|
||||
г. Новокузнецк, ул. Тольятти д. 5Б, <br />
|
||||
помещ. 10
|
||||
</p>
|
||||
</div>
|
||||
@ -208,16 +208,16 @@ function Footer() {
|
||||
<h3 className="text-lg font-semibold text-gray-900 mb-4">Услуги</h3>
|
||||
<ul className="space-y-2">
|
||||
<li>
|
||||
<a href="#" className="text-sm hover:text-gray-900 transition-colors">Поставка фильтров</a>
|
||||
<a className="text-sm hover:text-gray-900 transition-colors">Поставка фильтров</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" className="text-sm hover:text-gray-900 transition-colors">Подбор аналогов</a>
|
||||
<a className="text-sm hover:text-gray-900 transition-colors">Подбор аналогов</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" className="text-sm hover:text-gray-900 transition-colors">Оптовые поставки</a>
|
||||
<a className="text-sm hover:text-gray-900 transition-colors">Оптовые поставки</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" className="text-sm hover:text-gray-900 transition-colors">Доставка</a>
|
||||
<a className="text-sm hover:text-gray-900 transition-colors">Доставка</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@ -229,7 +229,7 @@ function Footer() {
|
||||
<p className="text-sm">
|
||||
© {new Date().getFullYear()} АНТХИЛЛ. Все права защищены.
|
||||
</p>
|
||||
<div className="flex gap-6">
|
||||
{/* <div className="flex gap-6">
|
||||
<a href="#" aria-label="VK" className="text-gray-400 hover:text-gray-600 transition-colors">
|
||||
<svg className="h-6 w-6" fill="currentColor" viewBox="0 0 24 24">
|
||||
<path d="M15.684 0H8.316C1.592 0 0 1.592 0 8.316v7.368C0 22.408 1.592 24 8.316 24h7.368C22.408 24 24 22.408 24 15.684V8.316C24 1.592 22.408 0 15.684 0zm3.692 16.773h-1.744c-.66 0-.862-.523-2.049-1.709-1.033-1.005-1.49-1.135-1.745-1.135-.356 0-.458.102-.458.597v1.575c0 .424-.135.672-1.236.672-1.83 0-3.865-1.112-5.293-3.178-2.15-3.047-2.742-5.322-2.742-5.794 0-.254.102-.491.596-.491h1.744c.44 0 .61.203.78.677.864 2.487 2.303 4.675 2.896 4.675.22 0 .322-.102.322-.66V9.793c-.068-1.186-.695-1.287-.695-1.71 0-.203.17-.407.44-.407h2.742c.373 0 .508.204.508.643v3.473c0 .372.17.508.271.508.22 0 .407-.136.813-.542 1.254-1.406 2.15-3.574 2.15-3.574.119-.254.305-.491.728-.491h1.744c.525 0 .644.27.525.643-.22 1.015-2.353 4.031-2.353 4.031-.186.305-.254.44 0 .78.186.254.796.779 1.203 1.253.745.847 1.32 1.558 1.473 2.048.17.474-.085.716-.576.716z"/>
|
||||
@ -245,7 +245,7 @@ function Footer() {
|
||||
<path d="M12.031 6.172c-3.181 0-5.767 2.586-5.768 5.766-.001 1.298.38 2.27 1.019 3.287l-.582 2.128 2.182-.573c.978.58 1.911.928 3.145.929 3.178 0 5.767-2.587 5.768-5.766.001-3.187-2.575-5.77-5.764-5.771zm3.392 8.244c-.144.405-.837.774-1.17.824-.299.045-.677.063-1.092-.069-.252-.08-.575-.187-.988-.365-1.739-.751-2.874-2.502-2.961-2.617-.087-.116-.708-.94-.708-1.793s.448-1.273.607-1.446c.159-.173.346-.217.462-.217l.332.006c.106.005.249-.04.39.298.144.347.491 1.2.534 1.287.043.087.072.188.014.304-.058.116-.087.188-.173.289l-.26.304c-.087.086-.177.18-.076.354.101.174.449.741.964 1.201.662.591 1.221.774 1.394.86s.274.072.376-.043c.101-.116.433-.506.549-.68.116-.173.231-.145.39-.087s1.011.477 1.184.564.289.13.332.202c.045.072.045.419-.1.824zm-3.423-14.416c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm.029 18.88c-1.161 0-2.305-.292-3.318-.844l-3.677.964.984-3.595c-.607-1.052-.927-2.246-.926-3.468.001-3.825 3.113-6.937 6.937-6.937 1.856.001 3.598.723 4.907 2.034 1.31 1.311 2.031 3.054 2.03 4.908-.001 3.825-3.113 6.938-6.937 6.938z"/>
|
||||
</svg>
|
||||
</a>
|
||||
</div>
|
||||
</div> */}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -39,12 +39,12 @@ function Header() {
|
||||
<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">nthill</span> */}
|
||||
{/* <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>
|
||||
{/* <li><Link to="/contact" className="hover:text-primary-foreground/80 transition-colors">Контакты</Link></li> */}
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
@ -86,7 +86,7 @@
|
||||
|
||||
import React, { useState } from 'react';
|
||||
import manufacture from '../assets/images/manufacture.jpg';
|
||||
import boxes from '../assets/images/korobs.jpg';
|
||||
import boxes from '../assets/images/Assorti.jpg';
|
||||
import delivery from '../assets/images/delivery.jpg';
|
||||
import stock from '../assets/images/korobs.jpg';
|
||||
import truck from '../assets/images/truck_home_page.jpg';
|
||||
|
||||
@ -69,6 +69,7 @@ import MarqueeBrands from '../components/MarqueeBrands.js';
|
||||
import Textandphoto from '../components/Textandphoto.js';
|
||||
import Photoandtext from '../components/Photoandtext.js';
|
||||
import Plitki from '../components/Plitki.js';
|
||||
import Aboutall from '../components/Aboutall.js';
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@ -122,6 +123,8 @@ export default function HomePage() {
|
||||
|
||||
<Plitki />
|
||||
|
||||
<Aboutall />
|
||||
|
||||
{/* Content sections
|
||||
<section className="mb-12">
|
||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user