// Quote.jsx — testimonial / quote block (placeholder copy until real quotes supplied) function Quote({ text = 'We built Peaceful Hearts so care could feel personal again. Unhurried visits, honest pricing, and a team that actually knows you.', name = 'Azra Dhanji, APRN, FNP-C', detail = 'Co-Founder, Peaceful Hearts Direct Primary Care', }) { return (
“{text}”
{name} {detail}
); } Object.assign(window, { Quote });