import React from 'react'; const AccreditationsSection: React.FC = () => { // No longer needed: list of individual logos replaced by a single unified picture. // const accreditations = [...]; return (

Our Strategic Partners

Global Accreditations & Collaborations

Global Accreditations & Collaborations
); }; export default AccreditationsSection;