Files
protekauto-frontend/src/components/vin/VinKnot.tsx

20 lines
819 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import React from "react";
const VinKnot = () => (
<div className="w-layout-vflex flex-block-14-copy-copy">
<div className="knotinfo">
<img src="/images/image-44.jpg" loading="lazy" alt="" className="image-26" />
</div>
<div className="knot-img">
<h1 className="heading-19">Масляный фильтр с фланцем и масляным радиатором</h1>
<div className="w-layout-hflex flex-block-115">
<div className="oemnuber">059198405B</div>
<div className="partsname">Фильтрующий элемент с проклад.</div>
<a href="#" className="button-3 w-button">Показать цены</a>
</div>
<a href="#" className="showallparts w-button">Показать все</a>
</div>
</div>
);
export default VinKnot;