This commit is contained in:
egortriston
2025-07-16 14:28:47 +03:00
parent 3e98f8fed6
commit 2703137ca1
7 changed files with 368 additions and 275 deletions

View File

@ -589,7 +589,7 @@ export default function SearchResult() {
)}
{/* Лучшие предложения */}
{bestOffersData.length > 0 && (
<section className="section-6">
<section className="main">
<div className="w-layout-blockcontainer container w-container">
<div className="w-layout-vflex flex-block-36">
{bestOffersData.map(({ offer, type }, index) => (