function Testimonials(){ const quotes=[["Very well organized and structured course focused on students' pitfalls","Dr Brevis, Delhi"],["Individualized course and very useful for beginners","Dr. Mousami, Kolkata"],["Comprehensive effective mentors and user friendly ambience.","Dr. Rajesh, Hyderabad"],["Very systematic training witnessed. I would strongly recommend","Dr. Ravish, Bangalore"]]; const [i,setI]=React.useState(0); const UserIcon=()=>(); return(

Words from Our PACES
Champions

{'\u201c'}

{quotes[i][0]}

{quotes[i][1]}
{quotes.map((_,j)=>())}
Doctor pointing
); } window.Testimonials=Testimonials;