// Service card + Contacts + Footer + main App composition. const ServiceCard = ({ s }) => (
{s.num}
{s.eyebrow}

{s.title}

{s.intro}

{s.stats.map((st, i) => (
{st.v}
{st.l}
))}
Read more on mastms.gr
); const Intro = () => (
Who we are

Holistic Performance Engineering

MAST Maritime Services partners with Greek and international shipowners across drydocking, energy efficiency, technical consultancy and exclusive equipment representation — through a single, accountable desk.

Athens HQ Guangzhou Branch
); const Contacts = () => (
Key contacts

Reach us directly.

); const Footer = () => ( ); window.ServiceCard = ServiceCard; window.Intro = Intro; window.Contacts = Contacts; window.Footer = Footer;