"use client"; /** * TESTIMONIALS — an interactive, auto-advancing carousel that feels substantial. * - 6 sample testimonials, one large featured quote at a time, with a * monogram avatar, name, role, company and a result chip. * - Auto-advances every ~6s; pauses on hover/focus-within and when offscreen * or the tab is hidden. Manual prev/next buttons + clickable dots. * - A thumbnail rail of all clients (monogram avatars) doubles as navigation; * the active one is highlighted. * - Slides crossfade/slide with Motion (AnimatePresence) using the page's * EASE curves; direction-aware. * - Fully keyboard accessible: real {/* avatar rail — all clients; doubles as quick nav */} {/* live region for screen readers */}

Testimonial {index + 1} of {count}: {t.name}, {t.role} at {t.company}.

); }