{person.name}
{person.bio}
// Team page — editorial roster for Compass Marketing Research // Consumes globals from shared.jsx (C, Navbar, Footer, Eyebrow, H2, CompassMark). const { useState: useStateT } = React; // ── Bios (verbatim from CMR Bios.txt) ─────────────────────────── const TEAM = [ { name: 'Scott Taylor', role: 'President', initials: 'ST', photo: 'team/scott-taylor.jpeg', bio: 'The value of a compass is determined by the integrity and accuracy of its internal working parts. The team Scott leads consists of researchers, managers and recruiters that have the experience, skills and ability to deliver our clients a true course of service and direction. Scott\u2019s previous experience of production and logistics with Kraft Foods uniquely blended with nearly 20 years in the market research industry gives him insight to our clients\u2019 real-world challenges and solutions.' }, { name: 'Tonya Robinson', role: 'Vice President', initials: 'TR', photo: 'team/tonya-robinson.jpeg', bio: 'Tonya possesses an exceptionally well-suited background to leverage her role as Vice President at CMR. Under her purview, every qualitative and quantitative project is managed with excellence from beginning to end, and clients consistently receive extraordinary customer service. Tonya\u2019s superior expertise spans both operations and team leadership, honed as she previously presided in management positions for two predominant data collection firms, and as she owned and operated her own for 14 years. This solid background along with her innate sense for detail bring tangible value to every project conducted at CMR. Tonya is involved in every project to ensure that the overall experience exceeds expectations.' }, { name: 'Shawn Heyward', role: 'Research Services Manager', initials: 'SH', photo: 'team/shawn-heyward.jpeg', bio: 'Shawn\u2019s research background spans call center management, data processing, client services and recruiting management. She manages the day-to-day recruiting activities including staff training and scheduling, and project briefing. Shawn\u2019s focus is on quality recruiting with the highest level of integrity and efficiency. Your project will be under Shawn\u2019s careful recruiting and quota management to ensure a great show rate and highly targeted participants.' }, { name: 'Phyllis Reed', role: 'Admin / Accounting Manager', initials: 'PR', photo: 'team/phyllis-reed.jpeg', bio: 'With over twenty years of experience in accounting, payroll services, office administration and human resources, Phyllis has the ability to play many roles with various responsibilities. These experiences and skills provide our Compass team with behind-the-scenes details and tasks which ultimately lead to successful execution of each project.' }, { name: 'Jermell Weaver', role: 'Test Kitchen Manager', initials: 'JW', photo: 'team/jermell-weaver.jpeg', bio: 'Highly experienced in restaurant and commercial kitchen operations, Jermell oversees the culinary team and overall kitchen operations at the Culinary Research Center. ServSafe certified, Jermell brings quality assurance with attention to timing, prep details and overall kitchen throughput. He assures all test products are served on spec.' }, { name: 'Toski Adams', role: 'Project Manager', initials: 'TA', photo: 'team/toski-adams.jpeg', bio: 'In her role as Project Manager, Toski manages overall project logistics, setup, and quota management — ensuring the quality and accuracy of data collection. Her attention to detail and excellent communication skills ensure clients are always up-to-date on their projects. During project execution, she leads onsite logistics.' }, { name: 'Patrick Graziosi', role: 'Associate Project Manager', initials: 'PG', photo: 'team/patrick-graziosi.jpeg', bio: 'Patrick joined the team in 2020, bringing with him twenty years of experience planning meetings and events. Having worked with two Super Bowls, The Masters Tournament, SEC Championship Game and numerous Boards of Directors Meetings, his attention to detail and willingness to do whatever it takes to make for a successful project is top notch. His smile and friendly nature make the guests feel right at home.' }]; // Tone palette for portrait placeholders — cycles through to add visual rhythm. const TONES = { navy: { bg: '#E6EEF3', silh: '#B6C8D2', accent: C.navy }, terracotta: { bg: '#F5E4DC', silh: '#DCB5A4', accent: C.terracotta }, amber: { bg: '#F5EAD0', silh: '#D9C68C', accent: '#A87D2E' }, sage: { bg: '#E5ECDF', silh: '#B6C6AE', accent: C.sageDeep } }; const TONE_ORDER = ['navy', 'terracotta', 'sage', 'amber', 'terracotta', 'navy', 'sage']; // ── Portrait (real photo OR styled placeholder) ───────────────── function Portrait({ person, tone, mode, shape }) { const t = TONES[tone] || TONES.navy; const radius = shape === 'arched' ? '180px 180px 14px 14px' : shape === 'square' ? 6 : 14; // Real photo — preserves the consistent foliage backdrop nicely. if (person.photo) { return (
A compass is only as good as its internal working parts. Ours are the administrators, hospitality team, recruiters, and culinary professionals who keep every project on course — from the first kickoff call through the last debrief.
{person.bio}
The team you’ll meet on these pages is the reason clients trust us with their next study — and the next, and the next after that.