diff --git a/src/assets/images/Assorti.jpg b/src/assets/images/Assorti.jpg new file mode 100644 index 0000000..307b856 Binary files /dev/null and b/src/assets/images/Assorti.jpg differ diff --git a/src/components/Aboutall.js b/src/components/Aboutall.js new file mode 100644 index 0000000..fc45b2c --- /dev/null +++ b/src/components/Aboutall.js @@ -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 ( +
+

+ {title} +

+

+ {description} +

+
+ ); +}; + +const Aboutall = () => { + const items = [ + { + title: 'Производство', + description: 'Компания АНТХИЛЛ является первым официальным сертифицированным дилером завода-производителя фильтрующих элементов под брендом WANLANDA на территории Сибирского Федерального округа.' + }, + { + title: 'Широкий ассортимент', + description: 'Фильтры подходят для широкой техники - от легковых автомобилей до карьерной спецтехники. По качеству сравнимы с оригиналами мировых производителей, таких как: Shantui, Shacman, Shaanxi, Howo, КАМАЗ.' + }, + { + title: 'Оперативная доставка', + description: 'АНТХИЛЛ обеспечивает оперативную доставку запасных частей по всему Сибирскому региону и России. Наличие отлаженных логистических цепочек позволяет гарантировать минимальные сроки поставки.' + }, + { + title: 'Складские запасы', + description: 'Наличие собственного склада и постоянное поддержание необходимого количества товаров позволяет нам обеспечивать бесперебойные поставки нашим клиентам.' + }, + { + title: 'Логистика', + description: 'Отлаженные логистические цепочки и партнерство с надежными транспортными компаниями гарантируют своевременную доставку в любую точку России.' + }, + { + title: 'Индивидуальный подход', + description: 'Индивидуальный подход к каждому клиенту помогает формировать оптимальные складские запасы с учетом сезонности и специфики эксплуатации техники.' + } + ]; + + return ( +
+
+ {items.map((item, index) => ( + + ))} +
+
+ ); +}; + +export default Aboutall; \ No newline at end of file diff --git a/src/components/Footer.js b/src/components/Footer.js index 2d8a653..8f4fc70 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -169,7 +169,7 @@ function Footer() {

О компании

ООО «АНТХИЛЛ»

-

ИНН: 8942384012938340

+

ИНН: 4217208795/421701001

Пн-Пт: 9:00-18:00 @@ -182,21 +182,21 @@ function Footer() {
- - +7 213 432-43-23 + + +7-905-906-84-65
- - info@anthill.com + + anthillsib@gmail.com

- г. Новокузнецк,
- ул. Тольяти, д. 5Б,
+ 654066, Кемеровская обл. – Кузбасс,
+ г. Новокузнецк, ул. Тольятти д. 5Б,
помещ. 10

@@ -208,16 +208,16 @@ function Footer() {

Услуги

@@ -229,7 +229,7 @@ function Footer() {

© {new Date().getFullYear()} АНТХИЛЛ. Все права защищены.

-
+ {/*
@@ -245,7 +245,7 @@ function Footer() { -
+
*/}
diff --git a/src/components/Header.js b/src/components/Header.js index 72231da..257815c 100644 --- a/src/components/Header.js +++ b/src/components/Header.js @@ -39,12 +39,12 @@ function Header() {
Anthill Logo - {/* nthill */} + {/* Anthill */}
diff --git a/src/components/Plitki.js b/src/components/Plitki.js index 1780bb2..9aa9564 100644 --- a/src/components/Plitki.js +++ b/src/components/Plitki.js @@ -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'; diff --git a/src/pages/HomePage.js b/src/pages/HomePage.js index 5ada2fd..5a51503 100644 --- a/src/pages/HomePage.js +++ b/src/pages/HomePage.js @@ -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() { + + {/* Content sections