apartment page desc

This commit is contained in:
2024-06-27 11:02:22 +05:00
parent 16959f88a4
commit 9737340da7
4 changed files with 92 additions and 17 deletions
@@ -91,9 +91,11 @@ const ApartmentPage = () => {
<ApartmentSidebar currentApartment={currentApartment} />
</div>
)}
<div className="col-span-full">
<StudioDescriptionSection />
</div>
{currentApartment && (
<div className="col-span-full">
<StudioDescriptionSection apartment={currentApartment} />
</div>
)}
{/* <div className="col-span-full">
<SimilarSlider />
</div> */}