Создание прототипа главной страницы home-new, изменение стилей на остальных страницах. Требуется дальнейшее тестирование. логика выбора авто сделана
This commit is contained in:
21
src/components/index/PromoImagesSection.tsx
Normal file
21
src/components/index/PromoImagesSection.tsx
Normal file
@ -0,0 +1,21 @@
|
||||
import React from "react";
|
||||
|
||||
const PromoImagesSection: React.FC = () => (
|
||||
<section className="main">
|
||||
<div className="w-layout-blockcontainer container w-container">
|
||||
<div className="w-layout-hflex flex-block-123">
|
||||
<div className="div-block-132">
|
||||
<img src="images/Group-602.png" loading="lazy" alt="Промо 1" />
|
||||
</div>
|
||||
<div className="div-block-132">
|
||||
<img src="images/Group-603.png" loading="lazy" alt="Промо 2" />
|
||||
</div>
|
||||
<div className="div-block-132">
|
||||
<img src="images/Group-604.png" loading="lazy" alt="Промо 3" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
|
||||
export default PromoImagesSection;
|
Reference in New Issue
Block a user