import React from 'react'; import { motion } from 'framer-motion'; const Testimonials: React.FC = () => { return (
{/* Quote Icon */}
format_quote
{[1, 2, 3, 4, 5].map((star) => ( star ))}
"Bay Area Affiliates transformed our IT infrastructure completely. Their proactive approach means we rarely have downtime, and when issues do arise, they're resolved quickly. Our team can focus on patient care instead of tech problems."
SM
Sarah Martinez
Operations Manager, Coastal Medical Group
); }; export default Testimonials;