// Hero variants for the landing page — A (Editorial postcard) and B (Photo-first). const HeroA = () => (
{/* Watermark behind everything */} {/* Posidonia ribbon */}
Posidonia 2026 · Athens · GR · Stand 4.317
MAST Maritime Services
Welcome aboard

Maritime services,
MASTered.

A trusted partner for ship repairs, energy efficiency, technical consultancy and spares — delivered through one integrated, global desk.

Explore our services Email our team
Athens HQ Guangzhou Branch
); const HeroB = () => (
{/* Full-bleed hero photo */} MAST engineer standing beneath a vessel's bow in drydock
MAST Maritime Services
Posidonia 2026
Stand 4.317
Welcome aboard

Maritime services,
MASTered.

A trusted partner for ship repairs, energy efficiency, technical consultancy and spares — globally delivered.

Explore our services
); window.HeroA = HeroA; window.HeroB = HeroB;