// var-testimonials.jsx — Testimonials A/B/C. Light grey OR light green only.
const QUOTES = [
{ hero: '“Financial modelling translated directly into operating results.”',
body: 'Green Integrations delivered a detailed financial model and system design that aligned with our production demands. The project was executed on time and performed as expected.',
name: 'Robert Engel', org: 'Cober Solutions', sector: 'Print manufacturer · ON' },
{ hero: '“Reliable execution and long-term service support.”',
body: 'Projects were completed efficiently, and ongoing support has remained strong. The team continues to deliver consistent service across multiple engagements.',
name: 'Keith Lawless', org: 'Air Transat', sector: 'Aviation · ON' },
{ hero: '“Consistent delivery across multiple projects.”',
body: 'We selected Green Integrations for their depth of analysis. Over several projects, they have consistently delivered strong results and remained a reliable partner.',
name: 'Luigi De Serio', org: 'Axiom', sector: 'Manufacturing · ON' },
{ hero: '“Responsive and aligned with operational constraints.”',
body: 'Green Integrations worked within our site requirements and timelines, delivering a professional and responsive experience from assessment through execution.',
name: 'John Blanchard', org: 'Markland', sector: 'Commercial Real Estate · ON' },
{ hero: '“Delivered on schedule with minimal operational disruption.”',
body: 'The team worked safely, efficiently, and around our operations. Execution was clean, organized, and aligned with the project timeline.',
name: 'Mike Book', org: 'Richmond Steel', sector: 'Industrial · ON' },
{ hero: '“Clear guidance across multiple system options.”',
body: 'Green Integrations presented multiple system approaches and worked with us to evaluate each against our operational requirements and budget. The process provided clarity on the right technology and path forward.',
name: 'David Sliwin', org: 'Athletic Knit', sector: 'Sports apparel manufacturer · ON' },
];
const T_HEAD = 'Built on long-term performance.';
const T_SUB = 'End-to-end delivery, strong financial outcomes, and partnerships that extend beyond commissioning.';
// ============================================================
// A — EDITORIAL (light grey)
// Pull-quote style, large italic-free quote mark, refined attribution block.
// ============================================================
// const TestimonialsVersionA = () => {
// const [i, setI] = React.useState(0);
// const q = QUOTES[i];
// return (
//
//