Project case study
7 Mile Refurbishment Works
Client
Sodexo
Location
7 Mile Dampier Road,
Gap Ridge,
WA
6714
Focus
Refurbishment
Status
Completed
Project Overview
Byblos Constructions was engaged to deliver refurbishment works at the 7 Mile accommodation village, supporting Sodexo’s commitment to maintaining safe, functional, and comfortable facilities for its remote workforce. The project formed part of ongoing infrastructure improvements within the village and was undertaken in an active operational environment requiring careful planning and coordination.
Scope of Works
- Refurbishment of the Loco Offices and Crib Room within the 7 Mile accommodation facility.
- Demolition and removal of existing flooring, doors, wall finishes, fixtures, joinery, and services.
- Electrical upgrades including new LED lighting, power and data outlets, TVs, and associated infrastructure.
- Internal painting, wallpaper installation, plasterboard repairs, and finishing works.
- Supply and installation of new hybrid flooring throughout offices and crib room.
- Installation of new doors, hardware, blinds, coffee station, furniture, and fit-out items.
- Reinstatement of retained client assets and completion of final commissioning and handover documentation.
Key Challenges
- Delivering refurbishment activities within an operational remote-site environment.
- Coordinating works around village occupancy and daily operations.
- Managing logistics, materials, and workforce mobilisation in a regional Pilbara location.
- Maintaining strict safety and quality requirements throughout construction activities.
Outcomes
- Successful delivery of refurbishment works within a live operational facility.
- Enhanced functionality and presentation of village infrastructure.
- Improved amenity and comfort for site personnel.
- Safe execution of works through effective planning and site controls.
- Continued support of the client’s long-term asset management objectives.
Filter by area:
Filter by capability:
All Projects



Paraburdoo Airport,
Paraburdoo,
WA
6754






397 Acalypha Street,
Tom Price,
WA
6751












3 Yannarie Street,
Pannawonica,
WA
6176



document.addEventListener('DOMContentLoaded', function () {
const heading = document.querySelector('#MapHeading .elementor-heading-title');
const radios = document.querySelectorAll('.jet-radio-list__input[name="project-area"]');radios.forEach(function (radio) {
radio.addEventListener('change', function () {
const label = this.dataset.label;
if (label === 'All') {
heading.textContent = 'All Projects';
} else if (label.endsWith('Projects')) {
heading.textContent = label;
} else {
heading.textContent = label + ' Projects';
}
});
});
});