import { Quote, Star } from "lucide-react"; import Image from "next/image"; import type { TestimonialRow } from "@/lib/types"; export function TestimonialsCarousel({ items }: { items: TestimonialRow[] }) { return (
“{t.message}”
{t.name}
{[t.role, t.company].filter(Boolean).join(" — ")}